Skip to content

Releases: jamesjohnsdev/issues

v0.2.0

21 Jun 11:20

Choose a tag to compare

0.2.0 (2026-06-21)

Features

  • push: parallelize push operations with goroutines (311e4f6)

Bug Fixes

  • delete: remove snapshot only after local file deletion succeeds (3e35045), closes #17

v0.1.0

21 Jun 07:10

Choose a tag to compare

0.1.0 (2026-06-21)

Features

  • able to close with comment (bf7562c)
  • added --web flag to open browser view (e075e9f)
  • cli commands for issue comments (df364b2)
  • comment compatability (14c5d6f)
  • enable metadata support for comments (a8f1fde)
  • merge issues together and mark duplicates (40f2ca8)
  • run issues commands from subdirectories (5c74a47)

Bug Fixes

  • guard against empty/whitespace editor env and exclusive flags (439acf1)

Performance Improvements

  • sync: skip unchanged issues and parallelize comment fetches (b8076c7)

v0.0.4

19 Jun 01:34

Choose a tag to compare

0.0.4 (2026-06-18)

Bug Fixes

  • editor opens when passing through e (b85c97f)

This PR was generated with Release Please. See documentation.

v0.0.3

18 Jun 07:01

Choose a tag to compare

0.0.3 (2026-06-18)

Features

  • create: show full schema and body marker in editor (efce93b), closes #7

Bug Fixes


This PR was generated with Release Please. See documentation.

v0.0.2

18 Jun 06:40

Choose a tag to compare

0.0.2 (2026-06-18)

Features

  • create: add stepwise interactive prompts when no args given (1e54bc5)

This PR was generated with Release Please. See documentation.

v0.0.1

18 Jun 06:31

Choose a tag to compare

0.0.1 (2026-06-18)

Features

  • add man page generation via cobra/doc (ffee98e)
  • added command (2d6a124)
  • added complete command (e2fc6a9)
  • create: add stepwise interactive prompts when no args given (3f9a4d4)
  • delete command (5a9b7a1)
  • enabled creation direct passthrough to editor (c898d63)
  • implement issues CLI with local/GitHub sync (6b17f50)
  • improved decoration on outputs (8937aaf)
  • improved display for issue list (f9c8831)
  • list command defaults to show open issues only (a4d3a3c)

Bug Fixes

  • correct parsing of local issue numbers (6d3a9a1)
  • create: three editor mode correctness bugs (c40a51c)
  • root: rename root command name to "issues" (4c9c2b8)
  • util: reject partial numeric ids such as "123abc" (a3f7cf7)
  • view: split editor string to support flags (97ff072)

This PR was generated with Release Please. See documentation.