@@ -4,6 +4,43 @@ 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.19.2] ( https://github.com/go-gitea/gitea/releases/tag/1.19.2 ) - 2023-04-26
8
+
9
+ * API
10
+ * Fix access token issue on some public endpoints (#24194 ) (#24259 )
11
+ * ENHANCEMENTS
12
+ * Unify nightly naming across binaries and docker images (#24116 ) (#24308 )
13
+ * Fix footer display (#24251 ) (#24269 )
14
+ * Fix label color, fix divider in dropdown (#24215 ) (#24244 )
15
+ * Vertical widths of containers removed (#24184 ) (#24211 )
16
+ * Use correct locale key for forks page (#24172 ) (#24175 )
17
+ * Sort repo topic labels by name (#24123 ) (#24153 )
18
+ * Highlight selected file in the PR file tree (#23947 ) (#24126 )
19
+ * BUGFIXES
20
+ * Remove org users who belong to no teams (#24247 ) (#24313 )
21
+ * Fix bug when deleting wiki with no code write permission (#24274 ) (#24295 )
22
+ * Handle canceled workflow as a warning instead of a fail (#24282 ) (#24292 )
23
+ * Load reviewer for comments when dismissing a review (#24281 ) (#24288 )
24
+ * Only delete secrets belonging to its owner (#24284 ) (#24286 )
25
+ * Show commit history for closed/merged PRs (#24238 ) (#24261 )
26
+ * Fix owner team access mode value in team_unit table (#24224 )
27
+ * Fix issue attachment handling (#24202 ) (#24221 )
28
+ * Fix incorrect CORS default values (#24206 ) (#24217 )
29
+ * Fix template error in pull request with deleted head repo (#24192 ) (#24216 )
30
+ * Don't list root repository on compare page if pulls not allowed (#24183 ) (#24210 )
31
+ * Fix calReleaseNumCommitsBehind (#24148 ) (#24197 )
32
+ * Fix Org edit page bugs: renaming detection, maxlength (#24161 ) (#24171 )
33
+ * Update redis library to support redis v7 (#24114 ) (#24156 )
34
+ * Use 1.18's aria role for dropdown menus (#24144 ) (#24155 )
35
+ * Fix 2-dot direct compare to use the right base commit (#24133 ) (#24150 )
36
+ * Fix incorrect server error content in RunnersList (#24118 ) (#24121 )
37
+ * Fix mismatch between hook events and github event types (#24048 ) (#24091 )
38
+ * BUILD
39
+ * Support converting varchar to nvarchar for mssql database (#24105 ) (#24168 )
40
+ * MISC
41
+ * Upgrade act (#24298 ) (#24300 )
42
+ * Set EasyMDE heading font-size to the same size as the resulting markdown (#24151 ) (#24152 )
43
+
7
44
## [ 1.19.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.19.1 ) - 2023-04-12
8
45
9
46
* BREAKING
0 commit comments