Releases: ipfs/ipfs-webui
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0
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
v2.3.2
V2.3.1
v2.3.0
v2.2
Release CID: QmPwKAKiPaTXYzqPSctCGnZoNyAjT3gn7AgXcT8TTDofw9
Available for early-access at https://webui.ipfs.io
Navigation improvements
Web UI now has a responsive navbar! added in #877
- 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!
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