Skip to content

Commit fcc5b85

Browse files
committed
improve 1.24.0rc0 changelog
1 parent f917314 commit fcc5b85

File tree

1 file changed

+76
-60
lines changed

1 file changed

+76
-60
lines changed

CHANGELOG.md

Lines changed: 76 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -39,68 +39,80 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
3939
* Optimize total count of feed when loading activities in user dashboard. (#33841)
4040
* Improve commits list performance to reduce unnecessary database queries (#33528)
4141
* Move issue pin to an standalone table for querying performance (#33452)
42+
* Add cache for common package queries (#22491)
4243
* ENHANCEMENTS
43-
* Display when a release attachment was uploaded (#34261)
44-
* Make public URL generation configurable (#34250)
45-
* Add a --fullname arg to gitea admin user create. (#34241)
46-
* Align User Details Page Header Layout with Design Specifications (#34192)
47-
* Support creating relative link to raw path in markdown (#34105)
48-
* Add flat-square action badge style (#34062)
49-
* Update action status badge layout (#34018)
50-
* Improve code block readability and isolate copy button (#34009)
51-
* Fail mirroring more gracefully (#34002)
52-
* Auto expand "New PR" form (#33971)
53-
* Improve oauth2 error handling (#33969)
54-
* Mark parent directory as viewed when all files are viewed (#33958)
55-
* Improve repository commit view (#33877)
56-
* Download actions job logs from API (#33858)
57-
* Full-file syntax highlighting for diff pages (#33766)
58-
* Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752)
59-
* Show info about maintainers are allowed to edit a PR (#33738)
60-
* Improve admin user view page (#33735)
61-
* Add No Results Prompt Message on Issue List Page (#33699)
62-
* Always show the "rerun" button for action jobs (#33692)
63-
* Improve button layout on small screens (#33633)
64-
* Add composor source field (#33502)
65-
* Add cropping support when modifying the user/org/repo avatar (#33498)
66-
* Add API to support link package to repository and unlink it (#33481)
67-
* Allow filtering issues by any assignee (#33343)
68-
* Inclusion of rename organization api (#33303)
69-
* Only allow admins to rename default/protected branches (#33276)
70-
* Update status check for all supported on.pull_request.types in Gitea (#33117)
71-
* Workflow_dispatch use workflow from trigger branch (#33098)
72-
* Make git clone URL could use current signed-in user (#33091)
73-
* Improve navbar: add "admin" tip, add "active" style (#32927)
74-
* Add `last_committer_date` and `last_author_date` for file contents API (#32921)
75-
* Show warning on navigation if currently editing comment or title (#32920)
76-
* Make ROOT_URL support using request Host header (#32564)
77-
* Automerge supports deleting branch automatically after merging (#32343)
78-
* Add auto-expanding running actions step (#30058)
79-
* Allow admins and org owners to change org member public status (#28294)
80-
* Add a option "--user-type bot" to admin user create, improve role display (#27885)
81-
* Link to nuget dependencies (#26554)
82-
* Add cache for common package queries (#22491)
83-
* Clone repository with Tea CLI (#33725)
84-
* Improve sync fork behavior (#33319)
85-
* Make tracked time representation display as hours (#33315)
86-
* Add action auto-scroll (#30057)
87-
* Add additional command hints for PowerShell & CMD (#33548)
88-
* Only keep popular licenses (#33832)
89-
* Add workflow_job webhook (#33694)
90-
* Optimize the installation page (#32994)
91-
* Optimize the dashboard (#32990)
92-
* Add `show more` organizations icon in user's profile (#32986)
93-
* Support performance trace (#32973)
94-
* Change pprof labels to be prometheus compatible (#32865)
95-
* De-emphasize signed commits (#31160)
96-
* Introduce `--page-space-bottom` at 64px (#30692)
97-
* Improve theme display (#30671)
98-
* Add alphabetical project sorting (#33504)
99-
* Link to tree views of submodules if possible (#33424)
100-
* Add global lock for migrations to make upgrade more safe with multiple replications (#33706)
101-
* Add submodule diff links (#33097)
102-
* Add descriptions for private repo public access settings and improve the UI (#34057)
44+
* Code
45+
* Display when a release attachment was uploaded (#34261)
46+
* Support creating relative link to raw path in markdown (#34105)
47+
* Improve code block readability and isolate copy button (#34009)
48+
* Improve repository commit view (#33877)
49+
* Full-file syntax highlighting for diff pages (#33766)
50+
* Clone repository with Tea CLI (#33725)
51+
* Improve sync fork behavior (#33319)
52+
* Make git clone URL could use current signed-in user (#33091)
53+
* Add submodule diff links (#33097)
54+
* Link to tree views of submodules if possible (#33424)
55+
* Only keep popular licenses (#33832)
56+
* De-emphasize signed commits (#31160)
57+
58+
* Actions
59+
* Add flat-square action badge style (#34062)
60+
* Update action status badge layout (#34018)
61+
* Download actions job logs from API (#33858)
62+
* Always show the "rerun" button for action jobs (#33692)
63+
* Add auto-expanding running actions step (#30058)
64+
* Update status check for all supported on.pull_request.types in Gitea (#33117)
65+
* Workflow_dispatch use workflow from trigger branch (#33098)
66+
* Add action auto-scroll (#30057)
67+
* Add workflow_job webhook (#33694)
68+
69+
* Pull Request
70+
* Auto expand "New PR" form (#33971)
71+
* Mark parent directory as viewed when all files are viewed (#33958)
72+
* Show info about maintainers are allowed to edit a PR (#33738)
73+
* Automerge supports deleting branch automatically after merging (#32343)
74+
* Add additional command hints for PowerShell & CMD (#33548)
75+
76+
* Issues
77+
* Allow filtering issues by any assignee (#33343)
78+
* Show warning on navigation if currently editing comment or title (#32920)
79+
* Make tracked time representation display as hours (#33315)
80+
* Add No Results Prompt Message on Issue List Page (#33699)
81+
82+
* Packages
83+
* Link to nuget dependencies (#26554)
84+
* Add composor source field (#33502)
85+
86+
* Administration
87+
* Improve navbar: add "admin" tip, add "active" style (#32927)
88+
* Add a option "--user-type bot" to admin user create, improve role display (#27885)
89+
* Improve admin user view page (#33735)
90+
* Support performance trace (#32973)
91+
* Change pprof labels to be prometheus compatible (#32865)
92+
* Allow admins and org owners to change org member public status (#28294)
93+
* Optimize the installation page (#32994)
94+
* Make public URL generation configurable (#34250)
95+
* Add a --fullname arg to gitea admin user create. (#34241)
96+
97+
* Others
98+
* Improve oauth2 error handling (#33969)
99+
* Fail mirroring more gracefully (#34002)
100+
* Align User Details Page Header Layout with Design Specifications (#34192)
101+
* Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752)
102+
* Optimize the dashboard (#32990)
103+
* Improve button layout on small screens (#33633)
104+
* Add cropping support when modifying the user/org/repo avatar (#33498)
105+
* Make ROOT_URL support using request Host header (#32564)
106+
* Add `show more` organizations icon in user's profile (#32986)
107+
* Introduce `--page-space-bottom` at 64px (#30692)
108+
* Improve theme display (#30671)
109+
* Add alphabetical project sorting (#33504)
110+
* Add global lock for migrations to make upgrade more safe with multiple replications (#33706)
111+
* Add descriptions for private repo public access settings and improve the UI (#34057)
112+
103113
* API
114+
* Inclusion of rename organization api (#33303)
115+
* Add API to support link package to repository and unlink it (#33481)
104116
* Add API endpoint to request contents of multiple files simultaniously (#34139)
105117
* Actions artifacts API list/download check status upload confirmed (#34273)
106118
* Add API routes to lock and unlock issues (#34165)
@@ -114,6 +126,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
114126
* Reject star-related requests if stars are disabled (#33208)
115127
* Let API create and edit system webhooks, attempt 2 (#33180)
116128
* Use `Project-URL` metadata field to get a PyPI package's homepage URL (#33089)
129+
* Add `last_committer_date` and `last_author_date` for file contents API (#32921)
130+
117131
* REFACTORS
118132
* Remove context from git struct (#33793)
119133
* Refactor admin/common.ts (#33788)
@@ -197,7 +211,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
197211
* Use test context in tests and new loop system in benchmarks (#33648)
198212
* Some small refactors (#33144)
199213
* Simplify context ref name (#33267)
214+
200215
* BUGFIXES
216+
* Only allow admins to rename default/protected branches (#33276)
201217
* Improve "lock conversation" UI (#34207)
202218
* Fix incorrect file links (#34189)
203219
* Optimize Overflow Menu (#34183)

0 commit comments

Comments
 (0)