Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 20:30
· 343 commits to main since this release

2023-03-30

Chores

Docs

  • README.md and screenshot updated, [73ab758]

Features

  • Ability to delete a container, be warned, as this will force delete, closes #27, [937202f], [b25f8b1]
  • Publish images to ghcr.io as well as Docker Hub, and correctly tag images with latest and the current semver, [cb1271c]
  • Replace tui-rs with ratatui, [d431f85]

Fixes

  • out of bound bug in heading_bar(), [b9c125d]
  • -d arg error text updated, [e0b49be]

Refactors

  • popup() use saturating_x() rather than checked_x(), [d628e80]
  • button_item() include brackets, [7c92ffe]

see CHANGELOG.md for more details