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.