0.9.1 - 2025-12-19
- Fix panic when removing nonexistent blockers/deps
0.9.0 - 2025-12-10
- Add --limit flag to list command
- Show relative timestamps on issue times
- Add 'n' as an alias for create
0.8.0 - 2025-12-10
- Issues are now sorted by timestamps
- Track created and updated timestamps on issues
- Update screenshots
- Add .golangci.yaml
0.7.0 - 2025-12-04
- Show the relationship issue statuses when showing details
- Safely handle stale references in relationships
- Add newlines to
showcontents - Add a newline before and after listing issues
0.6.0 - 2025-11-26
- Allow setting no prefix for issue IDs
- Remove extra loop when listing issues
- Use strings.Builder to compose text
0.5.1 - 2025-11-25
- Print full issue details when closing an issue
- Print full issue details when updating
- Emphasizes RGR in agent instructions
0.5.0 - 2025-11-25
- Allow adding dependencies when creating an issue
- Split files into smaller ones
- Adjust the formatting when showing issues
- Show issue details when creating issues
0.4.1 - 2025-11-25
- Show an issue as ready when blocking issues are closed
0.4.0 - 2025-11-25
- Update 'update' subcommand for removing relationships
- Add single-letter aliases for subcommands
- Fix more formatting
- Fix formatting
- Add some tips and tricks
- Add more tests for GetStoreFilePath
- Add coverage mise task
- Add more tests for set-prefix
0.3.0 - 2025-11-19
- Add 'delete' subcommand
- Show the issue title after creating an issue
- Reorganize and adjust some language
- Tweak some language slightly
- Fix missing text in the backend section of the readme
- Add screenshots to the readme
- Make each example command have its own bash block
- Reorganize the readme slightly
- Fix feature references in the readme
- Add installation instructions
0.2.0 - 2025-11-19
- Enable shell completions
- Add single-letter aliases for 'update' flags
- Allow adding a description when creating an issue
- Use the library's built-in version flag
- Clean up agent instructions
- Update examples in the README
- Add version command
- Show ready issues in the list, add --ready flag
- Calculate ID length based on number of issues
- Add 'add' as an alias for 'create'
- Format IDs whenever they're printed
- Always separate prefix from nanoid with a hyphen
- Add --open flag to list
- Allow selecting issues by typing the minimum unique ID
- Show relationships when showing issue details
- Show comments with showing an issue's details
- Show the issue status in the issue list
- Add 'close' and 'open' subcommands
- Add 'update' subcommand
- Add 'list' subcommand
- Add 'show' subcommand
- Guarantee issue IDs are always unique
- Add 'create' subcommand
- Fix set-prefix dropping ID characters
- Don't use log for error messages
- Align issues list more nicely
- Group issues into status sections
- Show comments after relationships
- Don't put quotes around titles
- Adjust text in the README
- Add some clarifications to the README
- Add license
- Add mint mention to agent instructions
- Fix a typo
- Add 'open' subcommand example
- Add list subcommand example
- Add note on interface changes
- Update agent instructions
- Update examples
- Update usage examples
- Add initial docs
- Ensure issues are always sorted when saved
- Add release mise task
- Add release script and workflow
- Add a basic program that will run
- Add mise.toml