Skip to content

Commit ee7fef2

Browse files
authored
1 parent 996bcf3 commit ee7fef2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

β€Žcore/corehttp/webui.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package 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.
77
var 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

β€Ždocs/changelogs/v0.35.md

+11-1
Original file line numberDiff line numberDiff 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

3032
See [`Reprovider.Strategy`](https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy) for more details.
3133

32-
##### `Routing.IgnoreProviders`
34+
#### `Routing.IgnoreProviders`
3335

3436
This new option allows ignoring specific peer IDs when returned by the content
3537
routing system as providers of content. See the
3638
[documentation](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingignoreproviders)
3739
for 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

0 commit comments

Comments
Β (0)