feat: webui v4.2.0 (#10241)
https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.0 Co-authored-by: Marcin Rataj <lidel@lidel.org>
Russell Dempsey committed
Dec 3, 2023 at 13:48 UTC
d882642168ed22711c554cdb84012f145b099926
2 files changed
+10
-2
core/corehttp/webui.go
+2
-1
@@ -1,11 +1,12 @@
1
package corehttp
2
3
// TODO: move to IPNS
4
-const WebUIPath = "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim" // v4.1.1
4
+const WebUIPath = "/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba" // v4.2.0
5
6
// WebUIPaths is a list of all past webUI paths.
7
var WebUIPaths = []string{
8
WebUIPath,
9
+ "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim",
10
"/ipfs/bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay",
11
"/ipfs/bafybeicyp7ssbnj3hdzehcibmapmpuc3atrsc4ch3q6acldfh4ojjdbcxe",
12
"/ipfs/bafybeigs6d53gpgu34553mbi5bbkb26e4ikruoaaar75jpfdywpup2r3my",
docs/changelogs/v0.25.md
+8
-1
@@ -6,8 +6,9 @@
6
7
- [Overview](#overview)
8
- [🔦 Highlights](#-highlights)
9
+ - [WebUI: Updated Peers View](#webui-updated-peers-view)
10
- [RPC `API.Authorizations`](#rpc-apiauthorizations)
10
- - [MPLEX removal](#mplex-removal)
11
+ - [MPLEX Removal](#mplex-removal)
12
- [Graphsync Experiment Removal](#graphsync-experiment-removal)
13
- [📝 Changelog](#-changelog)
14
- [👨👩👧👦 Contributors](#-contributors)
@@ -16,6 +17,12 @@
17
18
### 🔦 Highlights
19
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
+
26
#### RPC `API.Authorizations`
27
28
Kubo RPC API now supports optional HTTP Authorization.