-
v0.15.1 Stable
released this
2026-08-02 22:40:05 +08:00 | 10 commits to main since this releaseChangelog
f34697c5edchore(config): replace authgate SDK with signet (#1081)a613a344defix(test): disable gpg signing in worktree test repo (#1072)6435b12202chore(deps): pin dependencies (#1064)
Downloads
-
v0.15.0 Stable
released this
2026-07-26 11:21:03 +08:00 | 13 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
Contributors
- @lunny
- @zachwinter
- @wingsallen
- @renovate-bot
- @willemkokke
- @coffbr01
- @dinsmoor
- @techknowlogick
New Contributors
- @zachwinter made their first contribution in #1062
- @willemkokke made their first contribution in #1054
- @coffbr01 made their first contribution in #1043
Full Changelog: v0.14.2...v0.15.0
Downloads
-
v0.14.2 Stable
released this
2026-06-27 02:50:47 +08:00 | 26 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
Contributors
- @wingsallen
- @renovate-bot
- @dbankmann
- @LeonM
- @dinsmoor
- @kuil09
- @lunny
- @techknowlogick
New Contributors
- @dbankmann made their first contribution in #1019
- @LeonM made their first contribution in #1036
- @dinsmoor made their first contribution in #1012
- @kuil09 made their first contribution in #998
Full Changelog: v0.14.1...v0.14.2
Downloads
-
v0.14.1 Stable
released this
2026-05-15 00:06:54 +08:00 | 54 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
Contributors
- @techknowlogick
- @wingsallen
- @carlosgrillet
- @cpamayo
- @ghainer
- @brandroid
- @mcepl
- @lunny
- @gqx
- @wezm
- @athiffau
- @bircni
New Contributors
- @carlosgrillet made their first contribution in #984
- @cpamayo made their first contribution in #832
- @wingsallen made their first contribution in #977
- @ghainer made their first contribution in #842
- @brandroid made their first contribution in #940
- @gqx made their first contribution in #971
- @wezm made their first contribution in #969
Full Changelog: v0.14.0...v0.14.1
Downloads
-
v0.14.0 Stable
released this
2026-04-16 01:27:47 +08:00 | 82 commits to main since this releaseChangelog
63bc90efeat(branches): add rename subcommand (#939)9e0a620feat(pulls): add ci status field to pull request list (#956)84ecd16fix(deps): update Go dependencies to latest versions (#955)53e53e1feat(workflows): add dispatch, view, enable and disable subcommands (#952)0489d8cfix(deps): update module golang.org/x/sys to v0.43.0 (#951)f538c05refactor: code cleanup across codebase (#947)662e339feat(pulls): add resolve, unresolve and review-comments subcommands (#948)
Downloads
-
v0.13.0 Stable
released this
2026-04-07 13:25:04 +08:00 | 89 commits to main since this releaseChangelog
5bb7366docs: add v0.13.0 release notes to CHANGELOG (#945)f329f6ffeat(pulls): add edit subcommand for pull requests (#944)3660693fix(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#943)1e13681fix(deps): update module github.com/go-git/go-git/v5 to v5.17.1 (#942)bfbec3ffix(deps): update module code.gitea.io/sdk/gitea to v0.24.1 (#936)e31a167fix(deps): update module github.com/go-authgate/sdk-go to v0.6.1 (#935)6a7c3e4fix(deps): update module github.com/urfave/cli/v3 to v3.8.0 (#937)b05e034replace log.Fatal/os.Exit with error returns (#941)2188152chore(deps): update docker.gitea.com/gitea docker tag to v1.25.5 (#934)9a46224fix(deps): update module github.com/olekukonko/tablewriter to v1.1.4 (#933)5f74fb3chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v2.1 (#930)ec658cfchore(deps): update Go dependencies and CI workflow action versions (#932)cb9824bfeat(repos): support owner-based repository listing with robust lookup (#931)a531faafeat(repos): addrepo editsubcommand (#928)302c946feat: store OAuth tokens in OS keyring via credstore (#926)0346e1cadd function commentcd4051emake vet&fmt passc797624Update to charm libraries v2 (#923)3372c9efix(deps): update module golang.org/x/oauth2 to v0.36.0 (#919)1ac8492go 1.26d019f0dfix(deps): update module github.com/go-git/go-git/v5 to v5.17.0 (#910)c031db2Parse multiple values in api subcommand (#911)
Downloads
-
v0.12.0 Stable
released this
2026-02-20 03:34:49 +08:00 | 111 commits to main since this releaseWhat's Changed
New Features
- Add
tea actionscommands for managing workflow runs and workflows in #880, #796 - Add
tea apisubcommand 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
--ownerflag 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
--idflag 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
GetLoginByTokenin #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
Contributors
@karaolidis, @lunny, @athiffau, @hramrach, @yousfisaad, @boozedog, @techknowlogick, @a1012112796, @rfoerster, @TheFox0x7, @codedmart, @qwerty287, @rossigee
New Contributors
- @karaolidis made their first contribution in #809
- @yousfisaad made their first contribution in #880
- @boozedog made their first contribution in #892
- @athiffau made their first contribution in #851
- @rfoerster made their first contribution in #841
- @codedmart made their first contribution in #850
- @qwerty287 made their first contribution in #844
- @rossigee made their first contribution in #796
Full Changelog: v0.11.0...v0.12.0
Downloads
- Add
-
v0.11.0 Stable
released this
2025-09-14 08:23:12 +08:00 | 166 commits to main since this releaseChangelog
6acb29eFix yaml output single quote (#814)4f513cagenerate man page (#811)cc20b52feat: add validation for object-format flag in repo create command (#741)2ca114eFix release version (#815)4577126update gitea sdk to v0.22 (#813)8faa1d3don't fallback login directly (#806)ddf5c0aCheck duplicated login name in interact mode when creating new login (#803)d3c73cdFix bug when output json with special chars (#801)6c958eeadd debug mode and update readme (#805)d531c6fupdate go.mod to retract the wrong tag v1.3.3 (#802)cd58296revert completion scripts removal (#808)b744055Remove pagination from context (#807)8876fe3Continue auth when failed to open browser (#794)07ca1baFix bug (#793)d643e94Fix tea login add with ssh public key bug (#789)d2cceadAdd temporary authentication via environment variables (#639)449b2e3Fix attachment size (#787)9e8c71edeploy image when tagging (#792)2ddb3bdAdd Zip URL for release list (#788)4c00b8bUse bubbletea instead of survey for interacting with TUI (#786)c0eb30acapitalize a few itemse462acfrm out of date comparison fileee111d7README: Document logging in to gitea (#790)5f35cebremove autocomplete command (#782)a010c9bchore(deps): update ghcr.io/devcontainers/features/git-lfs docker tag to v1.2.5 (#773)ab4ad92replace arch package url (#783)15052b4fix: Reenable-pand--limitswitches (#778)
Downloads
-
v0.10.1 Stable
released this
2025-06-17 03:23:55 +08:00 | 193 commits to main since this releaseChangelog
Downloads