From 26ec783bc0aee8c4ed803d1a8994fda693cfd959 Mon Sep 17 00:00:00 2001 From: delvh Date: Fri, 28 Jul 2023 18:41:30 +0200 Subject: [PATCH 1/4] Add changelog for 1.20.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08834645cb7f..2660cee15e1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,39 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). +## [1.20.2](https://github.com/go-gitea/gitea/releases/tag/1.20.2) - 2023-07-28 + +* ENHANCEMENTS + * Calculate MAX_WORKERS default value by CPU number (#26177) (#26183) + * Fix handling of plenty Nuget package versions (#26075) (#26173) + * Fix UI regression of asciinema player (#26159) (#26162) + * Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) + * Fix LFS object list style (#26133) (#26147) + * Docusaurus-ify 1.20 (#26052) +* BUGFIXES + * Fix allowed user types setting problem (#26200) (#26206) + * Prevent primary key update on migration (#26192) (#26199) + * Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) + * Fix bugs in LFS meta garbage collection (#26122) (#26157) + * Update xorm version (#26128) (#26150) + * Remove "misc" scope check from public API endpoints (#26134) (#26149) + * Fix CLI allowing creation of access tokens with existing name (#26071) (#26144) + * Fix incorrect router logger (#26137) (#26143) + * Improve commit graph alignment and truncating (#26112) (#26127) + * Avoid writing config file if not installed (#26107) (#26113) + * Fix escape problems in the branch selector (#25875) (#26103) + * Fix handling of Debian files with trailing slash (#26087) (#26098) + * Fix Missing 404 swagger response docs for /admin/users/{username} (#26086) (#26089) + * Use stderr as fallback if the log file can't be opened (#26074) (#26083) +* DOCS + * Fix typos in Contributing.md (#26170) (#26172) + * Update email-setup.en-us.md (#26068) (#26166) + * Added ssh mirror workaround description (#26096) (#26136) +* MISC + * Increase table cell horizontal padding (#26140) (#26142) + * Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124) + * Fix duplicated url prefix on issue context menu (#26066) (#26067) + ## [1.20.1](https://github.com/go-gitea/gitea/releases/tag/1.20.1) - 2023-07-22 * SECURITY From ce00e71109bb0977834161a2938cf030e30d68da Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 28 Jul 2023 13:02:20 -0400 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2660cee15e1d2..697a71292558d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * ENHANCEMENTS * Calculate MAX_WORKERS default value by CPU number (#26177) (#26183) + * Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) + +* BUGFIXES * Fix handling of plenty Nuget package versions (#26075) (#26173) * Fix UI regression of asciinema player (#26159) (#26162) - * Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) * Fix LFS object list style (#26133) (#26147) - * Docusaurus-ify 1.20 (#26052) -* BUGFIXES * Fix allowed user types setting problem (#26200) (#26206) * Prevent primary key update on migration (#26192) (#26199) * Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) @@ -28,11 +28,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix handling of Debian files with trailing slash (#26087) (#26098) * Fix Missing 404 swagger response docs for /admin/users/{username} (#26086) (#26089) * Use stderr as fallback if the log file can't be opened (#26074) (#26083) -* DOCS - * Fix typos in Contributing.md (#26170) (#26172) - * Update email-setup.en-us.md (#26068) (#26166) - * Added ssh mirror workaround description (#26096) (#26136) -* MISC * Increase table cell horizontal padding (#26140) (#26142) * Fix wrong workflow status when rerun a job in an already finished workflow (#26119) (#26124) * Fix duplicated url prefix on issue context menu (#26066) (#26067) From 3cc83867cdb7c2bf3d6904206e561123ffbae8a0 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 28 Jul 2023 13:02:40 -0400 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697a71292558d..65b6461ffe0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * ENHANCEMENTS * Calculate MAX_WORKERS default value by CPU number (#26177) (#26183) * Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) - * BUGFIXES * Fix handling of plenty Nuget package versions (#26075) (#26173) * Fix UI regression of asciinema player (#26159) (#26162) From b848fa336984a766f8c9e01bf1efcb13b59c32ca Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 29 Jul 2023 14:44:23 +0800 Subject: [PATCH 4/4] add "Fix allowed user types setting problem (#26200) #26206" --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b6461ffe0e1..c6699a6bfad51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). -## [1.20.2](https://github.com/go-gitea/gitea/releases/tag/1.20.2) - 2023-07-28 +## [1.20.2](https://github.com/go-gitea/gitea/releases/tag/1.20.2) - 2023-07-29 * ENHANCEMENTS * Calculate MAX_WORKERS default value by CPU number (#26177) (#26183) * Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) * BUGFIXES + * Fix allowed user types setting problem (#26200) (#26206) * Fix handling of plenty Nuget package versions (#26075) (#26173) * Fix UI regression of asciinema player (#26159) (#26162) * Fix LFS object list style (#26133) (#26147)