@@ -4,25 +4,16 @@ 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-20
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
* BREAKING
14
+ * Fix double 'push tag' action feed (#15078 ) (#15083 )
15
+ * Remove possible resource leak (#15067 ) (#15082 )
16
+ * Handle unauthorized user events gracefully (#15071 ) (#15074 )
26
17
* Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475 )
27
18
* Migrate from Macaron to Chi framework (#14293 )
28
19
* Deprecate building for mips (#14174 )
@@ -53,6 +44,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
53
44
* Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244 )
54
45
* Create Rootless Docker image (#10154 )
55
46
* API
47
+ * Speedup issue search (#15179 ) (#15192 )
56
48
* Get pull, return head branch sha, even if deleted (#14931 )
57
49
* Export LFS & TimeTracking function status (#14753 )
58
50
* Show Gitea version in swagger (#14654 )
@@ -77,6 +69,20 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
77
69
* Add more filters to issues search (#13514 )
78
70
* Add review request api (#11355 )
79
71
* BUGFIXES
72
+ * Fix delete nonexist oauth application 500 and prevent deadlock (#15384 ) (#15396 )
73
+ * Always set the merge base used to merge the commit (#15352 ) (#15385 )
74
+ * Upgrade to bluemonday 1.0.7 (#15379 ) (#15380 )
75
+ * Turn RepoRef and RepoAssignment back into func(* Context) (#15372 ) (#15377 )
76
+ * Move FCGI req.URL.Path fix-up to the FCGI listener (#15292 ) (#15361 )
77
+ * Show diff on rename with diff changes (#15338 ) (#15339 )
78
+ * Fix handling of logout event (#15323 ) (#15337 )
79
+ * Fix CanCreateRepo check (#15311 ) (#15321 )
80
+ * Fix xorm log stack level (#15285 ) (#15316 )
81
+ * Fix bug in Wrap (#15302 ) (#15309 )
82
+ * Drop the event source if we are unauthorized (#15275 ) (#15280 )
83
+ * Backport Fix graph pagination (#15225 ) (#15249 )
84
+ * Prevent NPE in CommentMustAsDiff if no hunk header (#15199 ) (#15200 )
85
+ * should run RetrieveRepoMetas() for empty pr (#15187 ) (#15190 )
80
86
* Move setting to enable closing issue via commit in non default branch to repo settings (#14965 )
81
87
* Show correct issues for team dashboard (#14952 )
82
88
* Ensure that new pull request button works on forked forks owned by owner of the root and reduce ambiguity (#14932 )
@@ -133,6 +139,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
133
139
* Use GO variable in go-check target (#13146 ) (#13147 )
134
140
* ENHANCEMENTS
135
141
* UI style improvements
142
+ * Dropzone styling improvements (#15291 ) (#15374 )
143
+ * Add size to Save function (#15264 ) (#15270 )
144
+ * Monaco improvements (#15333 ) (#15345 )
136
145
* Support .mailmap in code activity stats (#15009 )
137
146
* Sort release attachments by name (#15008 )
138
147
* Add ui.explore settings to control view of explore pages (#14094 )
@@ -278,6 +287,52 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
278
287
* Reduce make verbosity (#13803 )
279
288
* Add git command error directory on log (#13194 )
280
289
290
+ ## [ 1.13.7] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.7 ) - 2021-04-07
291
+
292
+ * SECURITY
293
+ * Update to bluemonday-1.0.6 (#15294 ) (#15298 )
294
+ * Clusterfuzz found another way (#15160 ) (#15169 )
295
+ * API
296
+ * Fix wrong user returned in API (#15139 ) (#15150 )
297
+ * BUGFIXES
298
+ * Add 'fonts' into 'KnownPublicEntries' (#15188 ) (#15317 )
299
+ * Speed up ` enry.IsVendor ` (#15213 ) (#15246 )
300
+ * Response 404 for diff/patch of a commit that not exist (#15221 ) (#15238 )
301
+ * Prevent NPE in CommentMustAsDiff if no hunk header (#15199 ) (#15201 )
302
+ * MISC
303
+ * Add size to Save function (#15264 ) (#15271 )
304
+
305
+ ## [ 1.13.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.6 ) - 2021-03-23
306
+
307
+ * SECURITY
308
+ * Fix bug on avatar middleware (#15124 ) (#15125 )
309
+ * Fix another clusterfuzz identified issue (#15096 ) (#15114 )
310
+ * API
311
+ * Fix nil pointer exception in get pull reviews API (#15106 )
312
+ * BUGFIXES
313
+ * Fix markdown rendering in milestone content (#15056 ) (#15092 )
314
+
315
+ ## [ 1.13.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.5 ) - 2021-03-21
316
+
317
+ * SECURITY
318
+ * Update to goldmark 1.3.3 (#15059 ) (#15061 )
319
+ * Another clusterfuzz spotted issue (#15032 ) (#15034 )
320
+ * API
321
+ * Fix set milestone on PR creation (#14981 ) (#15001 )
322
+ * Prevent panic when editing forked repos by API (#14960 ) (#14963 )
323
+ * BUGFIXES
324
+ * Fix bug when upload on web (#15042 ) (#15055 )
325
+ * Delete Labels & IssueLabels on Repo Delete too (#15039 ) (#15051 )
326
+ * Fix postgres ID sequences broken by recreate-table (#15015 ) (#15029 )
327
+ * Fix several render issues (#14986 ) (#15013 )
328
+ * Make sure sibling images get a link too (#14979 ) (#14995 )
329
+ * Fix Anchor jumping with escaped query components (#14969 ) (#14977 )
330
+ * Fix release mail html template (#14976 )
331
+ * Fix excluding more than two labels on issues list (#14962 ) (#14973 )
332
+ * Don't mark each comment poster as OP (#14971 ) (#14972 )
333
+ * Add "captcha" to list of reserved usernames (#14930 )
334
+ * Re-enable import local paths after reversion from #13610 (#14925 ) (#14927 )
335
+
281
336
## [ 1.13.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.4 ) - 2021-03-07
282
337
283
338
* SECURITY
0 commit comments