Releases: retifrav/rclone-rc-web-gui
Releases · retifrav/rclone-rc-web-gui
v0.5.0
All the changes since the last release: v0.4.0...v0.5.0
Highlighted changes:
- #20: a Docker image (not really specific to this release, it just happened around that time)
- #18: searching/filtering in files lists
- closing text inputs on pressing
Esc - icons for all the buttons
- some styling improvements
How to verify signature and checksum:
$ curl -sS https://decovar.dev/about/retif-public.asc | gpg --import -
$ gpg --verify ./rclone-rc-web-gui.zip.sig ./rclone-rc-web-gui.zip
$ shasum -c ./rclone-rc-web-gui.zip.sha256v0.4.0
- ready to be used with
--rc-web-gui - taking into account that user might have set
--rc-no-auth(suggested by @silisium) - folder creation UX improvements
- setting focus in the folder name input field when
Create folderclicked - executing folder creation on pressing
Enter(in addition to clicking onCreate) - clearing folder name input field after the folder has been created
- setting focus in the folder name input field when
- some styling improvements
v0.3.0
- switched to TypeScript
- now one needs to compile TypeScript sources to JavaScript or download a pre-compiled package from Releases
- the scripts are modules now
- highlighting of completed transfers list items on hover
- refresh button has an icon instead of text
- some styling improvements
v0.2.1
v0.2.0
- showing current path hint at the
..top line in the files list - added settings panel, so some settings can now be changed right in the GUI
- ability to disable auto-refreshing the view (in that case a snowflake is displayed next to the settings button in the header)
- changed all the paths from being absolute (
/) to being relative (./), as GUI can be served from a custom path - the
rclonePortis no longer a separate variable but a part of thercloneHost - some styling improvements
- license has been changed from MIT to GPLv3