Releases: flipbit03/lineark
Releases · flipbit03/lineark
v3.0.1
What's Changed
- fix(test): defeat Linear API's transient "conflict on insert" flake by @flipbit03 in #144
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- docs: move AI agent setup into quickstart section by @flipbit03 in #135
- feat: add projects update subcommand by @flipbit03 in #138
- feat: add --state as alias for --status on issues commands by @flipbit03 in #140
- feat!: emit MaybeUndefined for nullable input fields by @flipbit03 in #141
Full Changelog: v2.1.2...v3.0.0
v2.1.2
What's Changed
- fix: wrap SDK create calls in online tests with retry_create by @flipbit03 in #134
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- chore: upgrade GitHub Actions to Node.js 24 compatible versions by @flipbit03 in #133
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: add completedAt and canceledAt to CLI lean types by @flipbit03 in #132
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- feat:
--projectfilter onissues listby @lightstrike in #88 - feat:
--estimateflag onissues createandissues updateby @lightstrike in #91 - feat: show estimate in issues list, search, and read output by @lightstrike in #92
- fix: blanket
impl GraphQLFields for Option<T>for nullable queries by @flipbit03 in #121 - feat:
issues find-branchcommand to find issue by Git branch name by @lightstrike in #106 - fix: migrate online tests from teams[0] to TeamGuard for self-containment by @flipbit03 in #119
- feat:
issues batch-updatefor bulk issue updates by @lightstrike in #107 - feat:
comments update,resolve, andunresolvecommands by @lightstrike in #108 - feat: issue label read, create, update, and delete commands by @lightstrike in #112
- Slim down
lineark usagefor LLM token efficiency by @flipbit03 in #123 - fix: online test resilience + remove blocking client by @flipbit03 in #124
- feat: multi-profile auth via
--profileflag by @flipbit03 in #127 - refactor: simplify priority output and accept textual priority names by @flipbit03 in #128
- fix: patch lineark-test-utils version in release workflow by @flipbit03 in #129
Full Changelog: v1.1.2...v2.0.0
v1.1.2
What's Changed
- feat: show inverse relations and source issue in
issues readby @flipbit03 in #104
Full Changelog: v1.1.0...v1.1.2
v1.1.0
What's Changed
- docs: update READMEs for team CRUD, membership, and comment delete by @flipbit03 in #102
- feat:
relationscommand for all issue relation types by @flipbit03 in #103
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- fix: dynamically resolve second user in team membership tests by @flipbit03 in #101
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- chore: add
.worktrees/to.gitignoreby @lightstrike in #90 - feat:
comments deletecommand by @lightstrike in #89 - feat: team CRUD and membership management by @lightstrike in #94
- fix: add RAII cleanup guards to all online tests by @flipbit03 in #99
New Contributors
- @lightstrike made their first contribution in #90
Full Changelog: v0.9.3...v1.0.0