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.
- include *.tcss files when packaging app
- implement deletion of S3 object(s)
- implement upload of local file(s) to S3
- implement download of S3 object(s)
- allow to switch between S3 buckets
- implement dry run mode which disables all write operations
- migrate codebase to new Textual version 0.38.1
- remove components that have been replaced with built-in Textual components
- implement dynamic context aware key bindings
- allow to set authentication params via CLI
- prevent crash on reload in certain scenarios
- exit gracefully when S3 bucket can't be accessed
- initial release