@@ -31,7 +31,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
31
31
* make /{username}.png redirect to user/org avatar (#22356 )
32
32
* Add Conda package registry (#22262 )
33
33
* Support org/user level projects (#22235 )
34
- * Add Mermaid copy button, avoid unnecessary tooltip hide (#22225 )
34
+ * Add Mermaid copy button (#22225 )
35
35
* Add user secrets (#22191 )
36
36
* Secrets storage with SecretKey encrypted (#22142 )
37
37
* Preview images for Issue cards in Project Board view (#22112 )
@@ -60,7 +60,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
60
60
* ENHANCEMENTS
61
61
* Add ` .patch ` to ` attachment.ALLOWED_TYPES ` (#23580 ) (#23582 )
62
62
* Fix sticky header in diff view (#23554 ) (#23568 )
63
- * Fix some broken css (#23560 ) (#23567 )
64
63
* Refactor merge/update git command calls (#23366 ) (#23544 )
65
64
* Fix review comment context menu clipped bug (#23523 ) (#23543 )
66
65
* Imrove scroll behavior to hash issuecomment(scroll position, auto expand if file is folded, and on refreshing) (#23513 ) (#23540 )
@@ -253,7 +252,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
253
252
* Do not recognize text files as audio (#23355 ) (#23368 )
254
253
* Fix adding of empty class name (#23352 ) (#23360 )
255
254
* Fix various ImageDiff/SVG bugs (#23312 ) (#23358 )
256
- * Fix incorrect display for comment context menu (#23343 ) (#23344 )
255
+ * Fix incorrect display for comment context menu (#23343 ) (#23344 )
257
256
* Remove unnecessary space on link (#23334 ) (#23340 )
258
257
* Fix incorrect redirect link of delete org project (#23327 ) (#23339 )
259
258
* Fix cannot reopen after pushing commits to a closed PR (#23189 ) (#23324 )
@@ -280,13 +279,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
280
279
* Make issue meta dropdown support Enter, confirm before reloading (#23014 ) (#23102 )
281
280
* Fix SyncOnCommit always return false in API of push_mirrors (#23088 ) (#23100 )
282
281
* Fix commit name in Apply Patch page (#23086 ) (#23099 )
283
- * Fix some more hidden problems (#23074 ) (#23075 )
282
+ * Fix some more hidden problems (#23074 ) (#23075 )
284
283
* Bump golang.org/x/net from 0.4.0 to 0.7.0 (#22980 )
285
284
* Get rules by id when editing branch protection rule (#22932 )
286
285
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921 )
287
286
* Increase Content field size of gpg_import_key to MEDIUMTEXT (#22897 )
288
287
* Fix hidden commit status on multiple checks (#22889 )
289
- * Fix .golangci.yml (#22868 )
290
288
* Fix update by rebase being wrongly disabled by protected base branch (#22825 )
291
289
* Make issue title edit buttons focusable and fix incorrect ajax requests (#22807 )
292
290
* Fix rerun button of Actions (#22798 )
0 commit comments