@cryptotaxi247 / kubo / commits / cfbc64845

feat: ipfs-webui v4.8.0 (#10902)

https://github.com/ipfs/ipfs-webui/releases/tag/v4.8.0

Marcin Rataj committed Aug 8, 2025 at 03:58 UTC cfbc64845c2674bbf8280e0b0375ad69abd0849d
2 files changed +3 -2
core/corehttp/webui.go
+2 -1
@@ -1,11 +1,12 @@
1 package corehttp
2
3 // WebUI version confirmed to work with this Kubo version
4 -const WebUIPath = "/ipfs/bafybeibfd5kbebqqruouji6ct5qku3tay273g7mt24mmrfzrsfeewaal5y" // v4.7.0
4 +const WebUIPath = "/ipfs/bafybeifplj2s3yegn7ko7tdnwpoxa4c5uaqnk2ajnw5geqm34slcj6b6mu" // v4.8.0
5
6 // WebUIPaths is a list of all past webUI paths.
7 var WebUIPaths = []string{
8 WebUIPath,
9 + "/ipfs/bafybeibfd5kbebqqruouji6ct5qku3tay273g7mt24mmrfzrsfeewaal5y", // v4.7.0
10 "/ipfs/bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm", // v4.6.0
11 "/ipfs/bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi", // v4.5.0
12 "/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby", // v4.4.2
docs/changelogs/v0.37.md
+1 -1
@@ -63,12 +63,12 @@ The `ipfs stats reprovide` command has moved to `ipfs provide stat`. This was do
63 > [!NOTE]
64 > `ipfs stats reprovide` still works, but is marked as deprecated and will be removed in a future release.
65
66 -
66 #### 📦️ Important dependency updates
67
68 - update `go-libp2p` to [v0.42.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.42.1)
69 - update `p2p-forge/client` to [v0.6.1](https://github.com/ipshipyard/p2p-forge/releases/tag/v0.6.1)
70 - update `boxo` to [v0.33.1](https://github.com/ipfs/boxo/releases/tag/v0.33.1)
71 +- update `ipfs-webui` to [v4.8.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.8.0)
72
73 ### 📝 Changelog
74