Skip to content

Releases: ipfs/ipfs-desktop

v0.9.0-beta.2

16 Aug 12:23
Compare
Choose a tag to compare

v0.9.0-beta.1

14 Aug 12:15
Compare
Choose a tag to compare

v0.8.0

03 Jun 19:44
Compare
Choose a tag to compare
  • 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 the PATH (#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

v0.8.0-beta.2

03 Jun 16:28
Compare
Choose a tag to compare
v0.8.0-beta.2 Pre-release
Pre-release
chore: 0.8.0-beta.2

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>

v0.8.0-beta.1

03 Jun 14:06
Compare
Choose a tag to compare
v0.8.0-beta.1 Pre-release
Pre-release
chore: 0.8.0-beta.1

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>

v0.7.3

24 May 16:17
53b93a5
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release
  • 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

19 Mar 20:57
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • Web UI: 2.4.4
  • IPFS: go-ipfs v0.4.19

🐛 Fixes

  • Fixes the error while adding files via Web UI.

v0.7.1

18 Mar 12:07
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Web UI: 2.4.3
  • IPFS: go-ipfs v0.4.19

🐛 Fixes

  • Fixes auto update mechanism on macOS.
  • Fixes protocol handling when the app is not running on macOS.

v0.7.0-rc.7

15 Mar 16:03
Compare
Choose a tag to compare
v0.7.0-rc.7 Pre-release
Pre-release
  • Updated Web UI to 2.4.3.

v0.7.0-rc.6

15 Mar 13:01
Compare
Choose a tag to compare
v0.7.0-rc.6 Pre-release
Pre-release
  • Hopefully fixes auto update on macOS.