Skip to content

Releases: retifrav/rclone-rc-web-gui

v0.4.0

13 Nov 15:07
67b5ace
Compare
Choose a tag to compare
  • 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 folder clicked
    • executing folder creation on pressing Enter (in addition to clicking on Create)
    • clearing folder name input field after the folder has been created
  • some styling improvements

v0.3.0

25 Sep 15:02
019fc60
Compare
Choose a tag to compare
  • 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

17 Sep 12:26
f5f2e8a
Compare
Choose a tag to compare
  • frozen GUI icon check on initialization

v0.2.0

11 Sep 11:46
ab2d3b9
Compare
Choose a tag to compare
  • 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 rclonePort is no longer a separate variable but a part of the rcloneHost
  • some styling improvements
  • license has been changed from MIT to GPLv3

v0.1.2

21 Apr 10:24
873c657
Compare
Choose a tag to compare
  • it is now possible to create new folders
  • some styling improvements, especially for mobile screens