@cryptotaxi247 / kubo / commits / ee7fef251

feat: ipfs-webui v4.7.0 (#10780)

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

Marcin Rataj committed Apr 9, 2025 at 20:58 UTC ee7fef251cd23dc69304f8a0edb85884df794139
2 files changed +13 -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/bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm" // v4.6.0
4 +const WebUIPath = "/ipfs/bafybeibfd5kbebqqruouji6ct5qku3tay273g7mt24mmrfzrsfeewaal5y" // v4.7.0
5
6 // WebUIPaths is a list of all past webUI paths.
7 var WebUIPaths = []string{
8 WebUIPath,
9 + "/ipfs/bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm", // v4.6.0
10 "/ipfs/bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi", // v4.5.0
11 "/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby", // v4.4.2
12 "/ipfs/bafybeiatztgdllxnp5p6zu7bdwhjmozsmd7jprff4bdjqjljxtylitvss4", // v4.4.1
docs/changelogs/v0.35.md
+11 -1
@@ -11,6 +11,8 @@ This release was brought to you by the [Shipyard](http://ipshipyard.com/) team.
11 - [Overview](#overview)
12 - [🔦 Highlights](#-highlights)
13 - [Dedicated `Reprovider.Strategy` for MFS](#dedicated-reproviderstrategy-for-mfs)
14 + - [`Routing.IgnoreProviders`](#routingignoreproviders)
15 + - [Grid view in WebUI](#grid-view-in-webui)
16 - [📦️ Important dependency updates](#-important-dependency-updates)
17 - [📝 Changelog](#-changelog)
18 - [👨‍👩‍👧‍👦 Contributors](#-contributors)
@@ -29,15 +31,23 @@ Users relying on the `pinned` strategy can switch to `pinned+mfs` and use MFS al
31
32 See [`Reprovider.Strategy`](https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy) for more details.
33
32 -##### `Routing.IgnoreProviders`
34 +#### `Routing.IgnoreProviders`
35
36 This new option allows ignoring specific peer IDs when returned by the content
37 routing system as providers of content. See the
38 [documentation](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingignoreproviders)
39 for for information.
40
41 +#### Grid view in WebUI
42 +
43 +The WebUI, accessible at http://127.0.0.1:5001/webui/, now includes support for the grid view on the _Files_ screen:
44 +
45 +> ![image](https://github.com/user-attachments/assets/80dcf0d0-8103-426f-ae91-416fb25d32b6)
46 +
47 #### 📦️ Important dependency updates
48
49 +- update `ipfs-webui` to [v4.7.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.7.0)
50 +
51 ### 📝 Changelog
52
53 ### 👨‍👩‍👧‍👦 Contributors