From 7d77c34ad09238fec8d2f87e37e802eef638c846 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 11 Dec 2020 21:43:16 +0100 Subject: [PATCH 1/6] Changelog by changelog-tool --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143099d..9bb6761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + * 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 + * Update Docu to new Structure (#247) + ## [v0.5.0](https://gitea.com/gitea/tea/releases/tag/v0.5.0) - 2020-09-27 * BREAKING -- 2.40.1 From 2ea2f824ed9eab02fbd2bc1cd7b3190e6f7f3183 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 11 Dec 2020 22:04:55 +0100 Subject: [PATCH 2/6] Manual edits --- .changelog.yml | 2 -- CHANGELOG.md | 26 ++++++++++---------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/.changelog.yml b/.changelog.yml index 1a51430..e1d6907 100755 --- a/.changelog.yml +++ b/.changelog.yml @@ -25,8 +25,6 @@ groups: name: ENHANCEMENTS labels: - kind/enhancement - - kind/refactor - - kind/ui - name: SECURITY labels: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb6761..80443e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,29 +6,23 @@ * Add `tea repos search`, improve repo listing (#215) * Add Detail View for Login (#212) * FEATURES - * add interactive mode for `tea pr create` (#279) + * 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) + * 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) * 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) + * 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) - * 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 -- 2.40.1 From cff673f1cf383eec3064777bd0de771c46263e65 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 12 Dec 2020 12:11:10 +0100 Subject: [PATCH 3/6] update --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80443e7..d05bfa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,19 @@ * Add Detail View for Login (#212) * FEATURES * Add interactive mode for `tea pr create` (#279) - * Added organization delete command. (#270) + * Add organization delete command (#270) + * Add organization list command (#264) * BUGFIXES * 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) * ENHANCEMENTS + * Release delete: add --delete-tag & --confirm (#286) + * Improved list output (#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) -- 2.40.1 From f9760851239a90508c4778eb4e914d1f6faff6b7 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 12 Dec 2020 12:18:41 +0100 Subject: [PATCH 4/6] Start uper case --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d05bfa5..5e9bded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ * Improve ssh handling (#277) * Issue create return web url (#257) * Support prerelease gitea instances (#252) - * fix `tea pr create` within same repo (#248) + * Fix `tea pr create` within same repo (#248) * ENHANCEMENTS * Release delete: add --delete-tag & --confirm (#286) * Improved list output (#281) -- 2.40.1 From bd2368e54892d639aa5ca23d42df77d8c8ddd496 Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Mon, 14 Dec 2020 06:10:37 +0100 Subject: [PATCH 5/6] updates --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9bded..4e96b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,10 @@ * 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) * ENHANCEMENTS * Release delete: add --delete-tag & --confirm (#286) - * Improved list output (#281) + * 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) @@ -28,10 +29,11 @@ * Added a shorthand for notifications (#209) * Common subcommand naming scheme (#208) * `tea pr checkout`: fetch via ssh if available (#192) + * Major refactor of codebase * BUILD * Use gox to cross-compile (#274) * DOCS - * Update Docu to new Structure (#247) + * Update Docs to new code structure (#247) ## [v0.5.0](https://gitea.com/gitea/tea/releases/tag/v0.5.0) - 2020-09-27 -- 2.40.1 From 85a1bee8623d7692d139d960c420c9f57e72a0c5 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 14 Dec 2020 13:27:20 +0100 Subject: [PATCH 6/6] Update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e96b1a..38d75a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Add organization delete command (#270) * Add organization list command (#264) * 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) @@ -18,6 +19,7 @@ * Fix `tea pr create` within same repo (#248) * Handle login name case-insensitive on all comands (#227) * 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) -- 2.40.1