v2026.8.0-next.2
Pre-release
Pre-release
·
4 commits
to next
since this release
2026.8.0-next.2 (2026-08-10)
⚠ BREAKING CHANGES
- milestones: a milestone name that the scoped project does not carry
now fails instead of resolving to a same-named milestone in another
project. - projects:
linearis projects archive <project>is removed. Use
linearis projects delete <project>to trash a project and
linearis projects unarchive <project>to restore it. Linear treats
archived and trashed projects as one state, so the replacement is
behaviourally identical.
Features
- labels: full CRUD and retire/restore for project labels (4bf8dcc)
- labels: make the group and parent flags reversible (59d5890)
- projects: administer the workspace project status flow (a6e1a16)
- projects: chronological project activity timeline (4e81324)
- projects: drop archive in favour of delete (47b509e)
- projects: full-text search and external sync disable (de351cf)
- projects: manage project dependency relations (bdd3de0)
- projects: post and manage project status updates (c66da2b)
- projects: read one dependency and page them workspace-wide (2e9440c)
Bug Fixes
- labels: reject an empty --parent on update (fd13029)
- labels: scope --parent to the same team as the label (d99ee89)
- milestones: keep a milestone lookup inside its project (b143d2b)
- projects: anchor relation updates to the right end (9f5e87a)
- projects: bound and page the project status flow (9ebdef7)
- projects: count archived statuses when appending (1e3b428)
- projects: refuse a lone relation match past the page bound (d5eb26d)
- projects: refuse to guess between same-named project statuses (1be4ab1)
- projects: refuse to guess which relation a project pair means (fe3508c)
- projects: reject a malformed status position (e01ca0e)
- projects: reject an empty relation update before resolving it (d94e51e)
- projects: reject pagination flags on per-project relations (ed7cc89)
- projects: report the relation page bound instead of a miss (b3886e4)
- projects: say where the projects went when archiving fails (30664cd)
- projects: scope relation milestones on the UUID path (5824b02)