Skip to content

Releases: brennerm/bucketman

Release v0.3.1

28 Sep 21:01
Compare
Choose a tag to compare

Changelog

Fixed

  • include *.tcss files when packaging app

Release v0.3.0

28 Sep 20:44
Compare
Choose a tag to compare

Changelog

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

Release v0.2.0

01 Dec 22:32
Compare
Choose a tag to compare

Changelog

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

28 Nov 22:34
Compare
Choose a tag to compare

[0.1.0] - 2021-11-28

Added

  • initial release