@@ -10,8 +10,14 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
10
10
* Require repo scope for PATs for private repos and basic authentication (#24362 ) (#24364 )
11
11
* Only delete secrets belonging to its owner (#24284 ) (#24286 )
12
12
* API
13
+ * Fix typo in API route (#24310 ) (#24332 )
13
14
* Fix access token issue on some public endpoints (#24194 ) (#24259 )
14
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 )
15
21
* Unify nightly naming across binaries and docker images (#24116 ) (#24308 )
16
22
* Fix footer display (#24251 ) (#24269 )
17
23
* Fix label color, fix divider in dropdown (#24215 ) (#24244 )
@@ -20,6 +26,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
20
26
* Sort repo topic labels by name (#24123 ) (#24153 )
21
27
* Highlight selected file in the PR file tree (#23947 ) (#24126 )
22
28
* BUGFIXES
29
+ * Fix wrong error info in RepoRefForAPI (#24344 ) (#24351 )
30
+ * Fix no edit/close/delete button in org repo project view page (#24349 )
31
+ * Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035 ) (#24333 )
23
32
* Remove org users who belong to no teams (#24247 ) (#24313 )
24
33
* Fix bug when deleting wiki with no code write permission (#24274 ) (#24295 )
25
34
* Handle canceled workflow as a warning instead of a fail (#24282 ) (#24292 )
0 commit comments