You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShortDescription: An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
17
17
Description: |-
18
18
IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.
@@ -24,6 +24,33 @@ Tags:
24
24
- p2p
25
25
- peer-to-peer
26
26
- protocol
27
+
ReleaseNotes: |-
28
+
Note
29
+
This release was brought to you by the Shipyard team.
30
+
What's Changed
31
+
- feat: webui 4.9 and electron 38 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2995
32
+
- fix: kubo v0.38.1 with Windows migrations by @lidel in https://github.com/ipfs/ipfs-desktop/pull/3003
33
+
Highlights
34
+
🧊 Updated Kubo
35
+
See Release Notes for v0.38.1
36
+
🎨 Updated WebUI
37
+
The Web UI has been updated to v4.9 with a new Diagnostics screen for troubleshooting and system monitoring.
Debug issues in real-time by adjusting log level without restart (global or per-subsystem like bitswap) Check if content is available to other peers directly from Files screen Find out why content won't load or who is providing it to the network
41
+
Peers: Agent Versions
42
+
43
+
Know what software peers run
44
+
Files: Custom Sorting
45
+
46
+
Find files faster with new sorting
47
+
Additional improvements include a close button in the file viewer, better error handling, and fixed navigation highlighting.
48
+
🚨 Improved gateway error pages with diagnostic tools
49
+
Gateway error pages now provide more actionable information during content retrieval failures. When a 504 Gateway Timeout occurs, users see detailed retrieval state information including which phase failed and a sample of providers that were attempted:
50
+
51
+
- Enhanced error details: Timeout errors now display the retrieval phase where failure occurred (e.g., "connecting to providers", "fetching data") and up to 3 peer IDs that were attempted but couldn't deliver the content, making it easier to diagnose network or provider issues.
52
+
- Retry button on all error pages: Every gateway error page now includes a retry button for quick page refresh without manual URL re-entry.
53
+
Full Changelog: https://github.com/ipfs/ipfs-desktop/compare/v0.45.0...v0.46.0
0 commit comments