@@ -4,6 +4,53 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
66
7+ ## [ 1.19.2] ( https://github.com/go-gitea/gitea/releases/tag/1.19.2 ) - 2023-04-26
8+
9+ * SECURITY
10+ * Require repo scope for PATs for private repos and basic authentication (#24362 ) (#24364 )
11+ * Only delete secrets belonging to its owner (#24284 ) (#24286 )
12+ * API
13+ * Fix typo in API route (#24310 ) (#24332 )
14+ * Fix access token issue on some public endpoints (#24194 ) (#24259 )
15+ * ENHANCEMENTS
16+ * Fix broken clone script on an empty archived repo (#24339 ) (#24348 )
17+ * Fix Monaco IOS keyboard button (#24341 ) (#24347 )
18+ * Don't set meta ` theme-color ` by default (#24340 ) (#24346 )
19+ * Wrap too long push mirror addresses (#21120 ) (#24334 )
20+ * Add --font-weight-bold and set previous bold to 601 (#24307 ) (#24331 )
21+ * Unify nightly naming across binaries and docker images (#24116 ) (#24308 )
22+ * Fix footer display (#24251 ) (#24269 )
23+ * Fix label color, fix divider in dropdown (#24215 ) (#24244 )
24+ * Vertical widths of containers removed (#24184 ) (#24211 )
25+ * Use correct locale key for forks page (#24172 ) (#24175 )
26+ * Sort repo topic labels by name (#24123 ) (#24153 )
27+ * Highlight selected file in the PR file tree (#23947 ) (#24126 )
28+ * BUGFIXES
29+ * Fix auth check bug (#24382 ) (#24387 )
30+ * Add tags list for repos whose release setting is disabled (#23465 ) (#24369 )
31+ * Fix wrong error info in RepoRefForAPI (#24344 ) (#24351 )
32+ * Fix no edit/close/delete button in org repo project view page (#24349 )
33+ * Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035 ) (#24333 )
34+ * Remove org users who belong to no teams (#24247 ) (#24313 )
35+ * Fix bug when deleting wiki with no code write permission (#24274 ) (#24295 )
36+ * Handle canceled workflow as a warning instead of a fail (#24282 ) (#24292 )
37+ * Load reviewer for comments when dismissing a review (#24281 ) (#24288 )
38+ * Show commit history for closed/merged PRs (#24238 ) (#24261 )
39+ * Fix owner team access mode value in team_unit table (#24224 )
40+ * Fix issue attachment handling (#24202 ) (#24221 )
41+ * Fix incorrect CORS default values (#24206 ) (#24217 )
42+ * Fix template error in pull request with deleted head repo (#24192 ) (#24216 )
43+ * Don't list root repository on compare page if pulls not allowed (#24183 ) (#24210 )
44+ * Fix calReleaseNumCommitsBehind (#24148 ) (#24197 )
45+ * Fix Org edit page bugs: renaming detection, maxlength (#24161 ) (#24171 )
46+ * Update redis library to support redis v7 (#24114 ) (#24156 )
47+ * Use 1.18's aria role for dropdown menus (#24144 ) (#24155 )
48+ * Fix 2-dot direct compare to use the right base commit (#24133 ) (#24150 )
49+ * Fix incorrect server error content in RunnersList (#24118 ) (#24121 )
50+ * Fix mismatch between hook events and github event types (#24048 ) (#24091 )
51+ * BUILD
52+ * Support converting varchar to nvarchar for mssql database (#24105 ) (#24168 )
53+
754## [ 1.19.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.19.1 ) - 2023-04-12
855
956* BREAKING
0 commit comments