Skip to content

2025.11.2

Choose a tag to compare

@czottmann czottmann released this 11 Nov 13:01
· 67 commits to main since this release

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.