Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:05
Immutable release. Only release title and notes can be modified.

Changelog

  • 6e643ea feat(cmdutil): reject non-positive ids in ValidateID
  • 0baf8f3 feat(config): add list, use, and show profile commands
  • 494cf35 feat(contact): add create and update commands
  • ecd1d4a feat(contact): add list and view commands
  • 0064a9b feat(customfield): add list command
  • 0f14fc3 feat(datatag): add list and view commands
  • 80d9d1d feat(list): add --filter JSON pass-through to list commands
  • d37a70d feat(object): add list and view commands
  • c5e8ec9 feat(output): add table/detail/json rendering helpers
  • 4c46081 feat(output): fall back to id when rendering objects without a name
  • 98dff76 feat(planfix): add JSON request helper and capture app error code
  • 8b7da76 feat(project): add create and update commands
  • 6e21ba2 feat(project): add list and view commands
  • ab48c55 feat(report): add list and view commands
  • c10390b feat(root): state unofficial status in help output
  • 371e922 feat(task): add comment list and add commands
  • c717971 feat(task): add create and update commands
  • 150a792 feat(task): add list and view commands
  • 1688a1b feat(template): add list command
  • 9be843b feat(user): add list and view commands
  • 8d088c5 feat: add Planfix transport client with throttle and retry
  • cfbf132 feat: add YAML config with profiles and precedence
  • df63810 feat: add auth login, status, and logout commands
  • 028c507 feat: add raw api passthrough command
  • c712743 feat: scaffold pfix root command and version
  • 43c31b8 fix(contact): correct --template help hint to the typed list command
  • 3af4e74 fix: unify profile resolution, surface auth status errors, guard api --input
  • bbea558 refactor(api): render body via internal/output
  • dbb10da refactor(cmdutil): extract shared MaskToken
  • e7e6713 refactor(project): keep list default fields 1:1 with columns; document view assignees
  • fb9c449 refactor(task): wrap decode errors and consolidate test client helper
  • 86c707a refactor: extract shared command helpers into output and cmdutil
  • f3ad22a refactor: remove unused firstNonEmpty helper