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)