Skip to content

Latest commit

 

History

History
188 lines (143 loc) · 4.61 KB

File metadata and controls

188 lines (143 loc) · 4.61 KB

Changelog

0.9.1 - 2025-12-19

Fixes

  • Fix panic when removing nonexistent blockers/deps

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

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

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 show contents
  • Add a newline before and after listing issues

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

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

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

0.4.1 - 2025-11-25

Fixes

  • Show an issue as ready when blocking issues are closed

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

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

0.2.0 - 2025-11-19

Features

  • Enable shell completions
  • Add single-letter aliases for 'update' flags
  • Allow adding a description when creating an issue

Refactoring

  • Use the library's built-in version flag

Documentation

  • Clean up agent instructions
  • Update examples in the README

[0.1.0] - 2025-11-19

Features

  • 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

Fixes

  • Fix set-prefix dropping ID characters

Style

  • 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

Documentation

  • 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

Testing

  • Ensure issues are always sorted when saved

CI

  • Add release mise task
  • Add release script and workflow
  • Add a basic program that will run
  • Add mise.toml