v2025.12.2
Full Changelog: v2025.11.3...v2025.12.2
Added
- New
embeds uploadcommand to upload files to Linear storage – thanks, @chadrwalters! PR#23 - New
documentscommands for Linear document management – thanks, @ralfschimmel! PR#21 issuescommands now include thebranchNamefield (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/--statesoptions renamed to--statusfor 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-sunchanged)
Tooling
- Prepublish validation to ensure
dist/main.jsexists and is executable before publishing to npm - Cleaned up the tiny
pnpmvsnpmmess, it's nownpmall the things