All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.1.5 - 2024-06-12
- Ignore all .env files
- Use Docker volumes in devcontainer
- Added hotkey "n" to the "+ Make new folder" button in the folder view
- Removed Laravel Mix and added esbuild for asset bundling
- Display popup warning when leaving the files page while not all uploads have finished
v1.1.4 - 2024-03-28
- Added search box for folders
- Added pagination for folders to reduce page loading time
- Added sorting on folder expiration date
- Updated manual link to new manual environment
- Added tests for new features
- Remove temporary status messages for migration
- Temporary status messages for migration
v1.1.1 - 2024-01-29
- #107: Dev containers
- Cypress tests
- CSP policy
- Better websocket hub (CatBird)
- /health endpoint
- Major Go code refactor
- #86: Make timezone configurable
- #109: Fix validation on unique folder and space names
v1.1.0 - 2023-07-06
- Download all files as a zip archive
- Show banner in dev and test environments
- Switch to Bootstrap 5
- /info endpoint
- Major Go code refactor
v1.0.3 - 2023-03-30
- #69: Include filename in Content-Disposition header
v1.0.2 - 2023-03-09
- Feedback link
- Small ux improvements
- #67: Close modal after file delete
v1.0.1 - 2023-03-09
- This changelog
- #63: Add link to manual
- #66: Increase real estate in folder list by removing delete button
- Initial release