v1.1.0
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
tosrc/tui.rs
- CLI has been moved from
src/bin/tissue.rs
tosrc/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