Releases: mybuddymichael/mint
Releases · mybuddymichael/mint
mint v0.9.1
mint v0.9.0
0.9.0 - 2025-12-10
Features
- Add --limit flag to list command
- Show relative timestamps on issue times
- Add 'n' as an alias for create
mint v0.8.0
0.8.0 - 2025-12-10
Features
- Issues are now sorted by timestamps
- Track created and updated timestamps on issues
Documentation
- Update screenshots
CI
- Add .golangci.yaml
mint v0.7.0
0.7.0 - 2025-12-04
Features
- Show the relationship issue statuses when showing details
Fixes
- Safely handle stale references in relationships
Style
- Add newlines to
showcontents - Add a newline before and after listing issues
mint v0.6.0
0.6.0 - 2025-11-26
Features
- Allow setting no prefix for issue IDs
Refactoring
- Remove extra loop when listing issues
- Use strings.Builder to compose text
mint v0.5.1
0.5.1 - 2025-11-25
Style
- Print full issue details when closing an issue
- Print full issue details when updating
Documentation
- Emphasizes RGR in agent instructions
mint v0.5.0
0.5.0 - 2025-11-25
Features
- Allow adding dependencies when creating an issue
Refactoring
- Split files into smaller ones
Style
- Adjust the formatting when showing issues
- Show issue details when creating issues
mint v0.4.1
mint v0.4.0
0.4.0 - 2025-11-25
Features
- Update 'update' subcommand for removing relationships
- Add single-letter aliases for subcommands
Documentation
- Fix more formatting
- Fix formatting
- Add some tips and tricks
Testing
- Add more tests for GetStoreFilePath
- Add coverage mise task
- Add more tests for set-prefix
mint v0.3.0
0.3.0 - 2025-11-19
Features
- Add 'delete' subcommand
Style
- Show the issue title after creating an issue
Documentation
- 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