Skip to content

Releases: 4thel00z/bath

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:23
87b40ea

Other

  • refresh demo gif and document 0.4.0 TUI behavior

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 04:29
8059cae

Added

  • (tui) harden against data loss, terminal corruption, and input bugs

Other

  • (release) let release-plz own the 0.4.0 bump
  • bump version to 0.4.0

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 19 Dec 19:51
be69a3d

Other

  • rustfmt
  • replace asciinema cast with gif demo
  • document new TUI workflow and theming
  • (tui) split modules and add single-view layout

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Dec 18:06
e0f0afa

Added

  • (tui) add k9s-style panes and command palette
  • export vars as single robust assignments

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Dec 15:20
16a5740

Fixed

  • (tui) preserve env var type selection in editor
  • (tui) prevent deleting the last profile
  • (db) rename profiles without duplicating rows
  • (export) shell-quote values and terminate statements
  • (config) correct separators for include path vars

Other

  • automate releases with release-plz
  • (README) small update to the title
  • satisfy clippy items-after-test-module
  • fix clippy warnings
  • refresh README; add CI and pre-commit