Skip to content

Releases: ipfs/ipfs-webui

v2.4.4

19 Mar 16:12
6366d10
Compare
Choose a tag to compare

Release CID: QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub

  • fix: bug preventing uploading of files. #995

v2.4.3

15 Mar 13:52
115cbd7
Compare
Choose a tag to compare

Release CID: QmRvPGBVDBEUvrXrinMKgh8Vu8mVBbTZk3C1jJGfgWchSP

  • fix: disable debug logging

v2.4.2

15 Mar 13:20
15f1faf
Compare
Choose a tag to compare

Release CID: QmQ18Y88zvBvxsbzV42GbCW9TZs49yAoB8kh5fTZQj2fCd

  • use countly app key from window.ipfsDesktop to allow it to pass in the test key during dev
  • update the translations

v2.4.1

13 Mar 17:19
Compare
Choose a tag to compare

Release CID: QmZepbAvvUvCqKmNjgf3dStoSToXCW9uQopx4vd2HFMELR


(#985) Analytics are now opt-in, and you can select per type what you want to enable/disable:

  • Sessions and browser metrics
  • Events
  • Page views
  • Location
  • App errors

v2.4.0

25 Feb 15:44
Compare
Choose a tag to compare

Release CID: Qmb6o8HKrouK2WXVFS8753BArqnx5xz68tk6779ncPxpd8


📂✨ Improving the file manager

  • Only render the files/folders in view to improve rendering perf for large dir listings (#957)
  • Show a loading indicator when it takes longer than 1s to load the list (#949)
  • Show file actions on the file preview page (#936)
  • Increase file-drop area to entire window (#942)
  • Simplify adding files/folders, new folder and import from IPFS flow (#951)

🔒👓 Anonymous usage analytics

  • Add self-hosted anonymous usage analytics (#930)

🛠 Other improvements

  • Fix mixed content warnings where Web UI is hosted on a domain (#963)

v2.3.3

16 Jan 12:45
Compare
Choose a tag to compare

Release CID: QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ


  • Fixed a regression in the latest release for adding files/folder (#931)
  • Fixed showing IPv6 URIs correctly (#934)
  • Adds the ability to open the ContextMenu when right-clicking a file (#929)

v2.3.2

07 Jan 12:04
Compare
Choose a tag to compare

Release CID: QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA


  • Fixes add by path (#923)
  • Fixes adding a folder (#924)

V2.3.1

03 Jan 12:52
c491557
Compare
Choose a tag to compare

Release CID QmZLzKRqjuhERwjL7X72HMpwdw7r1o5MnSWcVSZxYfXcDH

  • Fixes bug where gelocation of peers by ip would fail (#918)

v2.3.0

18 Dec 17:37
Compare
Choose a tag to compare

Release CID: QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e


Replaced the distribution chart with better node stats (#902):

node-stats

Show IPFS Desktop specific settings (#883):

desktop-settings

Other changes:

  • Web UI now works with the new js-ipfs-http-client (#913)
  • Layout tweaks for the larger screens (#912)
  • The peers map and country flags are more legible (#906)
  • Fixed duplicate origins in the suggested CORS config (#907)
  • The peers in the peers list are now sorted in a human-friendly way (#909)

v2.2

14 Nov 14:41
71e8688
Compare
Choose a tag to compare

Release CID: QmPwKAKiPaTXYzqPSctCGnZoNyAjT3gn7AgXcT8TTDofw9

Available for early-access at https://webui.ipfs.io

Navigation improvements

Web UI now has a responsive navbar! added in #877

webui-responsive-navbar

  • The navbar now stores your preference for open or closed. - #875

Language selector

Web UI uses [i18next] to pick the most appropriate language to show based on your browsers navigator.languages property. Thanks to @fsdiogo you can now override that magic with the Language Selector!

language selector

This helps us show off the great work of the volunteers who are building the translations for the Web UI. If you can help with that, check out https://www.transifex.com/ipfs/

Other changes

We've also fixed some bugs. In our excitement to get the new Web UI launched we missed the fact that our bandwidth colors were mixed up between the bandwidth-over-time graph and the network traffic dials. #876 fixed in #881

And some depenency updates to ensure Web UI works with the new QUIC support, just released in go-ipfs v0.4.18 and and to fix a gnarly interop issue with ipfs-companion
in #874