Skip to content

v2025.12.2

Choose a tag to compare

@czottmann czottmann released this 11 Dec 18:25
· 5 commits to main since this release

Full Changelog: v2025.11.3...v2025.12.2

Added

  • New embeds upload command to upload files to Linear storage – thanks, @chadrwalters! PR#23
  • New documents commands for Linear document management – thanks, @ralfschimmel! PR#21
  • issues commands now include the branchName field (the git branch name associated with the issue). #14
  • Diagnostic output for issue transform errors, showing raw API response and stack trace to help debug null field issues. #6

Breaking Changes

  • Issue "status" flag renamed: --state/--states options renamed to --status for consistency with Linear's UI terminology. Thanks for the (appreciated but ultimately unused) PR, @ralfschimmel!
    • issues search --states--status (still accepts comma-separated values)
    • issues update --state--status (short flag -s unchanged)

Tooling

  • Prepublish validation to ensure dist/main.js exists and is executable before publishing to npm
  • Cleaned up the tiny pnpm vs npm mess, it's now npm all the things