mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
1b4487e6c9
Co-authored-by: Norwin Roosen <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/289 Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io> Reviewed-by: Norwin <noerw@noreply.gitea.io> Co-Authored-By: 6543 <6543@obermui.de> Co-Committed-By: 6543 <6543@obermui.de>
4.8 KiB
4.8 KiB
Changelog
v0.6.0 - 2020-12-11
- BREAKING
- Add
tea repos search
, improve repo listing (#215) - Add Detail View for Login (#212)
- Add
- FEATURES
- Add interactive mode for
tea pr create
(#279) - Add organization delete command (#270)
- Add organization list command (#264)
- Add interactive mode for
- 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
- Add Release Subcomands (#195)
- Render Markdown and colorize labels table (#181)
- Add BasicAuth & Interactive for Login (#174)
- Add milestones subcomands (#149)
- BUGFIXES
- Fix Pulls Create (#202)
- Pulls create: detect head branch repo owner (#193)
- Fix Labels Delete (#180)
- 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
- Add notifications subcomand (#148)
- Add subcomand 'pulls create' (#144)
- BUGFIXES
- Fix Login Detection By Repo Param (#151)
- Fix Login List Output (#150)
- Fix --ssh-key Option (#135)
- ENHANCEMENTS
- Subcomand Login Show List By Default (#152)
- BUILD
- Migrate src-d/go-git to go-git/go-git (#128)
- Migrate gitea-sdk to v0.12.0 (#133)
- Migrate yaml lib (#130)
- Add gitea-vet (#121)
v0.3.1 - 2020-06-15
- BUGFIXES
- --ssh-key should be string not bool (#135) (#137)
- modules/git: fix dropped error (#127)
- Issues details: add missing newline (#126)
v0.3.0 - 2020-04-22
- FEATURES
- Add
tea pulls [checkout | clean]
commands (#93 #97 #107) (#105) - Add
tea open
(#101) - Add
tea issues [open|close]
commands (#99)
- Add
- ENHANCEMENTS
- Ignore PRs for
tea issues
(#111) - Add --state flag filter to issue & PR lists (#100)
- Ignore PRs for
v0.2.0 - 2020-03-06
- FEATURES
- Add
tea times
command (#54)
- Add
- ENHANCEMENTS
- Upgrade urfave/cli to v2 version (#85)
- Add --remote flag to add/create subcommands (#77)
- BUILD
- Upgrade gitea/go-sdk to 2020-01-03 (#81)
- Update stretchr/testify v1.3.0 -> v1.4.0 (#83)
- Improve makefile to enable goproxy when go get tools (#98)
v0.1.2 - 2019-11-15
- BUILD
- Fix typo in drone (#75)
v0.1.1 - 2019-11-15
- FEATURES
- Add repos subcommand (#65)
- ENHANCEMENTS
- Minor improvements to command-line language (#66)
v0.1.0 - 2019-10-28
- BREAKING
- Changed git config determination to go-git (#41) [continue #45] (#62)
- FEATURES
- Add labels commands (#36)
- BUGFIXES
- Fix out -o flag (#53)
- Fix log formatting, refactor flag definition in cmd/labels.go (#52)
- ENHANCEMENTS
- List label description (#60)
- Use Different Remote Repos (#58)
- Unified output (#14) (#40)
- Added global appendable Flags (#12) (#39)
- BUILD
- Change .drone.yml to new format (#33)
- DOCS
- Add install guide from brew on README (#61)