@cryptotaxi247 / kubo / commits / 9c894a701

chore: update webui to v4.12.0 (#11221)

- core/corehttp/webui.go: bump WebUIPath CID to v4.12.0, add v4.11.1 to historical list - docs/changelogs/v0.41.md: add webui improvements highlight (ipv6 geolocation, peers screen optimizations)

Marcin Rataj committed Mar 3, 2026 at 14:34 UTC 9c894a701523c611081076b0e22183840489bed9
2 files changed +15 -1
core/corehttp/webui.go
+2 -1
@@ -12,11 +12,12 @@ import (
12 )
13
14 // WebUI version confirmed to work with this Kubo version
15 -const WebUIPath = "/ipfs/bafybeiddnr2jz65byk67sjt6jsu6g7tueddr7odhzzpzli3rgudlbnc6iq" // v4.11.1
15 +const WebUIPath = "/ipfs/bafybeihxglpcfyarpm7apn7xpezbuoqgk3l5chyk7w4gvrjwk45rqohlmm" // v4.12.0
16
17 // WebUIPaths is a list of all past webUI paths.
18 var WebUIPaths = []string{
19 WebUIPath,
20 + "/ipfs/bafybeiddnr2jz65byk67sjt6jsu6g7tueddr7odhzzpzli3rgudlbnc6iq", // v4.11.1
21 "/ipfs/bafybeidfgbcqy435sdbhhejifdxq4o64tlsezajc272zpyxcsmz47uyc64", // v4.11.0
22 "/ipfs/bafybeidsjptidvb6wf6benznq2pxgnt5iyksgtecpmjoimlmswhtx2u5ua", // v4.10.0
23 "/ipfs/bafybeicg7e6o2eszkfdzxg5233gmuip2a7kfzoloh7voyvt2r6ivdet54u", // v4.9.1
docs/changelogs/v0.41.md
+13
@@ -10,6 +10,8 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
10
11 - [Overview](#overview)
12 - [🔦 Highlights](#-highlights)
13 + - [🖥️ WebUI Improvements](#-webui-improvements)
14 + - [📦️ Dependency updates](#-dependency-updates)
15 - [📝 Changelog](#-changelog)
16 - [👨‍👩‍👧‍👦 Contributors](#-contributors)
17
@@ -17,8 +19,19 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
19
20 ### 🔦 Highlights
21
22 +#### 🖥️ WebUI Improvements
23 +
24 +IPFS Web UI has been updated to [v4.12.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0).
25 +
26 +##### IPv6 peer geolocation and Peers screen optimizations
27 +
28 +The Peers screen now resolves IPv6 addresses to geographic locations, and the geolocation database has been updated to `GeoLite2-City-CSV_20260220`. ([ipfs-geoip v9.3.0](https://github.com/ipfs-shipyard/ipfs-geoip/releases/tag/v9.3.0))
29 +
30 +Peer locations load faster thanks to UX optimizations in the underlying ipfs-geoip library.
31 +
32 #### 📦️ Dependency updates
33
34 +- update `ipfs-webui` to [v4.12.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0)
35 - update `gateway-conformance` tests to [v0.11](https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0)
36
37 ### 📝 Changelog