Releases: czottmann/linearis
Releases · czottmann/linearis
2025.11.2
Full Changelog: 2025.11.1...2025.11.2
Now also available @ https://www.npmjs.com/package/linearis, like a big boi.
Added
- New
cyclesandproject-milestonescommands 🎉 – thanks, Ryan! PR#7 - The
issuescommands now include parent and child issue relationshipsparentIssuefield with{ id, identifier, title }for parent issue (if exists)subIssuesarray with{ id, identifier, title }for immediate child issues- Available in all issue commands:
read,list, andsearch
Fixed
issuescommands' embed parser now correctly ignores markdown URLs inside code blocks and inline code- Previously extracted URLs from code examples and documentation
- Ensures only actual embedded files are detected, not code examples
- All date/time fields now output in ISO 8601 format (
2025-11-09T23:00:00.000Z) instead of verbose JavaScript date strings - Under-the-hood stability bug fixes.
2025.11.1
Full Changelog: 1.1.0...2025.11.1
Added
issuescommands' results now includeembedsarray containing tickets' file embeds- Embed extraction from issue descriptions and comments
- Parses markdown for Linear upload URLs (
and[label](url)) - Returns
embedsarray inissues readcommand output - Each embed includes
label,url, andexpiresAt(ISO 8601 timestamp)
- Parses markdown for Linear upload URLs (
- Embed extraction from issue descriptions and comments
- New
embedscommand group for downloading embedded files from Linear's cloud storageembeds download <url>command to download files--output <path>option for custom output location--overwriteflag to replace existing files- Automatic directory creation for output paths
Documentation
- Renamed CLAUDE.md to AGENTS.md, re-added CLAUDE.md as a symlink
- Updated AGENTS.md with file download features and signed URL documentation
- Added File Downloads section to README.md with usage examples
- Updated docs/files.md with new command and utility files
- Added embeds command flow and extraction flow diagrams to documentation