Skip to content

Latest commit

 

History

History
127 lines (79 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

127 lines (79 loc) · 2.67 KB

Changelog

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.

Added

Fixed

v1.1.5 - 2024-06-12

Added

  • 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

Fixed

v1.1.4 - 2024-03-28

Added

  • 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

Fixed

Added

  • Remove temporary status messages for migration

Fixed

Added

  • Temporary status messages for migration

Fixed

v1.1.1 - 2024-01-29

Added

  • #107: Dev containers
  • Cypress tests
  • CSP policy
  • Better websocket hub (CatBird)
  • /health endpoint
  • Major Go code refactor
  • #86: Make timezone configurable

Fixed

  • #109: Fix validation on unique folder and space names

v1.1.0 - 2023-07-06

Added

  • Download all files as a zip archive
  • Show banner in dev and test environments
  • Switch to Bootstrap 5
  • /info endpoint
  • Major Go code refactor

Fixed

v1.0.3 - 2023-03-30

Added

Fixed

  • #69: Include filename in Content-Disposition header

v1.0.2 - 2023-03-09

Added

  • Feedback link

Fixed

  • Small ux improvements
  • #67: Close modal after file delete

v1.0.1 - 2023-03-09

Added

  • This changelog
  • #63: Add link to manual

Fixed

  • #66: Increase real estate in folder list by removing delete button

[v1.0.0] - 2023-03-08

Added

  • Initial release