summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-04-11 07:23:55 +0200
committerGitHub <noreply@github.com>2021-04-11 13:23:55 +0800
commit18efe9a0231e7c2f667a153da0793696a0f805d8 (patch)
treecd425bf9d66f509d58405f1938b0c8c3c80eed63 /CHANGELOG.md
parentd848098f60f78e6b4a72ae7f769fd66399a8ba82 (diff)
downloadgitea-18efe9a0231e7c2f667a153da0793696a0f805d8.tar.gz
gitea-18efe9a0231e7c2f667a153da0793696a0f805d8.zip
Changelog v1.14.0 (#15360) (#15400)
* Changelog v1.14.0 (#15360) * clean & merge & update v1.14.0 changelog * backport v1.13.x changelogs * update latest gitea version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md35
1 files changed, 22 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79d4d86a71..59f8965a26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,19 +4,7 @@ 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.14.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc2) - 2021-03-22
-
-* SECURITY
- * Fix bug on avatar middleware (#15124) (#15125)
- * Fix another clusterfuzz identified issue (#15096) (#15113)
- * Update to goldmark 1.3.3 (#15059) (#15060)
-* BUGFIXES
- * Fix the v176 migration (#15110) (#15111)
- * Fix double 'push tag' action feed (#15078) (#15083)
- * Remove possible resource leak (#15067) (#15082)
- * Handle unauthorized user events gracefully (#15071) (#15074)
-
-## [1.14.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc1) - 2021-03-19
+## [1.14.0](https://github.com/go-gitea/gitea/releases/tag/v1.14.0) - 2021-04-11
* SECURITY
* Respect approved email domain list for externally validated user registration (#15014)
@@ -24,6 +12,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Ensure validation occurs on clone addresses too (#14994)
* Fix several render issues highlighted during fuzzing (#14986)
* BREAKING
+ * Fix double 'push tag' action feed (#15078) (#15083)
+ * Remove possible resource leak (#15067) (#15082)
+ * Handle unauthorized user events gracefully (#15071) (#15074)
* Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475)
* Migrate from Macaron to Chi framework (#14293)
* Deprecate building for mips (#14174)
@@ -54,6 +45,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244)
* Create Rootless Docker image (#10154)
* API
+ * Speedup issue search (#15179) (#15192)
* Get pull, return head branch sha, even if deleted (#14931)
* Export LFS & TimeTracking function status (#14753)
* Show Gitea version in swagger (#14654)
@@ -78,6 +70,20 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Add more filters to issues search (#13514)
* Add review request api (#11355)
* BUGFIXES
+ * Fix delete nonexist oauth application 500 and prevent deadlock (#15384) (#15396)
+ * Always set the merge base used to merge the commit (#15352) (#15385)
+ * Upgrade to bluemonday 1.0.7 (#15379) (#15380)
+ * Turn RepoRef and RepoAssignment back into func(*Context) (#15372) (#15377)
+ * Move FCGI req.URL.Path fix-up to the FCGI listener (#15292) (#15361)
+ * Show diff on rename with diff changes (#15338) (#15339)
+ * Fix handling of logout event (#15323) (#15337)
+ * Fix CanCreateRepo check (#15311) (#15321)
+ * Fix xorm log stack level (#15285) (#15316)
+ * Fix bug in Wrap (#15302) (#15309)
+ * Drop the event source if we are unauthorized (#15275) (#15280)
+ * Backport Fix graph pagination (#15225) (#15249)
+ * Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15200)
+ * should run RetrieveRepoMetas() for empty pr (#15187) (#15190)
* Move setting to enable closing issue via commit in non default branch to repo settings (#14965)
* Show correct issues for team dashboard (#14952)
* Ensure that new pull request button works on forked forks owned by owner of the root and reduce ambiguity (#14932)
@@ -134,6 +140,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Use GO variable in go-check target (#13146) (#13147)
* ENHANCEMENTS
* UI style improvements
+ * Dropzone styling improvements (#15291) (#15374)
+ * Add size to Save function (#15264) (#15270)
+ * Monaco improvements (#15333) (#15345)
* Support .mailmap in code activity stats (#15009)
* Sort release attachments by name (#15008)
* Add ui.explore settings to control view of explore pages (#14094)