Skip to content

Commit

Permalink
feat: webui v4.2.0 (#10241)
Browse files Browse the repository at this point in the history
https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.0

Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
SgtPooki and lidel authored Dec 3, 2023
1 parent 2864f63 commit d882642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package corehttp

// TODO: move to IPNS
const WebUIPath = "/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim" // v4.1.1
const WebUIPath = "/ipfs/bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba" // v4.2.0

// WebUIPaths is a list of all past webUI paths.
var WebUIPaths = []string{
WebUIPath,
"/ipfs/bafybeiamycmd52xvg6k3nzr6z3n33de6a2teyhquhj4kspdtnvetnkrfim",
"/ipfs/bafybeieqdeoqkf7xf4aozd524qncgiloh33qgr25lyzrkusbcre4c3fxay",
"/ipfs/bafybeicyp7ssbnj3hdzehcibmapmpuc3atrsc4ch3q6acldfh4ojjdbcxe",
"/ipfs/bafybeigs6d53gpgu34553mbi5bbkb26e4ikruoaaar75jpfdywpup2r3my",
Expand Down
9 changes: 8 additions & 1 deletion docs/changelogs/v0.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

- [Overview](#overview)
- [πŸ”¦ Highlights](#-highlights)
- [WebUI: Updated Peers View](#webui-updated-peers-view)
- [RPC `API.Authorizations`](#rpc-apiauthorizations)
- [MPLEX removal](#mplex-removal)
- [MPLEX Removal](#mplex-removal)
- [Graphsync Experiment Removal](#graphsync-experiment-removal)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)
Expand All @@ -16,6 +17,12 @@

### πŸ”¦ Highlights

#### WebUI: Updated Peers View

WebUI [v4.2.0](https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.0) shipped
with updated [ipfs-geoip](https://www.npmjs.com/package/ipfs-geoip) dataset
and [ability to filter the peers table](https://github.com/ipfs/ipfs-webui/pull/2181).

#### RPC `API.Authorizations`

Kubo RPC API now supports optional HTTP Authorization.
Expand Down

0 comments on commit d882642

Please sign in to comment.