@@ -4,14 +4,46 @@ 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-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.0 ) - 2021-03-19
7
+ ## [ 1.14.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.1 ) - 2021-04-15
8
+
9
+ * BUGFIXES
10
+ * Fix bug clone wiki (#15499 ) (#15502 )
11
+ * Github Migration ignore rate limit, if not enabled (#15490 ) (#15495 )
12
+ * Use subdir for URL (#15446 ) (#15493 )
13
+ * Query the DB for the hash before inserting in to email_hash (#15457 ) (#15491 )
14
+ * Ensure review dismissal only dismisses the correct review (#15477 ) (#15489 )
15
+ * Use index of the supported tags to choose user lang (#15452 ) (#15488 )
16
+ * Fix wrong file link in code search page (#15466 ) (#15486 )
17
+ * Quick template fix for built-in SSH server in admin config (#15464 ) (#15481 )
18
+ * Prevent superfluous response.WriteHeader (#15456 ) (#15476 )
19
+ * Fix ambiguous argument error on tags (#15432 ) (#15474 )
20
+ * Add created_unix instead of expiry to migration (#15458 ) (#15463 )
21
+ * Fix repository search (#15428 ) (#15442 )
22
+ * Prevent NPE on avatar direct rendering if federated avatars disabled (#15434 ) (#15439 )
23
+ * Fix wiki clone urls (#15430 ) (#15431 )
24
+ * Fix dingtalk icon url at webhook (#15417 ) (#15426 )
25
+ * Standardise icon on projects PR page (#15387 ) (#15408 )
26
+ * ENHANCEMENTS
27
+ * Add option to skip LFS/attachment files for ` dump ` (#15407 ) (#15492 )
28
+ * Clone panel fixes (#15436 )
29
+ * Use semantic dropdown for code search query type (#15276 ) (#15364 )
30
+ * BUILD
31
+ * Build go-git variants for windows (#15482 ) (#15487 )
32
+ * Lock down build-images dependencies (Partial #15479 ) (#15480 )
33
+ * MISC
34
+ * Performance improvement for list pull requests (#15447 ) (#15500 )
35
+ * Fix potential copy lfs records failure when fork a repository (#15441 ) (#15485 )
36
+
37
+ ## [ 1.14.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.0 ) - 2021-04-11
8
38
9
39
* SECURITY
10
40
* Respect approved email domain list for externally validated user registration (#15014 )
11
41
* Add reverse proxy configuration support for remote IP address detection (#14959 )
12
42
* Ensure validation occurs on clone addresses too (#14994 )
13
- * Fix several render issues highlighted during fuzzing (#14986 )
14
43
* BREAKING
44
+ * Fix double 'push tag' action feed (#15078 ) (#15083 )
45
+ * Remove possible resource leak (#15067 ) (#15082 )
46
+ * Handle unauthorized user events gracefully (#15071 ) (#15074 )
15
47
* Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475 )
16
48
* Migrate from Macaron to Chi framework (#14293 )
17
49
* Deprecate building for mips (#14174 )
@@ -42,6 +74,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
42
74
* Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244 )
43
75
* Create Rootless Docker image (#10154 )
44
76
* API
77
+ * Speedup issue search (#15179 ) (#15192 )
45
78
* Get pull, return head branch sha, even if deleted (#14931 )
46
79
* Export LFS & TimeTracking function status (#14753 )
47
80
* Show Gitea version in swagger (#14654 )
@@ -66,6 +99,20 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
66
99
* Add more filters to issues search (#13514 )
67
100
* Add review request api (#11355 )
68
101
* BUGFIXES
102
+ * Fix delete nonexist oauth application 500 and prevent deadlock (#15384 ) (#15396 )
103
+ * Always set the merge base used to merge the commit (#15352 ) (#15385 )
104
+ * Upgrade to bluemonday 1.0.7 (#15379 ) (#15380 )
105
+ * Turn RepoRef and RepoAssignment back into func(* Context) (#15372 ) (#15377 )
106
+ * Move FCGI req.URL.Path fix-up to the FCGI listener (#15292 ) (#15361 )
107
+ * Show diff on rename with diff changes (#15338 ) (#15339 )
108
+ * Fix handling of logout event (#15323 ) (#15337 )
109
+ * Fix CanCreateRepo check (#15311 ) (#15321 )
110
+ * Fix xorm log stack level (#15285 ) (#15316 )
111
+ * Fix bug in Wrap (#15302 ) (#15309 )
112
+ * Drop the event source if we are unauthorized (#15275 ) (#15280 )
113
+ * Backport Fix graph pagination (#15225 ) (#15249 )
114
+ * Prevent NPE in CommentMustAsDiff if no hunk header (#15199 ) (#15200 )
115
+ * should run RetrieveRepoMetas() for empty pr (#15187 ) (#15190 )
69
116
* Move setting to enable closing issue via commit in non default branch to repo settings (#14965 )
70
117
* Show correct issues for team dashboard (#14952 )
71
118
* Ensure that new pull request button works on forked forks owned by owner of the root and reduce ambiguity (#14932 )
@@ -122,6 +169,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
122
169
* Use GO variable in go-check target (#13146 ) (#13147 )
123
170
* ENHANCEMENTS
124
171
* UI style improvements
172
+ * Dropzone styling improvements (#15291 ) (#15374 )
173
+ * Add size to Save function (#15264 ) (#15270 )
174
+ * Monaco improvements (#15333 ) (#15345 )
125
175
* Support .mailmap in code activity stats (#15009 )
126
176
* Sort release attachments by name (#15008 )
127
177
* Add ui.explore settings to control view of explore pages (#14094 )
@@ -267,6 +317,52 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
267
317
* Reduce make verbosity (#13803 )
268
318
* Add git command error directory on log (#13194 )
269
319
320
+ ## [ 1.13.7] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.7 ) - 2021-04-07
321
+
322
+ * SECURITY
323
+ * Update to bluemonday-1.0.6 (#15294 ) (#15298 )
324
+ * Clusterfuzz found another way (#15160 ) (#15169 )
325
+ * API
326
+ * Fix wrong user returned in API (#15139 ) (#15150 )
327
+ * BUGFIXES
328
+ * Add 'fonts' into 'KnownPublicEntries' (#15188 ) (#15317 )
329
+ * Speed up ` enry.IsVendor ` (#15213 ) (#15246 )
330
+ * Response 404 for diff/patch of a commit that not exist (#15221 ) (#15238 )
331
+ * Prevent NPE in CommentMustAsDiff if no hunk header (#15199 ) (#15201 )
332
+ * MISC
333
+ * Add size to Save function (#15264 ) (#15271 )
334
+
335
+ ## [ 1.13.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.6 ) - 2021-03-23
336
+
337
+ * SECURITY
338
+ * Fix bug on avatar middleware (#15124 ) (#15125 )
339
+ * Fix another clusterfuzz identified issue (#15096 ) (#15114 )
340
+ * API
341
+ * Fix nil pointer exception in get pull reviews API (#15106 )
342
+ * BUGFIXES
343
+ * Fix markdown rendering in milestone content (#15056 ) (#15092 )
344
+
345
+ ## [ 1.13.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.5 ) - 2021-03-21
346
+
347
+ * SECURITY
348
+ * Update to goldmark 1.3.3 (#15059 ) (#15061 )
349
+ * Another clusterfuzz spotted issue (#15032 ) (#15034 )
350
+ * API
351
+ * Fix set milestone on PR creation (#14981 ) (#15001 )
352
+ * Prevent panic when editing forked repos by API (#14960 ) (#14963 )
353
+ * BUGFIXES
354
+ * Fix bug when upload on web (#15042 ) (#15055 )
355
+ * Delete Labels & IssueLabels on Repo Delete too (#15039 ) (#15051 )
356
+ * Fix postgres ID sequences broken by recreate-table (#15015 ) (#15029 )
357
+ * Fix several render issues (#14986 ) (#15013 )
358
+ * Make sure sibling images get a link too (#14979 ) (#14995 )
359
+ * Fix Anchor jumping with escaped query components (#14969 ) (#14977 )
360
+ * Fix release mail html template (#14976 )
361
+ * Fix excluding more than two labels on issues list (#14962 ) (#14973 )
362
+ * Don't mark each comment poster as OP (#14971 ) (#14972 )
363
+ * Add "captcha" to list of reserved usernames (#14930 )
364
+ * Re-enable import local paths after reversion from #13610 (#14925 ) (#14927 )
365
+
270
366
## [ 1.13.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.4 ) - 2021-03-07
271
367
272
368
* SECURITY
0 commit comments