Skip to content

v1.1.0

Compare
Choose a tag to compare
@evie-calico evie-calico released this 17 Sep 03:42
· 11 commits to master since this release

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