Skip to content

Releases: raspbeguy/ncdeck

v0.2.0

22 May 20:21
v0.2.0
19e4e5c

Choose a tag to compare

Changelog

Features

  • 5259ae7: feat(cli): export boards to JSON in the occ deck:export schema (@raspbeguy)
  • eaaa577: feat(cli): import boards from JSON in the occ deck:export schema (@raspbeguy)
  • 2ad06f3: feat(tui): confirm dialog with new/edit/delete on boards and delete-stack in kanban (@raspbeguy)
  • 19e4e5c: feat(tui): split board edit into e/rename and c/recolour, smart picker focus, live preview swatch (@raspbeguy)

Bug fixes

  • 502aa10: fix(api): board import re-fetches the result and warns on dropped label refs (@raspbeguy)
  • b3710de: fix(tui): hide soft-deleted boards from the picker and board ls (@raspbeguy)
  • 4fe6423: fix(tui): make the help overlay modal so navigation can't fire underneath (@raspbeguy)

v0.1.1

20 May 19:19
v0.1.1
a78ded5

Choose a tag to compare

Changelog

Features

  • e24fc94: feat(tui): edit card title (t), rename description shortcut to b (@raspbeguy)

Bug fixes

  • a78ded5: fix(tui): clamp card modal so the app header stays visible in form modes (@raspbeguy)

v0.1.0

18 May 20:39
v0.1.0
9ad5491

Choose a tag to compare

Changelog

Features

Bug fixes

Other

  • 3e52e52: chore(deps): bump actions/checkout from 4 to 6 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 9a5ac6e: chore(deps): bump actions/setup-go from 5 to 6 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 40acb69: chore(deps): bump goreleaser/goreleaser-action from 6 to 7 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
  • 3ee0a3f: ci: allow manual snapshot release via workflow_dispatch (Guy Godfroy guy.godfroy@gugod.fr)
  • 9e28dbe: refactor(tui): address dueDialog review findings (adjust resets buf, year clamp, luminance fg, tests) (Guy Godfroy guy.godfroy@gugod.fr)
  • 390a4e7: refactor: address code review findings (bug fixes, dead code, streaming upload, tests) (Guy Godfroy guy.godfroy@gugod.fr)
  • 141ca37: refactor: address review findings (poll cadence, wait-then-move reorder, constants, tests) (Guy Godfroy guy.godfroy@gugod.fr)
  • bf2a518: refactor: address review findings (test sleep, failure spinner, onBoard helper, factory tests) (Guy Godfroy guy.godfroy@gugod.fr)
  • 9d213f8: refactor: address review findings (window purity, resize, DRY, tests) (Guy Godfroy guy.godfroy@gugod.fr)
  • b081208: refactor: drop WHAT-only comments and docstrings, keep only WHY notes (Guy Godfroy guy.godfroy@gugod.fr)