Skip to content

Commit d882642

Browse files
SgtPookilidel
andauthored
1 parent 2864f63 commit d882642

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

core/corehttp/webui.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package corehttp
22

33
// TODO: move to IPNS
4-
const WebUIPath = "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim" // v4.1.1
4+
const WebUIPath = "/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba" // v4.2.0
55

66
// WebUIPaths is a list of all past webUI paths.
77
var WebUIPaths = []string{
88
WebUIPath,
9+
"/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim",
910
"/ipfs/bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay",
1011
"/ipfs/bafybeicyp7ssbnj3hdzehcibmapmpuc3atrsc4ch3q6acldfh4ojjdbcxe",
1112
"/ipfs/bafybeigs6d53gpgu34553mbi5bbkb26e4ikruoaaar75jpfdywpup2r3my",

docs/changelogs/v0.25.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
- [Overview](#overview)
88
- [🔦 Highlights](#-highlights)
9+
- [WebUI: Updated Peers View](#webui-updated-peers-view)
910
- [RPC `API.Authorizations`](#rpc-apiauthorizations)
10-
- [MPLEX removal](#mplex-removal)
11+
- [MPLEX Removal](#mplex-removal)
1112
- [Graphsync Experiment Removal](#graphsync-experiment-removal)
1213
- [📝 Changelog](#-changelog)
1314
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
@@ -16,6 +17,12 @@
1617

1718
### 🔦 Highlights
1819

20+
#### WebUI: Updated Peers View
21+
22+
WebUI [v4.2.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.0) shipped
23+
with updated [ipfs-geoip](https://www.npmjs.com/package/ipfs-geoip) dataset
24+
and [ability to filter the peers table](https://github.com/ipfs/ipfs-webui/pull/2181).
25+
1926
#### RPC `API.Authorizations`
2027

2128
Kubo RPC API now supports optional HTTP Authorization.

0 commit comments

Comments
 (0)