Skip to content

Releases: evie-calico/tissuebox

v1.2.0

25 Sep 23:02
Compare
Choose a tag to compare

Added

  • Edit command for CLI & TUI
  • Clipboard copy command for TUI
  • Some indexes may be omitted from the CLI, defaulting to the last tissue if absent
  • Prompt to update .git/exclude/info when creating a new tissuebox from the TUI

Changed

  • Tissuebox now scrolls to follow the cursor when necessary

Fixed

  • Title is improperly displayed as "Tissue TissueBox"
  • commit and publish do not remove issues when used from the CLI
  • Attempting to modify a tissue with an empty tissuebox panics

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Sep 03:42
Compare
Choose a tag to compare

Added

  • Pressing * marks a tissue as "focused"
    • Pressing * on a starred tissue removes the star
    • Pressing * from any other tissue moves the cursor to the starred issue.
    • This is useful when actively working on a specific tissue.

Changed

  • Tissuebox is no longer saved after quitting the TUI, preventing changes from another tissuebox instance from being overwritten by an old state.
  • TUI has been moved from src/lib.rs to src/tui.rs
  • CLI has been moved from src/bin/tissue.rs to src/cli.rs

Fixed

  • Recycle bin doesn't display its own cursor (#4)
  • Tissuebox isn't saved after committing or pushing from TUI

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Sep 00:02
3119f31
Compare
Choose a tag to compare
Create LICENSE