Skip to content

Releases: minhlucncc/mello-cli

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:08

Changelog

  • eb5d59c feat: render ticket description as HTML on push (via description_html)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 12:23

Changelog

  • fbe4e2a Accept URL/id/code/name selectors; smarter workspace use
  • 84fa194 Add "me" assignee alias and ticket-list filters
  • eb0644c Add mello init and multi-board workspaces
  • a5c3bc6 Compact member display (+N) in ticket list
  • 333b250 Dual-token: support the internal /api (session JWT) backend
  • 605c2ce Fix table alignment; add assignee (by name) to ticket list
  • b89d168 Full-detail ticket view with raw JSON
  • bda63fd Generate README.md ticket summary (like ticket view) on pull
  • 95b2634 Initial commit: mello CLI
  • a2782b4 Lazy working set + untrack; fix labels decode
  • c932fb5 Make the API key the only required credential; fix flag parsing
  • 54d117f Redesign root help: grouped, example-driven, one clear path
  • 57bd381 Remove interactive prompts; better move API; column slug aliases
  • 0729db4 Richer ticket view: description, attachments, comments, history
  • 7c200ed Support multiple ticket members; add local metadata cache
  • 3354cda Working-board DX: init once, use once, then frictionless
  • 87ad76d auth: clearer error when a refresh token is expired/used
  • 34a3bb5 auth: refresh-token login with auto-renew; fix attachment download
  • ea8c429 feat: update auth command
  • aed2771 pull: show the local path and the ticket.md to edit
  • e87fc15 push: --comment to note changes; confirm attachment upload
  • fb64d90 skill: document dual-token auth, refresh login, attachments, push -m
  • c725bfc status: list the working-set tickets (clean + changed), not just the plan
  • e7c7f03 ticket move: accept a column name (and ticket code); internal move endpoint
  • dcec822 ticket move: list/prompt columns when none or an invalid one is given
  • d5524e4 ticket move: use PATCH /tickets/{id}/move on both backends
  • be288d5 ticket pull: add as a ticket subcommand (alias of top-level pull)
  • 5ae91dc ticket view: map history fields; show empty comments/attachments
  • 1a88d4a ticket view: show Attachments before Comments
  • 0615fe4 use/board use auto-create the workspace; board-first selection