-
v0.14.1 Stable
released this
2026-05-15 00:06:54 +08:00 | 45 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 | 73 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 | 80 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 | 102 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 | 157 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 | 184 commits to main since this releaseChangelog
Downloads
-
v0.9.0 Stable
released this
2022-09-14 04:38:56 +08:00 | 367 commits to main since this release- BREAKING
- FEATURES
- BUGFIXES
- ENHANCEMENTS
- Don't emit ANSI sequences when not emitting to TTY for markdown (#491)
- Show more version info (#486)
- Add preference
flag_defaults.remote, refactor (#466) - Add
--fieldsto notification & milestone listings (#422) - PR listing: add --fields & expose additional fields (#415)
- Add more flags to
tea repo create(#409) - Implement more issue filters (#400)
- MISC
Downloads