-
Release 0.15.0
Stablereleased this
2026-07-28 00:23:46 +02:00 | 0 commits to main since this releaseWhat's Changed
- ci(goreleaser): mirror release artifacts to Cloudflare R2 in #1063
- fix(context): clarify the fallback login prompt wording in #1061
- Fix notifications --mine outside git repositories in #1056
- ci: wait for the gitea service to be ready before integration tests in #1062
- feat(assignees): add set, add, and remove assignees APIs in #1045
- fix(deps): update go dependencies in #1057
- fix(deps): update go dependencies in #1051
- fix(theme): don't query the terminal at start-up in #1054
- upgrade go sdk and add test in #1048
- feat(comments): accept -d/--description for comment body in #1043
- Add reply to code review in #978
- fix(http): add transport timeouts so tea fails fast on stalled servers in #1020
- fix(config): write to keychain before config in #1044
Downloads
-
Release 0.14.2
Stablereleased this
2026-07-03 14:53:49 +02:00 | 1 commits to main since this releaseWhat's Changed
- fix(labels): add org label for ls and pr in #1017
- fix(oauth): pass resolved redirect_uri to token exchange in #1019
- feat(pulls): show PR URL in detail view in #1036
- feat(comments): add list/edit/delete subcommands to tea comment in #1015
- feat(pulls): add --draft to create and --draft/--ready to edit in #1008
- fix(pulls): restore standard fork-flow PR creation in #1010
- fix(comment): don't block on stdin when body is given positionally in #1011
- docs(login): make the git credential helper discoverable in #1014
- fix(print): distinguish draft PRs from conflicting PRs in #1012
- feat: add wiki CLI commands in #998
- fix(context): improve local repo detection logic and test in #999
Downloads
-
Release 0.14.1
Stablereleased this
2026-07-03 14:18:49 +02:00 | 2 commits to main since this releaseWhat's Changed
- fix(deps): update module github.com/go-authgate/sdk-go to v0.11.0 in #988
- fix(deps): update module golang.org/x/term to v0.43.0 in #989
- fix(deps): update module code.gitea.io/sdk/gitea to v0.25.1 in #991
- fix(deps): update module github.com/urfave/cli/v3 to v3.9.0 in #992
- fix(deps): update github.com/urfave/cli to v3.9.0 in #993
- Fix login edit to check config existence in #987
- fix(deps): update module code.gitea.io/sdk/gitea to v0.25.0 in #984
- fix: pass the name flag value as the organization FullName in #832
- Fix login edit to open one editor only in #977
- fix(deps): update module github.com/go-authgate/sdk-go to v0.10.0 in #976
- feat: add additional admin users subcommands in #842
- feat(ssh-keys): add ssh-keys command to manage SSH public keys in #940
- Multiple PRs in #848
- Move integration tests to tests/ directory in #973
- fix(deps): update module github.com/go-authgate/sdk-go to v0.9.0 in #974
- fix(deps): update module github.com/go-authgate/sdk-go to v0.8.0 in #972
- fix(webhook): Fix when creating webhook, branch filter and auth header cannot be added in #964
- fix: read --assignee flag value instead of nonexistent --assigned-to in #971
- Fix man page section in #969
- fix(deps): update module github.com/go-authgate/sdk-go to v0.7.0 in #970
- chore(deps): update docker.gitea.com/gitea docker tag to v1.26.1 in #968
- fix(pagination): replace Page:-1 with explicit pagination loops in #967
- fix(cmd): Update CmdRepos description and usage in repos.go in #946
- fix(context): skip local repo detection for repo slugs in #960
- fix(deps): update module charm.land/lipgloss/v2 to v2.0.3 in #959
- fix(deps): update module github.com/go-git/go-git/v5 to v5.18.0 in #961
- chore(deps): update docker.gitea.com/gitea docker tag to v1.26.0 in #962
Downloads
-
Release 0.14.0 Stable
released this
2026-05-18 14:17:26 +02:00 | 6 commits to main since this releaseChangelog
- feat(branches): add rename subcommand (#939)
- feat(pulls): add ci status field to pull request list (#956)
- fix(deps): update Go dependencies to latest versions (#955)
- feat(workflows): add dispatch, view, enable and disable subcommands (#952)
- fix(deps): update module golang.org/x/sys to v0.43.0 (#951)
- refactor: code cleanup across codebase (#947)
- feat(pulls): add resolve, unresolve and review-comments subcommands (#948)
Downloads
-
Release 0.12.0 Stable
released this
2026-05-18 14:16:51 +02:00 | 7 commits to main since this releaseWhat's Changed
New Features
- Add tea actions commands for managing workflow runs and workflows in #880, #796
- Add tea api subcommand for arbitrary API calls not covered by existing commands in #879
- Add repository webhook management commands in #798
- Add JSON output support for single PR view in #864
- Add JSON output and file redirection for issue detail view in #841
- Support creating AGit flow pull requests in #867
Bug Fixes
- Fix authentication via environment variables when specifying repo argument in #809
- Fix issue detail view ignoring --owner flag in #899
- Fix PR create crash in #823
- Fix TTY prompt handling in #897
- Fix termenv OSC RGBA handling in #907
- Fix labels delete command and --id flag type in #865
- Fix delete repo command description in #858
- Fix pagination flags for secrets list, webhooks list, and pull requests list in #853, #852,
- #851
- Enable git worktree support and improve PR create error handling in #850
- Only prompt for SSH passphrase when necessary in #844
- Only prompt for login confirmation when no default login is set in #839
- Skip token uniqueness check when using SSH authentication in #898
- Require non-empty token in GetLoginByToken in #895
- Fix config file permissions to remove group read/write in #856
Improvements
- Add file locking for safe concurrent access to config file in #881
- Improve error messages throughout the CLI in #871
- Send consistent HTTP request headers in #888
- Revert requiring HTTP/HTTPS login URLs; restore SSH as a login method in #891
- Refactor context into dedicated subpackages in #873, #888
- General code cleanup and improvements in #869, #870
- Add test coverage for login matching in #820
Build & Dependencies
- Build with Go 1.25 in #886
- Build for Windows aarch64
- Update Gitea SDK version in #868
- Update Nix flake in #872
- Update dependencies including lipgloss v2, urfave/cli v3.6.2, go-git v5.16.5, and various Go modules in #849,
- #875, #876, #878,
- #884, #885, #900,
- #901, #904, #905
- Update CI actions (checkout v6, setup-go v6) in #882, #883
Downloads
-
Release 0.11.1 Stable
released this
2026-05-18 14:14:17 +02:00 | 8 commits to main since this releaseChangelog
Add gitea workflows
Convert to rpmautospecDownloads