Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: czottmann/linearis

2025.11.2

11 Nov 13:01

Choose a tag to compare

Full Changelog: 2025.11.1...2025.11.2

Now also available @ https://www.npmjs.com/package/linearis, like a big boi.

Added

  • New cycles and project-milestones commands 🎉 – thanks, Ryan! PR#7
  • The issues commands now include parent and child issue relationships
    • parentIssue field with { id, identifier, title } for parent issue (if exists)
    • subIssues array with { id, identifier, title } for immediate child issues
    • Available in all issue commands: read, list, and search

Fixed

  • issues commands' 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

06 Nov 19:00

Choose a tag to compare

Full Changelog: 1.1.0...2025.11.1

Added

  • issues commands' results now include embeds array containing tickets' file embeds
    • Embed extraction from issue descriptions and comments
      • Parses markdown for Linear upload URLs (![label](url) and [label](url))
      • Returns embeds array in issues read command output
      • Each embed includes label, url, and expiresAt (ISO 8601 timestamp)
  • New embeds command group for downloading embedded files from Linear's cloud storage
    • embeds download <url> command to download files
      • --output <path> option for custom output location
      • --overwrite flag 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