Skip to content

Updates

Current Version: 1.3

1.3 - 2025-06-26

New

  • Added folder support. Folders are now displayed, and you can navigate through them.
  • Allowed characters for folders are letters, numbers and the special characters hyphen ( - ), underscore ( _ ), slash ( / ) and backslash ( \ ). All other characters get removed.
  • If you have activated the auto clean feature, empty folders are automatically removed too.

Changed

  • Not allowed characters in the filename are removed now and dont get replaced by an underscore ( _ ). For example the file "te<st_test.txt" is now renamed to "test_test.txt" instead of "te_st_test.txt".
  • Updated dependencies.

Breaking

  • In preparation to a multiuser system, there is now a folder called public in the uploads folder. Please move all files in this new public folder to display them again.

1.2 - 2025-05-25

  • Changed the allowed characters for file names. Only letters, numbers and the special characters hyphen ( - ), underscore ( _ ) and point ( . ) are allowed. All others are replaced by an underscore ( _ ).
  • New startup message.

1.1 - 2025-05-21

  • Reworked the error pages to better fit in to the rest of the application.
  • Fixed the link to the updates page.
  • Updated golang version.
  • Updated dependencies.

1.0 - 2025-05-19