Changelog 0.9.0 (#503)
Co-authored-by: Norwin <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/503 Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
This commit is contained in:
parent
832136b6d4
commit
1a256291dc
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -1,5 +1,39 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v0.9.0](https://gitea.com/gitea/tea/releases/tag/v0.9.0) - 2022-09-13
|
||||||
|
|
||||||
|
* BREAKING
|
||||||
|
* Rename master branch to main (#495)
|
||||||
|
* Return RFC3339 UTC timestamps for machine-readable output (#470)
|
||||||
|
* FEATURES
|
||||||
|
* Allow editing multiline prompts with external text editor (#429)
|
||||||
|
* Add `tea admin user list` (#427)
|
||||||
|
* Add `tea whoami` command (#426)
|
||||||
|
* Add `tea org create <name>` (#420)
|
||||||
|
* Add `tea clone` (#411)
|
||||||
|
* Add `tea repo fork` (#410)
|
||||||
|
* Add `tea repo create-from-template` (#408)
|
||||||
|
* BUGFIXES
|
||||||
|
* Fetch all items where needed. (#475)
|
||||||
|
* Fix running in repos without remote (#472)
|
||||||
|
* Add TSV to machine-readable formats (#467)
|
||||||
|
* Fix create milestone with deadline bug (#462)
|
||||||
|
* Fix resolving of URLs in markdown (#401)
|
||||||
|
* 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
|
||||||
|
* Simplify build & update installation instructions (#437)
|
||||||
|
* Clarify command descriptions when no arguments are taken (#496)
|
||||||
|
* Improve Documentation (#433)
|
||||||
|
* Use golang v1.18 and drop vendor folder (#478)
|
||||||
|
* Correct spelling of "wether" to "whether" in usage output (#453)
|
||||||
|
|
||||||
## [v0.8.0](https://gitea.com/gitea/tea/releases/tag/v0.8.0) - 2021-09-22
|
## [v0.8.0](https://gitea.com/gitea/tea/releases/tag/v0.8.0) - 2021-09-22
|
||||||
|
|
||||||
* BREAKING
|
* BREAKING
|
||||||
|
|
Loading…
Reference in New Issue