v0.5.0-beta.3
Pre-release
Pre-release
This is the second public beta for the 0.5 branch (beta 1 was withdrawn because of an issue).
prvt 0.5 includes a major new feature: the web interface now supports requests for partial content! Please help us by testing this new feature and let us know if you encounter any issue, in particular if opening files fail. Note: the changes only impacted file retrievals, so there's no risk that your files get corrupted while storing them.
In addition to the changes from beta 2, here's what's new in this release:
New features:
- In the web UI, clicking on the three dots next to a file now brings up a panel with details about the file. The "Download" and "Delete" buttons have been moved to this panel too.
- UI improvements throughout the web app
Changes:
- Operations that involve accessing the cached index file (such as listing files in a directory, etc) are now faster, especially when there are lots of files. Whilst before each operation iterated through the list of files each time, it now uses an optimized in-memory tree for faster searches.
Fixes:
- Updated Go and JavaScript (UI) module dependencies