Skip to content

v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 05 May 18:50
· 1 commit to main since this release

What's Changed

Hotfix

  • Fixed conversation tag parsing for Help Scout conversation responses, which use tag rather than name for attached tag objects.
  • Fixed hs inbox conversations tags list <id> returning an empty tag list when tags were present.
  • Fixed tags add and tags remove preserving an empty current tag list instead of the existing Help Scout tags.

Validation

  • Added regression tests using Help Scout's real conversation tag response shape.
  • Verified against a live test conversation that:
    • tags list reads existing tags without mutating them.
    • tags add preserves existing tags.
    • tags remove removes only the requested tag.

Notes

  • This release supersedes v0.2.2 for the new conversation tag commands.
  • The Windows installer default will be advanced to v0.2.3 automatically after this stable release is published.