mirror of https://gitea.com/gitea/tea
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9.0 KiB
9.0 KiB
Changelog
v0.9.1 - 2023-02-15
- BUGFIXES
- Print pull dont crash if it has TeamReviewRequests (#517)
v0.9.0 - 2022-09-13
- 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
--fields
to 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
v0.8.0 - 2021-09-22
- BREAKING
- FEATURES
- Add
tea pr merge
(#348)
- Add
- BUGFIXES
- Don't skip reading the local repo when
--repo
specifies a repo slug (#398) - Fix adding login without token on private instances (#392)
- Correctly match login by ssh host with port (#391)
- Fix printing issue deadline (#388)
- Return useful error on wrong sshkey path (#374)
- Fix parsing of
--description
for issue/pr create (#371) - Add missing flags (#369)
- Check negative limit command parameter (#358) (#359)
- Add missing flags to org & labels subcommands (#357)
- Don't skip reading the local repo when
- ENHANCEMENTS
- Don't require a body for comment PR reviews (#399)
- Accept more main branch names for login detection (#396)
- Make local repo optional for
tea pr create
(#393) - Notifications Add State Field (#384)
- Improve error messages (#370)
- Add tab completion for fish shell (#364)
- Text editor selection: follow unix defacto standards (#356)
- MISC
- Update Dependencies (#390)
v0.7.1 - 2021-08-27
- BUILD
- Enable release builds for darwin/arm64 (#360)
v0.7.0 - 2021-03-12
- BREAKING
- FEATURES
- BUGFIXES
- ENHANCEMENTS
- Allow checking out PRs with deleted head branch (#341)
- Markdown renderer: detect terminal width, resolve relative URLs (#332)
- Add more issue / pr creation parameters (#331)
- Improve
tea time
(#319) tea pr checkout
: dont create local branches (#314)- Add
tea issues --fields
, allow printing labels (#312) - Add more command shorthands (#307)
- Show PR CI status (#306)
- Make PR workflow helpers more robust (#300)
v0.6.0 - 2020-12-11
- BREAKING
- FEATURES
- BUGFIXES
- Forces needed arguments to
tea ms issues
(#297) - Subcommands work outside of git repos (#285)
- Fix repo flag ignores local repo for login detection (#285)
- Improve ssh handling (#277)
- Issue create return web url (#257)
- Support prerelease gitea instances (#252)
- Fix
tea pr create
within same repo (#248) - Handle login name case-insensitive on all comands (#227)
- Forces needed arguments to
- ENHANCEMENTS
- Add
tea login delete
(#296) - Release delete: add --delete-tag & --confirm (#286)
- Sorted milestones list (#281)
- Pull clean & checkout use token for http(s) auth (#275)
- Show more infos in pull detail view (#271)
- Specify fields to print on
tea repos list
(#223) - Print times in local timezone (#217)
- Issue create/edit print details (#214)
- Improve
tea logout
(#213) - Added a shorthand for notifications (#209)
- Common subcommand naming scheme (#208)
tea pr checkout
: fetch via ssh if available (#192)- Major refactor of codebase
- Add
- BUILD
- Use gox to cross-compile (#274)
- DOCS
- Update Docs to new code structure (#247)
v0.5.0 - 2020-09-27
- BREAKING
- Add Login Manage Functions (#182)
- FEATURES
- BUGFIXES
- ENHANCEMENTS
- Add Pagination Options for List Subcomands (#204)
- Issues/Pulls: Details show State (#196)
- Make issues & pulls subcommands consistent (#188)
- Update SDK to v0.13.0 (#179)
- More Options To Specify Repo (#178)
- Add Repo Create subcomand & enhancements (#173)
- Times: format duration as seconds for machine-readable outputs (#168)
- Add user message to login list view (#166)
v0.4.1 - 2020-09-13
- BUGFIXES
- Notification don't relay on a repo (#159)
v0.4.0 - 2020-07-18
- FEATURES
- BUGFIXES
- ENHANCEMENTS
- Subcomand Login Show List By Default (#152)
- BUILD
v0.3.1 - 2020-06-15
- BUGFIXES
v0.3.0 - 2020-04-22
- FEATURES
- ENHANCEMENTS
v0.2.0 - 2020-03-06
- FEATURES
- Add
tea times
command (#54)
- Add
- ENHANCEMENTS
- BUILD
v0.1.2 - 2019-11-15
- BUILD
- Fix typo in drone (#75)