Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 1.01 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.

[v0.3.1] - 2023-09-28

Fixed

  • include *.tcss files when packaging app

[v0.3.0] - 2023-09-28

Added

  • 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

Changed

  • migrate codebase to new Textual version 0.38.1

Removed

  • remove components that have been replaced with built-in Textual components

[v0.2.0] - 2021-12-01

Added

  • implement dynamic context aware key bindings
  • allow to set authentication params via CLI

Fixed

  • prevent crash on reload in certain scenarios
  • exit gracefully when S3 bucket can't be accessed

[v0.1.0] - 2021-11-28

Added

  • initial release