v0.0.9 - 08. March 2024
- Fixed Session
Fixation vulnerability.
- Added API Keys.
- Added a ShareX Integration for uploading files and then creating shares automatically.
- Added Embeds (Twitter, Messengers etc.)
- Shares are now properly sorted in the Share List
v0.0.8 - 17. February 2024
- Allow users to view and revoke previous sessions.
- Add rate limiting for login attempts. (This includes password protected shared links)
- Added task scheduling for background tasks, allowing a maximum
number of concurrent tasks to be executed.
- File hashing is now done as a task and can be configured to not run automatically on each
upload.
- Requests to zip files have been moved to a task.
- Added administrative tasks like cleaning dangling files and sessions.
- Download counts are now tracked for shared links.
- Updated dependencies, including Javalin to Version 6
- Major refactoring of database related code including using Flyway for migrations.
v0.0.7 - 12. December 2023
- Introduced adjustable hashing settings for administrators, enabling the option to hash files on
demand.
- Enhanced the robustness of the file manager code.
- Implemented several backend optimizations to improve system performance and reliability.
v0.0.6 - 07. December 2023
- Transitioned to the TUS protocol for file uploads.
v0.0.5 - 04. December 2023
- Added File Search within the File Browser. Available via the search button or the shortcut Ctrl+K.
- Introduced a new list view for shared links.
- Improved some legacy database related code.
- Switched to enhanced page routing (less magic).
v0.0.4 - 10. July 2023
- Improved the general speed of most file-related actions (2-10x improvements).
- Enhanced the display of usage quotas.
v0.0.3 - 02. July 2023
- Resolved an issue with the context menu opening on Firefox on Android.
- Fixed a bug where the usage quota was not displaying correctly.
v0.0.2 - 27. June 2023
- Removed "new" layer from file manager context menu.
- Added a user login history page in the settings.
v0.0.1 - 26. June 2023
v0.0.0 - 26. June 2023
- Initial release using semantic versioning.