Skip to content

Commit 74a67ab

Browse files
chore(release): 4.11.0 [skip ci]
## [4.11.0](v4.10.0...v4.11.0) (2026-02-05) CID `bafybeidfgbcqy435sdbhhejifdxq4o64tlsezajc272zpyxcsmz47uyc64` --- ### Features * Add search/filter functionality to Files UI ([#2451](#2451)) ([c866be6](c866be6)), closes [#2447](#2447) * DHT Provide Sweep Diagnostic Screen ([#2463](#2463)) ([fb22ea6](fb22ea6)) * **files:** resolve paths before inspect and support protocol URL ([#2465](#2465)) ([74a44d8](74a44d8)) * **files:** support additional image file extensions ([#2347](#2347)) ([371341a](371341a)) ### Bug Fixes * **ci:** test stability improvements ([#2466](#2466)) ([d11475a](d11475a)) * CLI tutor commands missing some parameters ([#2470](#2470)) ([ed8ad6a](ed8ad6a)) * **diagnostics:** handle Go zero time in DHT provide screen ([dc51cd4](dc51cd4)) * **files:** not found page ([#2455](#2455)) ([18b9b0d](18b9b0d)) * show proper error state in import notifications ([#2452](#2452)) ([391470e](391470e)), closes [#2448](#2448) ### Trivial Changes * **ci:** skip publishPreview for dependabot PRs ([17f675e](17f675e)) * pull new translations ([#2467](#2467)) ([cc569f4](cc569f4)) * pull transifex translations ([#2464](#2464)) ([8d7a17f](8d7a17f))
1 parent dc51cd4 commit 74a67ab

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [4.11.0](https://github.com/ipfs/ipfs-webui/compare/v4.10.0...v4.11.0) (2026-02-05)
2+
3+
4+
CID `bafybeidfgbcqy435sdbhhejifdxq4o64tlsezajc272zpyxcsmz47uyc64`
5+
6+
---
7+
8+
9+
10+
### Features
11+
12+
* Add search/filter functionality to Files UI ([#2451](https://github.com/ipfs/ipfs-webui/issues/2451)) ([c866be6](https://github.com/ipfs/ipfs-webui/commit/c866be605f85ac3439a6d4be101ceae60ddf82ef)), closes [#2447](https://github.com/ipfs/ipfs-webui/issues/2447)
13+
* DHT Provide Sweep Diagnostic Screen ([#2463](https://github.com/ipfs/ipfs-webui/issues/2463)) ([fb22ea6](https://github.com/ipfs/ipfs-webui/commit/fb22ea633a5a727234489ec0fc11544b09e2c6aa))
14+
* **files:** resolve paths before inspect and support protocol URL ([#2465](https://github.com/ipfs/ipfs-webui/issues/2465)) ([74a44d8](https://github.com/ipfs/ipfs-webui/commit/74a44d8be1406aff5ab2e616a4d080b4a8a2355a))
15+
* **files:** support additional image file extensions ([#2347](https://github.com/ipfs/ipfs-webui/issues/2347)) ([371341a](https://github.com/ipfs/ipfs-webui/commit/371341a9bfd4c433ea89e9ada0a89fc37fd8fe9e))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** test stability improvements ([#2466](https://github.com/ipfs/ipfs-webui/issues/2466)) ([d11475a](https://github.com/ipfs/ipfs-webui/commit/d11475a775c1aa522b51f05caecf51ab1d65d956))
21+
* CLI tutor commands missing some parameters ([#2470](https://github.com/ipfs/ipfs-webui/issues/2470)) ([ed8ad6a](https://github.com/ipfs/ipfs-webui/commit/ed8ad6a25d0745413e0f0c6fd301e39b6290c263))
22+
* **diagnostics:** handle Go zero time in DHT provide screen ([dc51cd4](https://github.com/ipfs/ipfs-webui/commit/dc51cd4730f231c3a4fede4a3ae080a3ae70105b))
23+
* **files:** not found page ([#2455](https://github.com/ipfs/ipfs-webui/issues/2455)) ([18b9b0d](https://github.com/ipfs/ipfs-webui/commit/18b9b0d5bafb58623421d20de99cfb958b5c9e17))
24+
* show proper error state in import notifications ([#2452](https://github.com/ipfs/ipfs-webui/issues/2452)) ([391470e](https://github.com/ipfs/ipfs-webui/commit/391470e34a90737f105c1b672e79cb10e1cc4cb3)), closes [#2448](https://github.com/ipfs/ipfs-webui/issues/2448)
25+
26+
27+
### Trivial Changes
28+
29+
* **ci:** skip publishPreview for dependabot PRs ([17f675e](https://github.com/ipfs/ipfs-webui/commit/17f675e2f89e3e3d97ac4393af64030bd66362ef))
30+
* pull new translations ([#2467](https://github.com/ipfs/ipfs-webui/issues/2467)) ([cc569f4](https://github.com/ipfs/ipfs-webui/commit/cc569f42623ca696ed03b4441bb32553b6e15ff5))
31+
* pull transifex translations ([#2464](https://github.com/ipfs/ipfs-webui/issues/2464)) ([8d7a17f](https://github.com/ipfs/ipfs-webui/commit/8d7a17f1ef14c7f0b9c147de34a6272af4ae5817))
32+
133
## [4.10.0](https://github.com/ipfs/ipfs-webui/compare/v4.9.1...v4.10.0) (2025-11-06)
234

335

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-webui",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"type": "module",
55
"private": true,
66
"files": [

0 commit comments

Comments
 (0)