@@ -4,6 +4,33 @@ 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.12.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.4 ) - 2020-09-02
8
+
9
+ * SECURITY
10
+ * Escape provider name in oauth2 provider redirect (#12648 ) (#12650 )
11
+ * Escape Email on password reset page (#12610 ) (#12612 )
12
+ * When reading expired sessions - expire them (#12686 ) (#12690 )
13
+ * ENHANCEMENTS
14
+ * StaticRootPath configurable at compile time (#12371 ) (#12652 )
15
+ * BUGFIXES
16
+ * Fix to show an issue that is related to a deleted issue (#12651 ) (#12692 )
17
+ * Expire time acknowledged for cache (#12605 ) (#12611 )
18
+ * Fix diff path unquoting (#12554 ) (#12575 )
19
+ * Improve HTML escaping helper (#12562 )
20
+ * models: break out of loop (#12386 ) (#12561 )
21
+ * Default empty merger list to those with write permissions (#12535 ) (#12560 )
22
+ * Skip SSPI authentication attempts for /api/internal (#12556 ) (#12559 )
23
+ * Prevent NPE on commenting on lines with invalidated comments (#12549 ) (#12550 )
24
+ * Remove hardcoded ES indexername (#12521 ) (#12526 )
25
+ * Fix bug preventing transfer to private organization (#12497 ) (#12501 )
26
+ * Keys should not verify revoked email addresses (#12486 ) (#12495 )
27
+ * Do not add prefix on http/https submodule links (#12477 ) (#12479 )
28
+ * Fix ignored login on compare (#12476 ) (#12478 )
29
+ * Fix incorrect error logging in Stats indexer and OAuth2 (#12387 ) (#12422 )
30
+ * Upgrade google/go-github to v32.1.0 (#12361 ) (#12390 )
31
+ * Render emoji's of Commit message on feed-page (#12373 )
32
+ * Fix handling of diff on unrelated branches when Git 2.28 used (#12370 )
33
+
7
34
## [ 1.12.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.3 ) - 2020-07-28
8
35
9
36
* BUGFIXES
0 commit comments