Releases: evie-calico/tissuebox
Releases · evie-calico/tissuebox
v1.2.0
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
andpublish
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
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
v1.0.0
Create LICENSE