@@ -35,7 +35,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
3535 * Support compression for Actions logs & enable by default (#31761 & #32013 )
3636 * Add pure SSH LFS support (#31516 )
3737 * Add Passkey login support (#31504 )
38- * Add issue comment when moving issues from one column to another of the project (#29311 )
3938 * Actions support workflow dispatch event (#28163 )
4039 * Support repo license (#24872 )
4140 * Issue time estimate, meaningful time tracking (#23113 )
@@ -90,6 +89,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
9089 * Improve attachment upload methods (#30513 )
9190 * Support issue template assignees (#31083 )
9291 * Prevent simultaneous editing of comments and issues (#31053 )
92+ * Add issue comment when moving issues from one column to another of the project (#29311 )
9393
9494 * Pull Request
9595 * Display head branch more comfortable on pull request view (#32000 )
@@ -173,7 +173,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
173173 * Add support for searching users by email (#30908 )
174174 * Add API endpoints for getting action jobs status (#26673 )
175175
176- * Refactor
176+ * REFACTOR
177177 * Update JS and PY dependencies (#31940 )
178178 * Enable ` no-jquery/no-parse-html-literal ` and fix violation (#31684 )
179179 * Refactor image diff (#31444 )
@@ -240,6 +240,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
240240 * Refactor DateUtils and merge TimeSince (#32409 )
241241 * Replace DateTime with proper functions (#32402 )
242242 * Replace DateTime with DateUtils (#32383 )
243+ * Convert frontend code to typescript (#31559 )
243244
244245* BUGFIXES
245246 * Fix issues with inconsistent spacing in areas (#32607 )
@@ -311,13 +312,11 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
311312 * Use GetDisplayName() instead of DisplayName() to generate rss feeds (#31687 )
312313 * Code editor theme enhancements (#31629 )
313314 * Update JS dependencies (#31616 )
314- * Add bohde as maintainer (#31601 )
315315 * Add types for js globals (#31586 )
316316 * Add back esbuild-loader for .js files (#31585 )
317317 * Don't show hidden labels when filling out an issue template (#31576 )
318318 * Allow synchronizing user status from OAuth2 login providers (#31572 )
319319 * Display app name in the registration email title (#31562 )
320- * Convert frontend code to typescript (#31559 )
321320 * Use stable version of fabric (#31526 )
322321 * Support legacy _ links LFS batch responses (#31513 )
323322 * Fix JS error with disabled attachment and easymde (#31511 )
0 commit comments