@@ -4,6 +4,301 @@ This changelog goes through the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
66
7+ ## [ 1.24.0-rc0] ( https://github.com/go-gitea/gitea/releases/tag/1.24.0-rc0 ) - 2025-04-28
8+
9+ * BREAKING
10+ * Add package version api endpoints (#34173 )
11+ * Fix markdown render behaviors (#34122 )
12+ * Improve log format (#33814 )
13+ * Make Gitea always use its internal config, ignore ` /etc/gitconfig ` (#33076 )
14+ * FEATURES
15+ * Enforce two-factor auth (2FA: TOTP or WebAuthn) (#34187 )
16+ * Add fullscreen mode as a more efficient operation way to view projects (#34081 )
17+ * Add anonymous access support for private/unlisted repositories (#34051 )
18+ * Add middleware for request prioritization (#33951 )
19+ * Add cli flags LDAP group configuration (#33933 )
20+ * Actions Runner rest api (#33873 )
21+ * Add material icons for file list (#33837 )
22+ * Artifacts download api for artifact actions v4 (#33510 )
23+ * Support choose email when creating a commit via web UI (#33432 )
24+ * Add basic auth support to rss/atom feeds (#33371 )
25+ * Add sorting by exclusive labels (issue priority) (#33206 )
26+ * Support public code/issue access for private repositories (#33127 )
27+ * Add sub issue list support (#32940 )
28+ * Private README.md for organization (#32872 )
29+ * Add file tree to file view page (#32721 )
30+ * Email option to embed images as base64 instead of link (#32061 )
31+ * Option to delay conflict checking of old pull requests until page view (#27779 )
32+ * Worktime tracking for the organization level (#19808 )
33+ * PERFORMANCE
34+ * Refactor Git Attribute & performance optimization (#34154 )
35+ * Cache GPG keys, emails and users when list commits (#34086 )
36+ * Improve pull request list API performance (#34052 )
37+ * Only use prev and next buttons for pagination on user dashboard (#33981 )
38+ * Optimize heatmap query (#33853 )
39+ * Optimize total count of feed when loading activities in user dashboard. (#33841 )
40+ * Improve commits list performance to reduce unnecessary database queries (#33528 )
41+ * Move issue pin to an standalone table for querying performance (#33452 )
42+ * 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 )
103+ * API
104+ * Add API endpoint to request contents of multiple files simultaniously (#34139 )
105+ * Actions artifacts API list/download check status upload confirmed (#34273 )
106+ * Add API routes to lock and unlock issues (#34165 )
107+ * Fix some user name usages (#33689 )
108+ * Allow filtering /repos/{owner}/{repo}/pulls by target base branch queryparam (#33684 )
109+ * Improve swagger generation (#33664 )
110+ * Support Ephemeral action runners (#33570 )
111+ * Support workflow event dispatch via API (#33545 )
112+ * Support workflow event dispatch via API (#32059 )
113+ * Added Description Field for Secrets and Variables (#33526 )
114+ * Reject star-related requests if stars are disabled (#33208 )
115+ * Let API create and edit system webhooks, attempt 2 (#33180 )
116+ * Use ` Project-URL ` metadata field to get a PyPI package's homepage URL (#33089 )
117+ * REFACTORS
118+ * Remove context from git struct (#33793 )
119+ * Refactor admin/common.ts (#33788 )
120+ * Refactor repo-settings.ts (#33785 )
121+ * Refactor repo-issue.ts (#33784 )
122+ * Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779 )
123+ * Refactor initRepoBranchTagSelector to use new init framework (#33776 )
124+ * Refactor buttons to use new init framework (#33774 )
125+ * Refactor markup and pdf-viewer to use new init framework (#33772 )
126+ * Refactor error system (#33771 )
127+ * Refactor mail code (#33768 )
128+ * Update TypeScript types (#33799 )
129+ * Refactor older tests to use testify (#33140 )
130+ * Move notifywatch to service layer (#33825 )
131+ * Decouple context from repository related structs (#33823 )
132+ * Remove context from mail struct (#33811 )
133+ * Refactor dropdown ellipsis (#34123 )
134+ * Refactor functions to reduce repopath expose (#33892 )
135+ * Refactor repo-diff.ts (#33746 )
136+ * Refactor web route handler (#33488 )
137+ * Refactor user & avatar (#33433 )
138+ * Refactor user package (#33423 )
139+ * Refactor decouple context from migration structs (#33399 )
140+ * Refactor context flash msg and global variables (#33375 )
141+ * Refactor response writer & access logger (#33323 )
142+ * Refactor ref type (#33242 )
143+ * Refactor context repository (#33202 )
144+ * Refactor legacy JS (#33115 )
145+ * Refactor legacy line-number and scroll code (#33094 )
146+ * Refactor env var related code (#33075 )
147+ * Move SetMerged to service layer (#33045 )
148+ * Merge updatecommentattachment functions (#33044 )
149+ * Refactor pull-request compare&create page (#33071 )
150+ * Refactor repo-new.ts (#33070 )
151+ * Refactor pagination (#33037 )
152+ * Refactor tests (#33021 )
153+ * Refactor markup render to fix various path problems (#34114 )
154+ * Refactor Branch struct in package modules/git (#33980 )
155+ * Don't create duplicated functions for code repositories and wiki repositories (#33924 )
156+ * Move git references checking to gitrepo packages to reduce expose of repository path (#33891 )
157+ * Refactor cache-control (#33861 )
158+ * Decouple diff stats query from actual diffing (#33810 )
159+ * Move part of updating protected branch logic to service layer (#33742 )
160+ * Decouple Batch from git.Repository to simplify usage without requiring the creation of a Repository struct. (#34001 )
161+ * Refactor tmpl and blob_excerpt (#32967 )
162+ * Refactor template & test related code (#32938 )
163+ * Refactor db package and remove unnecessary ` DumpTables ` (#32930 )
164+ * Refactor pprof labels and process desc (#32909 )
165+ * Refactor repo-projects.ts (#32892 )
166+ * Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817 )
167+ * Uniform all temporary directories and allow customizing temp path (#32352 )
168+ * Remove context from retry downloader (#33871 )
169+ * Refactor global init code and add more comments (#33755 )
170+ * Remove some unnecessary template helpers (#33069 )
171+ * Move and rename UpdateRepository (#34136 )
172+ * Move hooks function to gitrepo and reduce expose repopath (#33890 )
173+ * Add abstraction layer to delete repository from disk (#33879 )
174+ * Add abstraction layer to check if the repository exists on disk (#33874 )
175+ * Move ParseCommitWithSSHSignature to service layer (#34087 )
176+ * Move duplicated functions (#33977 )
177+ * Extract code to their own functions for push update (#33944 )
178+ * Move gitgraph from modules to services layer (#33527 )
179+ * Move commits signature and verify functions to service layers (#33605 )
180+ * Use ` CloseIssue ` and ` ReopenIssue ` instead of ` ChangeStatus ` (#32467 )
181+ * Refactor arch route handlers (#32993 )
182+ * Refactor "string truncate" (#32984 )
183+ * Refactor arch route handlers (#32972 )
184+ * Clarify path param naming (#32969 )
185+ * Refactor request context (#32956 )
186+ * Move some errors to their own sub packages (#32880 )
187+ * Move RepoTransfer from models to models/repo sub package (#32506 )
188+ * Move delete deploy keys into service layer (#32201 )
189+ * Refactor webhook events (#33337 )
190+ * Move some Actions related functions from ` routers ` to ` services ` (#33280 )
191+ * Refactor RefName (#33234 )
192+ * Refactor context RefName and RepoAssignment (#33226 )
193+ * Refactor repository transfer (#33211 )
194+ * Refactor error system (#33626 )
195+ * Refactor error system (#33610 )
196+ * Refactor package (routes and error handling, npm peer dependency) (#33111 )
197+ * Use test context in tests and new loop system in benchmarks (#33648 )
198+ * Some small refactors (#33144 )
199+ * Simplify context ref name (#33267 )
200+ * BUGFIXES
201+ * Improve "lock conversation" UI (#34207 )
202+ * Fix incorrect file links (#34189 )
203+ * Optimize Overflow Menu (#34183 )
204+ * Check user/org repo limit instead of doer (#34147 )
205+ * Make markdown render match GitHub's behavior (#34129 )
206+ * Fix team permission (#34128 )
207+ * Correctly handle submodule view and avoid throwing 500 error (#34121 )
208+ * Fix users being able bypass limits with repo transfers (#34031 )
209+ * Avoid creating unnecessary temporary cat file sub process (#33942 )
210+ * Refactor organization menu (#33928 )
211+ * Fix various Fomantic UI and htmx problems (#33851 )
212+ * Fix 500 error when error occurred in migration page (#33256 )
213+ * Validate that the tag doesn't exist when creating a tag via the web (#33241 )
214+ * Add missed transaction on setmerged (#33079 )
215+ * Rework create/fork/adopt/generate repository to make sure resources will be cleanup once failed (#31035 )
216+ * Valid email address should only start with alphanumeric (#28174 )
217+ * Fix webhook url (#34186 )
218+ * Fix "toAbsoluteLocaleDate" test when system locale is not en-US (#33939 )
219+ * Fix file name could not be searched if the file was not a text file when using the Bleve indexer (#33959 )
220+ * Fix cannot delete runners via the modal dialog (#33895 )
221+ * Fix unpin hint on the pinned pull requests (#33207 )
222+ * Fix parentCommit invalid memory address or nil pointer dereference. (#33204 )
223+ * Fix comment header padding (#33377 )
224+ * Fix some migration and repo name problems (#33986 )
225+ * Fix various trivial frontend problems (#34263 )
226+ * Fix Set Email Preference dropdown and button placement (#34255 )
227+ * Fix quoted replies incorrectly render user input as part of the quote (#34216 )
228+ * Fix button alignments and remove unnecessary styles (#34206 )
229+ * Restore form inputs on organization create error (#34201 )
230+ * Try to fix ACME (3rd) (#33807 )
231+ * Fix incorrect ref "blob" (#33240 )
232+ * Fix dynamic content loading init problem (#33748 )
233+ * Fix git empty check and HEAD request (#33690 )
234+ * Fix Untranslated Text on Actions Page (#33635 )
235+ * MISC
236+ * Enable addtional linters (#34085 )
237+ * Enable testifylint rules (#34075 )
238+ * Enable staticcheck QFxxxx rules (#34064 )
239+ * Improve Actions test (#32883 )
240+ * Drop fomantic build (#33845 )
241+ * Go1.24 (#33562 )
242+ * Run yamllint with strict mode, fix issue (#33551 )
243+ * Disable cron task to update license (#33486 )
244+ * Optimize makefile help information generation (#33390 )
245+ * Convert github.com/xanzy/go-gitlab into gitlab.com/gitlab-org/api/client-go (#33126 )
246+ * Add missed changelogs (#33649 )
247+ * Update .changelog file to add performance label group (#33472 )
248+ * Add missing POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES in app.example.ini (#33363 )
249+ * Update README screenshots (#33347 )
250+ * Update unrs-resolver (#34279 )
251+ * Update go&js dependencies (#34262 )
252+ * Optimize the calling code of queryElems (#34235 )
253+ * Update protected_branch.tmpl (#34193 )
254+ * Feat/optimize span svg layout (#34185 )
255+ * Set MERMAID_MAX_SOURCE_CHARACTERS to 50000 (#34152 )
256+ * Update JS and PY deps (#34143 )
257+ * Add Chinese translations for README files (#34132 )
258+ * Use ` overflow-wrap: anywhere ` to replace ` word-break: break-all ` (#34126 )
259+ * Clarify ownership in password change error messages (#34092 )
260+ * Add toggleClass function in dom.ts (#34063 )
261+ * Update to golangci-lint v2 (#34054 )
262+ * Update Makefile test comments (#34013 )
263+ * Update go mod dependencies (#33988 )
264+ * Use filepath.Join instead of path.Join for file system file operations (#33978 )
265+ * Prepare common tmpl functions in a middleware (#33957 )
266+ * Remove unused or abused styles (#33918 )
267+ * Update JS and PY deps, misc tweaks (#33903 )
268+ * Try to figure out attribute checker problem (#33901 )
269+ * Add lock for a repository pull mirror (#33876 )
270+ * Fine tune push mirror UI (#33866 )
271+ * Improve issue & code search (#33860 )
272+ * Use pullrequestlist instead of [ ] * pullrequest (#33765 )
273+ * Upgrade act to 0.261.4 and actions-proto-go to v0.4.1 (#33760 )
274+ * Align sidebar gears to the right (#33721 )
275+ * Update Go dependencies (skip blevesearch, meilisearch) (#33655 )
276+ * Add migrations and doctor fixes (#33556 )
277+ * Remove "class-name" from svg icon (#33540 )
278+ * Update MAINTAINERS (#33529 )
279+ * Add "No data available" display when list is empty (#33517 )
280+ * Use ` git diff-tree ` for ` DiffFileTree ` on diff pages (#33514 )
281+ * Give organisation members access to organisation feeds (#33508 )
282+ * Update feishu icon (#33470 )
283+ * Hide/disable unusable UI elements when a repository is archived (#33459 )
284+ * Update ` @github/text-expander-element ` to 2.9.0 (#33435 )
285+ * Do not access GitRepo when a repo is being created (#33380 )
286+ * Fix incorrect ref usages (#33301 )
287+ * Prepare for support performance trace (#33286 )
288+ * Enable Typescript ` noImplicitThis ` (#33250 )
289+ * Remove unused CSS styles and move some styles to proper files (#33217 )
290+ * Add .run to gitignore (#33175 )
291+ * Fix typo in gitea downloader test and add missing codebase in ` ToGitServiceType ` (#33146 )
292+ * Remove extended glob pattern from branch protection UI (#33125 )
293+ * Clean up legacy form CSS styles (#33081 )
294+ * Unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067 )
295+ * Add IntelliJ Gateway's .uuid to gitignore (#33052 )
296+ * User facing messages for AGit errors (#33012 )
297+ * Always show assignees on right (#33006 )
298+ * Fix eslint (#33002 )
299+ * Update JS dependencies (#32914 )
300+ * Bump x/net (#32896 ) (#32900 )
301+
7302## [ 1.23.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.23.6 ) - 2025-03-24
8303
9304* SECURITY
0 commit comments