@@ -4,26 +4,17 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
7
- ## [ 1.14.0-RC2] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc2 ) - 2021-03-22
8
-
9
- * SECURITY
10
- * Fix bug on avatar middleware (#15124 ) (#15125 )
11
- * Fix another clusterfuzz identified issue (#15096 ) (#15113 )
12
- * Update to goldmark 1.3.3 (#15059 ) (#15060 )
13
- * BUGFIXES
14
- * Fix the v176 migration (#15110 ) (#15111 )
15
- * Fix double 'push tag' action feed (#15078 ) (#15083 )
16
- * Remove possible resource leak (#15067 ) (#15082 )
17
- * Handle unauthorized user events gracefully (#15071 ) (#15074 )
18
-
19
- ## [ 1.14.0-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc1 ) - 2021-03-19
7
+ ## [ 1.14.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.0 ) - 2021-04-11
20
8
21
9
* SECURITY
22
10
* Respect approved email domain list for externally validated user registration (#15014 )
23
11
* Add reverse proxy configuration support for remote IP address detection (#14959 )
24
12
* Ensure validation occurs on clone addresses too (#14994 )
25
13
* Fix several render issues highlighted during fuzzing (#14986 )
26
14
* BREAKING
15
+ * Fix double 'push tag' action feed (#15078 ) (#15083 )
16
+ * Remove possible resource leak (#15067 ) (#15082 )
17
+ * Handle unauthorized user events gracefully (#15071 ) (#15074 )
27
18
* Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475 )
28
19
* Migrate from Macaron to Chi framework (#14293 )
29
20
* Deprecate building for mips (#14174 )
@@ -54,6 +45,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
54
45
* Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244 )
55
46
* Create Rootless Docker image (#10154 )
56
47
* API
48
+ * Speedup issue search (#15179 ) (#15192 )
57
49
* Get pull, return head branch sha, even if deleted (#14931 )
58
50
* Export LFS & TimeTracking function status (#14753 )
59
51
* Show Gitea version in swagger (#14654 )
@@ -78,6 +70,20 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
78
70
* Add more filters to issues search (#13514 )
79
71
* Add review request api (#11355 )
80
72
* BUGFIXES
73
+ * Fix delete nonexist oauth application 500 and prevent deadlock (#15384 ) (#15396 )
74
+ * Always set the merge base used to merge the commit (#15352 ) (#15385 )
75
+ * Upgrade to bluemonday 1.0.7 (#15379 ) (#15380 )
76
+ * Turn RepoRef and RepoAssignment back into func(* Context) (#15372 ) (#15377 )
77
+ * Move FCGI req.URL.Path fix-up to the FCGI listener (#15292 ) (#15361 )
78
+ * Show diff on rename with diff changes (#15338 ) (#15339 )
79
+ * Fix handling of logout event (#15323 ) (#15337 )
80
+ * Fix CanCreateRepo check (#15311 ) (#15321 )
81
+ * Fix xorm log stack level (#15285 ) (#15316 )
82
+ * Fix bug in Wrap (#15302 ) (#15309 )
83
+ * Drop the event source if we are unauthorized (#15275 ) (#15280 )
84
+ * Backport Fix graph pagination (#15225 ) (#15249 )
85
+ * Prevent NPE in CommentMustAsDiff if no hunk header (#15199 ) (#15200 )
86
+ * should run RetrieveRepoMetas() for empty pr (#15187 ) (#15190 )
81
87
* Move setting to enable closing issue via commit in non default branch to repo settings (#14965 )
82
88
* Show correct issues for team dashboard (#14952 )
83
89
* 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).
134
140
* Use GO variable in go-check target (#13146 ) (#13147 )
135
141
* ENHANCEMENTS
136
142
* UI style improvements
143
+ * Dropzone styling improvements (#15291 ) (#15374 )
144
+ * Add size to Save function (#15264 ) (#15270 )
145
+ * Monaco improvements (#15333 ) (#15345 )
137
146
* Support .mailmap in code activity stats (#15009 )
138
147
* Sort release attachments by name (#15008 )
139
148
* Add ui.explore settings to control view of explore pages (#14094 )
0 commit comments