@@ -16,7 +16,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
1616
1717* SECURITY
1818 * Include file extension checks in attachment API (#32151 )
19- * All security pull requests have been backported to v1.22
19+ * Include all security fixes which have been backported to v1.22
2020
2121* FEATURES
2222 * Allow to fork repository into the same owner (#32819 )
@@ -55,7 +55,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
5555 * Use batch database operations instead of one by one to optimze api pulls (#32680 )
5656
5757* ENHANCEMENTS
58- * CODE
58+ * Code
5959 * Remove unnecessary border in repo home page sidebar (#32767 )
6060 * Add 'Copy path' button to file view (#32584 )
6161 * Improve diff file tree (#32658 )
@@ -71,7 +71,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
7171 * Make git push options accept short name (#32245 )
7272 * Repo file list enhancements (#32835 )
7373
74- * ISSUES
74+ * Issue
7575 * Refactor markdown math render, add dollor-backquote syntax support (#32831 )
7676 * Add label/author/assignee filters to the user/org home issue list (#32779 )
7777 * Refactor issue filter (labels, poster, assignee) (#32771 )
@@ -89,7 +89,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
8989 * Support issue template assignees (#31083 )
9090 * Prevent simultaneous editing of comments and issues (#31053 )
9191
92- * PULL REQUEST
92+ * Pull Request
9393 * Display head branch more comfortable on pull request view (#32000 )
9494 * Simplify review UI (#31062 )
9595 * Allow force push to protected branches (#28086 )
@@ -98,7 +98,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
9898 * Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215 )
9999 * Allow including ` Reviewed-on ` /` Reviewed-by ` lines for custom merge messages (#31211 )
100100
101- * ACTIONS
101+ * Actions
102102 * Render job title as commit message (#32748 )
103103 * Refactor RepoActionView.vue, add ` ::group:: ` support (#32713 )
104104 * Make RepoActionView.vue support ` ##[group] ` (#32770 )
@@ -107,25 +107,25 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
107107 * Allow users with write permission to run actions (#32644 )
108108 * Show latest run when visit /run/latest (#31808 )
109109
110- * PACKAGES
110+ * Packages
111111 * Improve rubygems package registry (#31357 )
112112 * Add support for npm bundleDependencies (#30751 )
113113 * Add signature support for the RPM module (#27069 )
114114 * Extract and display readme and comments for Composer packages (#30927 )
115115
116- * PROJECTS
116+ * Project
117117 * Add title to project view page (#32747 )
118118 * Set the columns height to hug all its contents (#31726 )
119119
120- * USERS & ORGANAZITIONS
120+ * User & Organazition
121121 * Use better name for userinfo structure (#32544 )
122122 * Use user.FullName in Oauth2 id_token response (#32542 )
123123 * Limit org member view of restricted users (#32211 )
124124 * Allow disabling authentication related user features (#31535 )
125125 * Add option to change mail from user display name (#31528 )
126126 * Use FullName in Emails to address the recipient if possible (#31527 )
127127
128- * ADMINISTRATION
128+ * Administration
129129 * Add support for a credentials chain for minio access (#31051 )
130130 * Move admin routers from /admin to /-/admin (#32189 )
131131 * Add cache test for admins (#31265 )
@@ -134,7 +134,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
134134 * Supports forced use of S3 virtual-hosted style (#30969 )
135135 * Move repository visibility to danger zone in the settings area (#31126 )
136136
137- * OTHERS
137+ * Others
138138 * Make Monaco theme follow browser, fully type codeeditor.ts (#32756 )
139139 * Remove urls from translations (#31950 )
140140 * Simplify 404/500 page (#31409 )
0 commit comments