Changelog v0.6.0 #289

Merged
6543 merged 10 commits from 6543/tea:changelog_v0.6.0 into master 2020-12-14 12:33:54 +00:00
Showing only changes of commit 7d77c34ad0 - Show all commits

@ -1,5 +1,39 @@
# Changelog
## [v0.6.0](https://gitea.com/gitea/tea/releases/tag/v0.6.0) - 2020-12-11
* BREAKING
* Add `tea repos search`, improve repo listing (#215)
* Add Detail View for Login (#212)
* FEATURES
* add interactive mode for `tea pr create` (#279)
* Added organization delete command. (#270)
* BUGFIXES
* fix InitCommand() (#285)
* improve ssh handling (#277)
* issue create return web url (#257)
* update code.gitea.io/sdk/gitea to support prerelease (#252)
* ENHANCEMENTS
* Refactor tea labels command (#282)
* Remove Interact Dependency Of Task Module (#280)
* Pull DetailView: Show more pull informations (#271)
* Update Vendors (#250)
* improve formatting of `tea repos` (#223)
* rewrote config file path search (#219)
* print times in local timezone (#217)
* Use Print Package (#214)
* Improve `tea logout` (#213)
* Added a shorthand for notifications (#209)
6543 marked this conversation as resolved Outdated
  • FEATURES:

    • Add times ls (#272)
    • tea organizations list command (#264)
  • BUGFIXES

    • fix tea pr create within same repo (#248)
    • fix repo listing (#222)
    • Fix login add always go interactive (#221)
  • ENHANCEMENT

    • Improved list output (#281)
    • Release delete: add --delete-tag & --confirm (#286)
    • Handle Invalid Markdown (#218)
* FEATURES: * Add `times ls` (#272) * tea organizations list command (#264) * BUGFIXES * fix `tea pr create` within same repo (#248) * fix repo listing (#222) * Fix `login add` always go interactive (#221) * ENHANCEMENT * Improved list output (#281) * Release delete: add --delete-tag & --confirm (#286) * Handle Invalid Markdown (#218)
Outdated
Review

222,272,221 has skip-changelog label
218 only is a refactor

222,272,221 has skip-changelog label 218 only is a refactor
* Common subcommand naming scheme (#208)
* Refactor: apply new internal structurs (#206)
* Refactor addLoginMain() (#201)
* `tea pr checkout`: fetch via ssh if available (#192)
* Use Survey For Interactions With User (#186)
* BUILD
* Use gox to cross-compile (#274)
* DOCS
Outdated
Review

may call it "Introduce new internal code structure" ?

may call it "Introduce new internal code structure" ?

I would suggest to make separate area called: INTERNAL IMPROVEMENTS:.. ? where htings like build improvements, refactorings can be listed...

I would suggest to make separate area called: `INTERNAL IMPROVEMENTS:`.. ? where htings like build improvements, refactorings can be listed...
* Update Docu to new Structure (#247)
## [v0.5.0](https://gitea.com/gitea/tea/releases/tag/v0.5.0) - 2020-09-27
* BREAKING