File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
package corehttp
2
2
3
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
5
6
6
// WebUIPaths is a list of all past webUI paths.
7
7
var WebUIPaths = []string {
8
8
WebUIPath ,
9
+ "/ipfs/bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm" , // v4.6.0
9
10
"/ipfs/bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi" , // v4.5.0
10
11
"/ipfs/bafybeigp3zm7cqoiciqk5anlheenqjsgovp7j7zq6hah4nu6iugdgb4nby" , // v4.4.2
11
12
"/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.
11
11
- [ Overview] ( #overview )
12
12
- [ π¦ Highlights] ( #-highlights )
13
13
- [ Dedicated ` Reprovider.Strategy ` for MFS] ( #dedicated-reproviderstrategy-for-mfs )
14
+ - [ ` Routing.IgnoreProviders ` ] ( #routingignoreproviders )
15
+ - [ Grid view in WebUI] ( #grid-view-in-webui )
14
16
- [ π¦οΈ Important dependency updates] ( #-important-dependency-updates )
15
17
- [ π Changelog] ( #-changelog )
16
18
- [ π¨βπ©βπ§βπ¦ Contributors] ( #-contributors )
@@ -29,15 +31,23 @@ Users relying on the `pinned` strategy can switch to `pinned+mfs` and use MFS al
29
31
30
32
See [ ` Reprovider.Strategy ` ] ( https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy ) for more details.
31
33
32
- ##### ` Routing.IgnoreProviders `
34
+ #### ` Routing.IgnoreProviders `
33
35
34
36
This new option allows ignoring specific peer IDs when returned by the content
35
37
routing system as providers of content. See the
36
38
[ documentation] ( https://github.com/ipfs/kubo/blob/master/docs/config.md#routingignoreproviders )
37
39
for for information.
38
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
+
39
47
#### π¦οΈ Important dependency updates
40
48
49
+ - update ` ipfs-webui ` to [ v4.7.0] ( https://github.com/ipfs/ipfs-webui/releases/tag/v4.7.0 )
50
+
41
51
### π Changelog
42
52
43
53
### π¨βπ©βπ§βπ¦ Contributors
You canβt perform that action at this time.
0 commit comments