From cb404b53b54b7878e5fb9f2c063a431db021daec Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 12 Mar 2021 08:41:54 +0800 Subject: [PATCH] Changelog v0.7.0 (#345) Reviewed-on: https://gitea.com/gitea/tea/pulls/345 Reviewed-by: techknowlogick Reviewed-by: Lunny Xiao Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de> --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d75a1..9f8b37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [v0.7.0](https://gitea.com/gitea/tea/releases/tag/v0.7.0) - 2021-03-12 + +* BREAKING + * Add more issue / pr creation parameters (#331) + * Add more command shorthands (#307) +* FEATURES + * Add commands for reviews (#315) + * Add `tea comment` and show comments of issues/pulls (#313) + * Add interactive mode for `tea milestone create` (#310) + * Add command to install shell completion (#309) + * Implement PR closing and reopening (#304) + * Add interactive mode for `tea issue create` (#302) +* BUGFIXES + * Introduce workaround for missing pull head sha (#340) + * Don't exit if we can't find a local repo with a remote matching to a login (#336) + * Don't push before creating a pull (#334) + * InitCommand() robustness (#327) + * `tea comment`: handle piped stdin (#322) +* ENHANCEMENTS + * Allow checking out PRs with deleted head branch (#341) + * Improve `tea time` (#319) + * `tea pr checkout`: dont create local branches (#314) + * Add `tea issues --fields`, allow printing labels (#312) + * Show PR CI status (#306) + * Make PR workflow helpers more robust (#300) + ## [v0.6.0](https://gitea.com/gitea/tea/releases/tag/v0.6.0) - 2020-12-11 * BREAKING