Skip to content

Releases: ipfs/ipfs-desktop

v0.10.0

13 Nov 09:14
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

🛑 This build is not working on macOS. Do not install this version. For more information please refer to #1244. Apologies for any inconveniences.

✨ Features

v0.9.7

22 Oct 07:04
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

  • Fix launch on startup on Linux (#1206)

v0.9.6

21 Oct 15:46
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

  • Set icon and category in Linux .desktop file (#1199)
  • Do not install npm-on-ipfs by default (#1195)
  • Use blank page when window isn't active (#1198)
  • Fix launch on startup on most Linuxes and use native APIs (#1200)
  • Web UI 2.5.8 with fixes and improvements

v0.9.5

08 Oct 08:03
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

  • Fixes call to log.fail instead of log.error (#1169)
  • Daemon code refactored for simplicity (#1170)
  • Add cache for compiled code to improve speed (#1172)
  • Open Web UI window when the user tries to open the app even though it is already running (#1175)

v0.9.4

30 Sep 16:21
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

  • Publish Snap package to Snap Store (#691, #757)
    • From now on, Snap packages should be installed via snap install ipfs-desktop.
  • Fix: call function on err.toString (#1155)

v0.9.3

25 Sep 07:34
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

v0.9.2

12 Sep 09:48
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

  • Fix undefined argument (#1114)
  • Fix URL opening in external windows (#1117)
  • Improved analytics between Desktop and Web UI (#1068)
  • Web UI 2.5.3

v0.9.1

09 Sep 15:05
Compare
Choose a tag to compare

🛠 Fixes and Maintenance

  • Allow multiple Gateway and API addresses (#1092)
  • Fail silently when we try to add ipfs to PATH automatically on first run (#1095)
  • Web UI 2.5.2 (ipfs/ipfs-webui#1147)

v0.9.0

06 Sep 08:51
Compare
Choose a tag to compare

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 from go-ipfs.version or go-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)

v0.9.0-beta.3

02 Sep 23:22
Compare
Choose a tag to compare