From e9c2c9f4381b78883c2257e378d23ce1dd27a64d Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:35:38 -0800 Subject: [PATCH 1/2] chore: webui v4.2.0 [skip changelog] ## [4.2.0](https://github.com/ipfs/ipfs-webui/compare/v4.1.1...v4.2.0) (2023-12-02) CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba` --- ### Features * peers table can be filtered ([#2181](https://github.com/ipfs/ipfs-webui/issues/2181)) ([37b5880](https://github.com/ipfs/ipfs-webui/commit/37b5880fa0bca201e04737e3e4de0d48283eb95a)) * **pinning:** add Scaleway pinning service ([#2132](https://github.com/ipfs/ipfs-webui/issues/2132)) ([0cc3b04](https://github.com/ipfs/ipfs-webui/commit/0cc3b0495bc9895cf9b7520eaec7a0c0e94e6a30)) ### Bug Fixes * error loading scaleway template URL ([7a3388e](https://github.com/ipfs/ipfs-webui/commit/7a3388e3d17560d3e376e57361dd78b8c7fdf8e9)) * replace estuary with web3 for pinning ([#2182](https://github.com/ipfs/ipfs-webui/issues/2182)) ([e2fc7c8](https://github.com/ipfs/ipfs-webui/commit/e2fc7c8a92d737e2f1cfadb360b06fbe3d54748f)) * status page supports webrtc ([#2180](https://github.com/ipfs/ipfs-webui/issues/2180)) ([ff75d4e](https://github.com/ipfs/ipfs-webui/commit/ff75d4e0194df98800d008b4e74017e61782abff)), closes [#1965](https://github.com/ipfs/ipfs-webui/issues/1965) * switch to new dnslink updater ([#2175](https://github.com/ipfs/ipfs-webui/issues/2175)) ([a63f48a](https://github.com/ipfs/ipfs-webui/commit/a63f48a279be76dd7708988e70a294124188158c)) ### Trivial Changes * Pull transifex translations ([#2162](https://github.com/ipfs/ipfs-webui/issues/2162)) ([c0f8f54](https://github.com/ipfs/ipfs-webui/commit/c0f8f54a2ba838262b13a1f171a65038a25fc48b)) * pull transifex translations ([#2177](https://github.com/ipfs/ipfs-webui/issues/2177)) ([7f377ff](https://github.com/ipfs/ipfs-webui/commit/7f377ffb7d16a42dfe0ec47223cf7da0338f15f3)) * update release transifex links ([74cce69](https://github.com/ipfs/ipfs-webui/commit/74cce695735503c3696219d51c331f9325b2b9d1)) --- core/corehttp/webui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go index 4c8e04723bf..5ec6edf1580 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,11 +1,12 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim" // v4.1.1 +const WebUIPath = "/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba" // v4.2.0 // WebUIPaths is a list of all past webUI paths. var WebUIPaths = []string{ WebUIPath, + "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim", "/ipfs/bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay", "/ipfs/bafybeicyp7ssbnj3hdzehcibmapmpuc3atrsc4ch3q6acldfh4ojjdbcxe", "/ipfs/bafybeigs6d53gpgu34553mbi5bbkb26e4ikruoaaar75jpfdywpup2r3my", From bb5f56696420aa01d36280d7c81e92fe5efccc20 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sun, 3 Dec 2023 22:35:14 +0100 Subject: [PATCH 2/2] docs(changelog): add webui update --- docs/changelogs/v0.25.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelogs/v0.25.md b/docs/changelogs/v0.25.md index 1e1f05f7151..ed8275f2f60 100644 --- a/docs/changelogs/v0.25.md +++ b/docs/changelogs/v0.25.md @@ -6,8 +6,9 @@ - [Overview](#overview) - [๐Ÿ”ฆ Highlights](#-highlights) + - [WebUI: Updated Peers View](#webui-updated-peers-view) - [RPC `API.Authorizations`](#rpc-apiauthorizations) - - [MPLEX removal](#mplex-removal) + - [MPLEX Removal](#mplex-removal) - [Graphsync Experiment Removal](#graphsync-experiment-removal) - [๐Ÿ“ Changelog](#-changelog) - [๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributors](#-contributors) @@ -16,6 +17,12 @@ ### ๐Ÿ”ฆ Highlights +#### WebUI: Updated Peers View + +WebUI [v4.2.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.0) shipped +with updated [ipfs-geoip](https://www.npmjs.com/package/ipfs-geoip) dataset +and [ability to filter the peers table](https://github.com/ipfs/ipfs-webui/pull/2181). + #### RPC `API.Authorizations` Kubo RPC API now supports optional HTTP Authorization.