You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelogs/v0.41.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,28 @@ This release was brought to you by the [Shipyard](https://ipshipyard.com/) team.
10
10
11
11
-[Overview](#overview)
12
12
-[🔦 Highlights](#-highlights)
13
+
-[🖥️ WebUI Improvements](#-webui-improvements)
14
+
-[📦️ Dependency updates](#-dependency-updates)
13
15
-[📝 Changelog](#-changelog)
14
16
-[👨👩👧👦 Contributors](#-contributors)
15
17
16
18
### Overview
17
19
18
20
### 🔦 Highlights
19
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
+
20
32
#### 📦️ Dependency updates
21
33
34
+
- update `ipfs-webui` to [v4.12.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.12.0)
22
35
- update `gateway-conformance` tests to [v0.11](https://github.com/ipfs/gateway-conformance/releases/tag/v0.11.0)
0 commit comments