Skip to content

Commit 9c894a7

Browse files
authored
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)
1 parent 15017c4 commit 9c894a7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

core/corehttp/webui.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ import (
1212
)
1313

1414
// 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
1616

1717
// WebUIPaths is a list of all past webUI paths.
1818
var WebUIPaths = []string{
1919
WebUIPath,
20+
"/ipfs/bafybeiddnr2jz65byk67sjt6jsu6g7tueddr7odhzzpzli3rgudlbnc6iq", // v4.11.1
2021
"/ipfs/bafybeidfgbcqy435sdbhhejifdxq4o64tlsezajc272zpyxcsmz47uyc64", // v4.11.0
2122
"/ipfs/bafybeidsjptidvb6wf6benznq2pxgnt5iyksgtecpmjoimlmswhtx2u5ua", // v4.10.0
2223
"/ipfs/bafybeicg7e6o2eszkfdzxg5233gmuip2a7kfzoloh7voyvt2r6ivdet54u", // v4.9.1

docs/changelogs/v0.41.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,28 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
1010

1111
- [Overview](#overview)
1212
- [🔦 Highlights](#-highlights)
13+
- [🖥️ WebUI Improvements](#-webui-improvements)
14+
- [📦️ Dependency updates](#-dependency-updates)
1315
- [📝 Changelog](#-changelog)
1416
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
1517

1618
### Overview
1719

1820
### 🔦 Highlights
1921

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+
2032
#### 📦️ Dependency updates
2133

34+
- update `ipfs-webui` to [v4.12.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0)
2235
- update `gateway-conformance` tests to [v0.11](https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0)
2336

2437
### 📝 Changelog

0 commit comments

Comments
 (0)