Releases: ipfs/ipfs-desktop
Releases · ipfs/ipfs-desktop
v0.9.0-beta.2
v0.9.0-beta.1
v0.8.0
- Web UI:
2.4.5
- IPFS:
go-ipfs v0.4.21
The 0.8 release allows IPFS Desktop to add the ipfs
command to your system, much like the Atom editor does with the apm
command. No need to install it seperately and IPFS Desktop will automatically keep it up to date. Neat! Users that already have the ipfs
command on their system can opt-in to let IPFS Desktop manage it.
✨ Features
- Add
ipfs
command line tools to thePATH
(#727, ipfs/ipfs-webui#1016) - Support macOS dark theme on native dialogs (#918)
- Make dialogs more consistent and cohesive (#919)
- Update to Electron 5 (#917)
- Restart the daemon when the configuration is updated (#930)
- Restart the daemon when the network changes (#942)
🐛 Fixes
- Don't shutdown if there was an issue
fsck
ing the repository (#899, #835, #837). - Avoid auto-update unnecessary errors (#892)
- Allow settings when the daemon is offline (ipfs/ipfs-webui#1023)
- Work with bandwidth metrics disabled (ipfs/ipfs-webui#1024)
v0.8.0-beta.2
chore: 0.8.0-beta.2 License: MIT Signed-off-by: Henrique Dias <[email protected]>
v0.8.0-beta.1
chore: 0.8.0-beta.1 License: MIT Signed-off-by: Henrique Dias <[email protected]>
v0.7.3
- Web UI:
2.4.4
- IPFS:
go-ipfs v0.4.19
The 0.7.3 release enables strict CORS checking on the IPFS API for new users, and will update older configurations to enable it. It is strongly recommended that you update. IPFS Desktop is configured to automatically update, so you simply have to allow it.
🐛 Fixes
- Enable strict CORS checking on api (#932)
Known Issues
- Add folder via file-input fails in electron (#884) - We have an initial fix for this, but we need to level up the testing around adding files before chaning that code again as there are a bunch of cross-platform edge-cases to handle.
v0.7.2
v0.7.1
v0.7.0-rc.7
- Updated Web UI to 2.4.3.
v0.7.0-rc.6
- Hopefully fixes auto update on macOS.