Skip to content

Releases: iatsiuk/linear-cli

v0.3.0

01 May 17:10
v0.3.0
6b12ac5

Choose a tag to compare

Changelog

  • 3af1549 feat: add CLI input flexibility and output consistency
  • 3866bb4 feat: add CLI input flexibility features
  • 8f0ca8b merge: cli-input-flexibility
  • 6b12ac5 merge: cli-output-consistency
  • 153ebf0 move completed plan: 2026-05-01-cli-input-flexibility.md
  • e383f16 move completed plan: 2026-05-01-cli-output-consistency.md

v0.2.3

10 Apr 23:11

Choose a tag to compare

Changelog

  • 4a6962f chore: remove quarantine attribute from linear-cli binary on cask install

v0.2.2

03 Apr 21:34

Choose a tag to compare

Changelog

  • aaaee3c add plan: issues-md-fixes
  • 0618a05 chore: update GitHub Actions to latest versions
  • 653001b feat: add --label flag to issue list command
  • b5cec9b feat: add --project flag to issue list command
  • d8b7dc7 feat: add project issues subcommand
  • e88d90d feat: add view issues subcommand
  • 8494c84 feat: update README with new flags and subcommands
  • 1b58cff feat: update view show command to document slug support
  • 82e7a7a feat: verify all acceptance criteria pass
  • d04feb3 fix: address code review findings
  • a622c74 merge: issues-md-fixes
  • 9822850 move completed plan: 2026-04-03-issues-md-fixes.md

v0.2.1

10 Mar 13:16
6d660e4

Choose a tag to compare

Changelog

  • 6d660e4 Merge pull request #1 from pvarganov/feature/issue-full-fields
  • 6a14662 chore: trigger PR update
  • 3de23be feat: add all missing fields to issue query and model
  • fd81790 feat: add deserialization tests for all new Issue model fields
  • b9d358b feat: add display tests for cycle, creator, branchName, trashed fields
  • 832a936 feat: add query field presence tests for new issue fields
  • f20a7ee feat: display 9 previously undisplayed fields in issue show
  • 02e7539 feat: display new issue fields in text output
  • d55eab9 feat: split issueFields into list and detail variants
  • b1abcdc feat: update README with all new issue show fields
  • 4935631 feat: verify acceptance criteria for issue full fields PR
  • 9335dc9 fix: address code review findings
  • f65a725 fix: address code review findings
  • e1d8c13 fix: address code review findings
  • df213b6 move completed plan: 2026-03-10-pr1-review-fixes.md

v0.2.0

09 Mar 17:35

Choose a tag to compare

Changelog

  • 0dbf77d add plan: comment-attachment-crud
  • 556a54b add plan: e2e-bugfixes
  • 2cd41b8 feat: add AttachmentShowQuery
  • 29bd5cb feat: add CommentUpdateMutation and CommentDeleteMutation queries
  • 3eb833f feat: add displayName fallback to ResolveUserID
  • ad4c478 feat: add parent and project fields to Issue model and query
  • 6422d32 feat: fix Content-Type header missing from attachment upload PUT request
  • 91010f7 feat: fix attachment download authentication
  • 1deafe7 feat: fix batch update state resolution with team context
  • 2be1122 feat: fix config path to use ~/.config/linear-cli on linux/darwin
  • ffd3a2e feat: implement attachment download command
  • e9e4a86 feat: implement attachment show command
  • c68829d feat: implement comment delete command
  • 5709346 feat: implement comment update command
  • fc96de3 feat: improve doc create error handling with --project hint
  • c331625 feat: verify acceptance criteria - all e2e bugfixes validated
  • 38f1f6b feat: verify acceptance criteria - all tests pass, linter clean
  • a860bc5 fix: address code review findings
  • 956d0f1 fix: address code review findings
  • f7ed2d5 fix: address code review findings
  • f8767cf fix: address code review findings
  • 6f2171d fix: address code review findings
  • 9d894ee fix: address code review findings
  • 3a994dd fix: address code review findings
  • b8b9308 fix: address code review findings
  • 5f2d686 fix: address code review findings
  • 433ed2c fix: address code review findings
  • cc5174a fix: address code review findings
  • c9befd8 fix: address code review findings
  • 35acbd8 fix: address code review findings
  • b737670 merge comment-attachment-crud: comment update/delete, attachment show/download, upload fix
  • 9ca3d7c move completed plan: 2026-03-09-comment-attachment-crud.md
  • c63e27a move completed plan: 2026-03-09-e2e-bugfixes.md

v0.1.0

09 Mar 11:01

Choose a tag to compare

Changelog

  • d431d4f feat: add Attachment model and GraphQL queries
  • 353a488 feat: add Cycle GraphQL queries
  • e3eeb36 feat: add Document model and GraphQL queries
  • 5bdaf51 feat: add GraphQL HTTP client with error types and rate limit retry
  • 0ccba7c feat: add GraphQL queries for labels, states, and comments
  • 770e870 feat: add ID resolver utility for team, label, user, state, and project
  • abd5fab feat: add Issue GraphQL query strings with tests
  • 2a1ee90 feat: add Issue, WorkflowState, User, Team, IssueLabel models with tests
  • f3b72a4 feat: add IssueRelation model and GraphQL queries
  • 3c9bf23 feat: add Notification model and GraphQL queries
  • 48cb5ee feat: add Project GraphQL queries and mutations
  • e80f94a feat: add Project and Cycle model structs with tests
  • fe4a14e feat: add README with installation and auth setup instructions
  • 26ea720 feat: add attachment list/create/delete commands
  • 2864a8b feat: add auth command with status subcommand
  • 08f0ace feat: add config package with load/save and env override support
  • 9056cbe feat: add custom view list/show commands
  • 0a351b5 feat: add cycle list/show/active commands
  • deea807 feat: add doc create/update/delete commands
  • 5511dbf feat: add file upload support for attachment create
  • 36198ce feat: add filter builder for complex issue filters
  • 449ab2f feat: add full Team and User model structs with deserialization tests
  • ac05a13 feat: add initiative list/show/create/update/delete commands
  • 3bda143 feat: add issue batch update command
  • d1e4f5a feat: add issue branch command for git branch to issue lookup
  • d33ba7d feat: add issue create command with ID resolution and tests
  • 9d3eafa feat: add issue delete command with archive and confirmation support
  • 60fef86 feat: add issue list command with filters, table and JSON output
  • 99b45be feat: add issue relation list/create/delete commands
  • 2729f82 feat: add issue show command with detail view and JSON output
  • 0a41534 feat: add issue update command with label add/remove support
  • 2bbfa9d feat: add linear comment list/create commands
  • f1f120e feat: add linear doc list/show commands
  • cae1e62 feat: add linear label list/create/update commands
  • 832977c feat: add linear me command with --assigned and --created flags
  • 3f762cb feat: add linear org command
  • 889fa9d feat: add linear search command with full-text issue search
  • f211ba4 feat: add linear state list command
  • 7fe142a feat: add linear team list and team show commands
  • 96298e8 feat: add linear user list and user show commands
  • 1a985f2 feat: add notification list/read/archive commands
  • f40577e feat: add output formatter with table and JSON support, add --json flag
  • 0eb4076 feat: add pagination helpers with PageInfo, Connection, and PaginateAll
  • 82b555b feat: add project create/update/delete commands
  • 872e5a1 feat: add project list/show commands
  • 7662a1f feat: add project milestone commands (list/create/update/delete)
  • 895ceb0 feat: add project update check-in commands (list/create/archive)
  • 118f27a feat: add shell completion command
  • bbb18b6 feat: add team and user GraphQL query constants with tests
  • 206aefd feat: add team member list/add/remove commands
  • 0c490fa feat: add template list/show commands
  • bffddef feat: extend IssueLabel, WorkflowState models and add Comment model
  • 5c55cb6 feat: extend search command with --type flag for project and document search
  • c7a91fd feat: initialize cobra root command with version flag
  • c63b004 feat: integrate filter builder flags into issue list command
  • 7fc968d feat: prepare for public GitHub release v0.1.0
  • 0663eb0 feat: update README with advanced filtering, batch, search, and pipe workflows
  • ceb4591 feat: update README with doc and attachment commands documentation
  • d437fd9 feat: update README with issue commands documentation
  • ffe42d3 feat: update README with label, state, and comment commands documentation
  • 05e8642 feat: update README with project and cycle commands documentation
  • 8f0c6ce feat: update README with relation, branch, and notification commands
  • cecb8c3 feat: update README with team, user, and me command documentation
  • 3bced21 feat: verify acceptance criteria - all tests and build pass
  • 9cea954 feat: verify acceptance criteria - all tests and build pass
  • 924e7cd feat: verify acceptance criteria - all tests pass, build clean
  • 6c5a7c8 feat: verify acceptance criteria for documents and attachments
  • c552bc7 feat: verify acceptance criteria for labels, states, comments commands
  • f03f5d0 feat: verify acceptance criteria for project and cycle commands
  • 8f364a3 feat: verify acceptance criteria for relations and notifications
  • 6d4a2c7 feat: verify acceptance criteria for teams/users commands
  • 1b244de feat: verify foundation acceptance criteria - all tests and build pass
  • 25338f9 fix: add 30s timeout to HTTP client to prevent indefinite hangs
  • b950815 fix: add missing golang.org/x/term dependency to go.mod
  • b283dc7 fix: address code review findings
  • d0e466b fix: address code review findings
  • d2129cc fix: address code review findings
  • d40ab03 fix: address code review findings
  • 74b72ea fix: address code review findings
  • c6a8f3d fix: address code review findings
  • 7c44346 fix: address code review findings
  • 9ac438a fix: address code review findings
  • 6afb6e1 fix: address code review findings
  • 8f681c4 fix: address code review findings
  • 41da920 fix: address code review findings
  • bf6f3c5 fix: address code review findings
  • 98a12b8 fix: address code review findings
  • fd57f8d fix: address code review findings
  • c235816 fix: address code review findings
  • 6e2d8da fix: address code review findings
  • f3584d5 fix: address code review findings
  • 8889b76 fix: address code review findings
  • 1ce4537 fix: address code review findings
  • fe658e7 fix: address code review findings
  • e29340d fix: address code review findings
  • d5e5bb6 fix: address code review findings
  • c40312e fix: address code review findings
  • dad48c4 fix: address code review findings
  • b217963 fix: address code review findings
  • 26d228a fix: address code review findings
  • 6d5cb44 fix: address code review findings
  • 72dd00f fix: address code review findings
  • f6557d1 fix: address code review findings
  • 8fc8028 fix: address code review findings
  • f870ca3 fix: address code review findings
  • deb48a0 fix: address code review findings
  • 9b175ee fix: address code review findings
  • 4cf276b fix: address code review find...
Read more