Releases: ipfs/ipfs-desktop
Releases · ipfs/ipfs-desktop
v0.10.0
🛑 This build is not working on macOS. Do not install this version. For more information please refer to #1244. Apologies for any inconveniences.
- Web UI:
v2.7.1
- IPFS:
go-ipfs v0.4.22
✨ Features
- Web UI v2.7.1
- Copy link to clipboard when drag'n'droping to the icon (#1221)
- Startup icon on Linux (#1212)
v0.9.7
v0.9.6
- Web UI:
v2.5.8
- IPFS:
go-ipfs v0.4.22
🛠 Fixes and Maintenance
v0.9.5
- Web UI:
v2.5.7
- IPFS:
go-ipfs v0.4.22
🛠 Fixes and Maintenance
v0.9.4
v0.9.3
- Web UI:
v2.5.4
- IPFS:
go-ipfs v0.4.22
🛠 Fixes and Maintenance
- Updated Web UI to version 2.5.4
- Added FreeBSD binaries (#1141)
v0.9.2
v0.9.1
- Web UI:
v2.5.2
- IPFS:
go-ipfs v0.4.22
🛠 Fixes and Maintenance
- Allow multiple Gateway and API addresses (#1092)
- Fail silently when we try to add
ipfs
toPATH
automatically on first run (#1095) - Web UI 2.5.2 (ipfs/ipfs-webui#1147)
v0.9.0
- Web UI:
v2.5.1
- IPFS:
go-ipfs v0.4.22
The 0.9.0 version now allows you to navigate, not only your own files and pins, but the whole /ipfs
and /ipns
universe. Just type a path and you're good to go. We've also improved many existing features and squashed a lot of bugs.
🚨 Breaking Changes
- The accelerator for 'Take Screenshot' on macOS is now
Command+Control+S
- The accelerator for 'Download Hash' on macOS is now
Command+Control+H
✨ Features
- Add
npm-on-ipfs
support (#911) - Add
Cmd+Q
accelerator to quit the app on macOS (#976) - Add
Cmd+R
accelerator to restart the node on macOS (#1025) - Add 'Take Screenshot' and 'Download Hash' to menubar (#977)
- 'Download Hash' feature now supports any IP(F)(N)S paths (#980)
- Protocol handlers (
ipns://
,ipfs://
,dweb:
) now use the local gateway when available (#994) - Navigate files in the wild (#922, ipfs/ipfs-webui#1027)
- Allow to move repository location (#988)
- Upgrade to Electron 6.0 (#1012)
go-ipfs v0.4.22
🐛 Fixes and Maintenance
- Fix
ipfs-on-path
install script path on Windows (#964) - Fix permission errors on macOS/Linux when installing
ipfs-on-path
(#959) - 'Download Hash' feature now can download nested directories successfully (#980)
- Use a different shortcut to download hashes on macOS (#981)
- Handle the case where default ports are busy (#912)
- Make sure we stop IPFS before quitting (#1022)
- Get
go-ipfs
version fromgo-ipfs.version
orgo-ipfs-dep
(#1037) - Fix notify import (#1036)
- Increase draggable area on window to be easily moved (#1066)
- Introduce unit tests (#1038, #1070)
- Have a reliable CI process (#973, #1055)