File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11package corehttp
22
33// 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
55
66// WebUIPaths is a list of all past webUI paths.
77var WebUIPaths = []string {
88 WebUIPath ,
9+ "/ipfs/bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm" , // v4.6.0
910 "/ipfs/bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi" , // v4.5.0
1011 "/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby" , // v4.4.2
1112 "/ipfs/bafybeiatztgdllxnp5p6zu7bdwhjmozsmd7jprff4bdjqjljxtylitvss4" , // v4.4.1
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ This release was brought to you by the [Shipyard](http://ipshipyard.com/) team.
1111- [ Overview] ( #overview )
1212- [ π¦ Highlights] ( #-highlights )
1313 - [ Dedicated ` Reprovider.Strategy ` for MFS] ( #dedicated-reproviderstrategy-for-mfs )
14+ - [ ` Routing.IgnoreProviders ` ] ( #routingignoreproviders )
15+ - [ Grid view in WebUI] ( #grid-view-in-webui )
1416 - [ π¦οΈ Important dependency updates] ( #-important-dependency-updates )
1517- [ π Changelog] ( #-changelog )
1618- [ π¨βπ©βπ§βπ¦ Contributors] ( #-contributors )
@@ -29,15 +31,23 @@ Users relying on the `pinned` strategy can switch to `pinned+mfs` and use MFS al
2931
3032See [ ` Reprovider.Strategy ` ] ( https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy ) for more details.
3133
32- ##### ` Routing.IgnoreProviders `
34+ #### ` Routing.IgnoreProviders `
3335
3436This new option allows ignoring specific peer IDs when returned by the content
3537routing system as providers of content. See the
3638[ documentation] ( https://github.com/ipfs/kubo/blob/master/docs/config.md#routingignoreproviders )
3739for for information.
3840
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+
3947#### π¦οΈ Important dependency updates
4048
49+ - update ` ipfs-webui ` to [ v4.7.0] ( https://github.com/ipfs/ipfs-webui/releases/tag/v4.7.0 )
50+
4151### π Changelog
4252
4353### π¨βπ©βπ§βπ¦ Contributors
You canβt perform that action at this time.
0 commit comments