@@ -4,7 +4,26 @@ 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.25.0] ( https://github.com/go-gitea/gitea/releases/tag/1.25.0 ) - 2025-10-30
7+ ## [ 1.25.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.25.1 ) - 2025-11-03
8+
9+ * BUGFIXES
10+ * Make ACME email optional (#35849 ) #35857
11+ * Add a doctor command to fix inconsistent run status (#35840 ) (#35845 )
12+ * Remove wrong code (#35846 )
13+ * Fix viewed files number is not right if not all files loaded (#35821 ) (#35844 )
14+ * Fix incorrect pull request counter (#35819 ) (#35841 )
15+ * Upgrade go mail to 0.7.2 and fix the bug (#35833 ) (#35837 )
16+ * Revert gomail to v0.7.0 to fix sending mail failed (#35816 ) (#35824 )
17+ * Fix clone mixed bug (#35810 ) (#35822 )
18+ * Fix cli "Before" handling (#35797 ) (#35808 )
19+ * Improve and fix markup code preview rendering (#35777 ) (#35787 )
20+ * Fix actions rerun bug (#35783 ) (#35784 )
21+ * Fix actions schedule update issue (#35767 ) (#35774 )
22+ * Fix circular spin animation direction (#35785 ) (#35823 )
23+ * Fix file extension on gogs.png (#35793 ) (#35799 )
24+ * Add pnpm to Snapcraft (#35778 )
25+
26+ ## [ 1.25.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.25.0 ) - 2025-10-30
827
928* BREAKING
1029 * Return 201 Created for CreateVariable API responses (#34517 )
@@ -231,7 +250,119 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
231250 * Docs/fix typo and grammar in CONTRIBUTING.md (#35024 )
232251 * Improve english grammar and readability in locale_en-US.ini (#35017 )
233252
234- ## [ 1.24.0] ( https://github.com/go-gitea/gitea/releases/tag/1.24.0 ) - 2025-05-26
253+ ## [ 1.24.7] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.7 ) - 2025-10-24
254+
255+ * SECURITY
256+ * Refactor legacy code (#35708 ) (#35713 )
257+ * Fixing issue #35530 : Password Leak in Log Messages (#35584 ) (#35665 )
258+ * Fix a bug missed return (#35655 ) (#35671 )
259+ * BUGFIXES
260+ * Fix inputing review comment will remove reviewer (#35591 ) (#35664 )
261+ * TESTING
262+ * Mock external service in hcaptcha TestCaptcha (#35604 ) (#35663 )
263+ * Fix build (#35669 )
264+
265+ ## [ 1.24.6] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.6 ) - 2025-09-10
266+
267+ * SECURITY
268+ * Upgrade xz to v0.5.15 (#35385 )
269+ * BUGFIXES
270+ * Fix a compare page 404 bug when the pull request disabled (#35441 ) (#35453 )
271+ * Fix bug when issue disabled, pull request number in the commit message cannot be redirected (#35420 ) (#35442 )
272+ * Add author.name field to Swift Package Registry API response (#35410 ) (#35431 )
273+ * Remove usernames when empty in discord webhook (#35412 ) (#35417 )
274+ * Allow foreachref parser to grow its buffer (#35365 ) (#35376 )
275+ * Allow deleting comment with content via API like web did (#35346 ) (#35354 )
276+ * Fix atom/rss mixed error (#35345 ) (#35347 )
277+ * Fix review request webhook bug (#35339 )
278+ * Remove duplicate html IDs (#35210 ) (#35325 )
279+ * Fix LFS range size header response (#35277 ) (#35293 )
280+ * Fix GitHub release assets URL validation (#35287 ) (#35290 )
281+ * Fix token lifetime, closes #35230 (#35271 ) (#35281 )
282+ * Fix push commits comments when changing the pull request target branch (#35386 ) (#35443 )
283+
284+ ## [ 1.24.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.5 ) - 2025-08-12
285+
286+ * BUGFIXES
287+ * Fix a bug where lfs gc never worked. (#35198 ) (#35255 )
288+ * Reload issue when sending webhook to make num comments is right. (#35243 ) (#35248 )
289+ * Fix bug when review pull request commits (#35192 ) (#35246 )
290+ * MISC
291+ * Vertically center "Show Resolved" (#35211 ) (#35218 )
292+
293+ ## [ 1.24.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.4 ) - 2025-08-03
294+
295+ * BUGFIXES
296+ * Fix various bugs (1.24) (#35186 )
297+ * Fix migrate input box bug (#35166 ) (#35171 )
298+ * Only hide dropzone when no files have been uploaded (#35156 ) (#35167 )
299+ * Fix review comment/dimiss comment x reference can be refereced back (#35094 ) (#35099 )
300+ * Fix submodule nil check (#35096 ) (#35098 )
301+ * MISC
302+ * Don't use full-file highlight when there is a git diff textconv (#35114 ) (#35119 )
303+ * Increase gap on latest commit (#35104 ) (#35113 )
304+
305+ ## [ 1.24.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.3 ) - 2025-07-15
306+
307+ * BUGFIXES
308+ * Fix form property assignment edge case (#35073 ) (#35078 )
309+ * Improve submodule relative path handling (#35056 ) (#35075 )
310+ * Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (#35046 ) (#35055 )
311+ * Fix updating user visibility (#35036 ) (#35044 )
312+ * Support base64-encoded agit push options (#35037 ) (#35041 )
313+ * Make submodule link work with relative path (#35034 ) (#35038 )
314+ * Fix bug when displaying git user avatar in commits list (#35006 )
315+ * Fix API response for swagger spec (#35029 )
316+ * Start automerge check again after the conflict check and the schedule (#34988 ) (#35002 )
317+ * Fix the response format for actions/workflows (#35009 ) (#35016 )
318+ * Fix repo settings and protocol log problems (#35012 ) (#35013 )
319+ * Fix project images scroll (#34971 ) (#34972 )
320+ * Mark old reviews as stale on agit pr updates (#34933 ) (#34965 )
321+ * Fix git graph page (#34948 ) (#34949 )
322+ * Don't send trigger for a pending review's comment create/update/delete (#34928 ) (#34939 )
323+ * Fix some log and UI problems (#34863 ) (#34868 )
324+ * Fix archive API (#34853 ) (#34857 )
325+ * Ignore force pushes for changed files in a PR review (#34837 ) (#34843 )
326+ * Fix SSH LFS timeout (#34838 ) (#34842 )
327+ * Fix team permissions (#34827 ) (#34836 )
328+ * Fix job status aggregation logic (#34823 ) (#34835 )
329+ * Fix issue filter (#34914 ) (#34915 )
330+ * Fix typo in pull request merge warning message text (#34899 ) (#34903 )
331+ * Support the open-icon of folder (#34168 ) (#34896 )
332+ * Optimize flex layout of release attachment area (#34885 ) (#34886 )
333+ * Fix the issue of abnormal interface when there is no issue-item on the project page (#34791 ) (#34880 )
334+ * Skip updating timestamp when sync branch (#34875 )
335+ * Fix required contexts and commit status matching bug (#34815 ) (#34829 )
336+
337+ ## [ 1.24.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.2 ) - 2025-06-20
338+
339+ * BUGFIXES
340+ * Fix container range bug (#34795 ) (#34796 )
341+ * Upgrade chi to v5.2.2 (#34798 ) (#34799 )
342+ * BUILD
343+ * Bump poetry feature to new url for dev container (#34787 ) (#34790 )
344+
345+ ## [ 1.24.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.1 ) - 2025-06-18
346+
347+ * ENHANCEMENTS
348+ * Improve alignment of commit status icon on commit page (#34750 ) (#34757 )
349+ * Support title and body query parameters for new PRs (#34537 ) (#34752 )
350+
351+ * BUGFIXES
352+ * When using rules to delete packages, remove unclean bugs (#34632 ) (#34761 )
353+ * Fix ghost user in feeds when pushing in an actions, it should be gitea-actions (#34703 ) (#34756 )
354+ * Prevent double markdown link brackets when pasting URL (#34745 ) (#34748 )
355+ * Prevent duplicate form submissions when creating forks (#34714 ) (#34735 )
356+ * Fix markdown wrap (#34697 ) (#34702 )
357+ * Fix pull requests API convert panic when head repository is deleted. (#34685 ) (#34687 )
358+ * Fix commit message rendering and some UI problems (#34680 ) (#34683 )
359+ * Fix container range bug (#34725 ) (#34732 )
360+ * Fix incorrect cli default values (#34765 ) (#34766 )
361+ * Fix dropdown filter (#34708 ) (#34711 )
362+ * Hide href attribute of a tag if there is no target_url (#34556 ) (#34684 )
363+ * Fix tag target (#34781 ) #34783
364+
365+ ## [ 1.24.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.24.0 ) - 2025-05-26
235366
236367* BREAKING
237368 * Make Gitea always use its internal config, ignore ` /etc/gitconfig ` (#33076 )
@@ -601,7 +732,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
601732 * Bump x/net (#32896 ) (#32900 )
602733 * Only activity tab needs heatmap data loading (#34652 )
603734
604- ## [ 1.23.8] ( https://github.com/go-gitea/gitea/releases/tag/1 .23.8 ) - 2025-05-11
735+ ## [ 1.23.8] ( https://github.com/go-gitea/gitea/releases/tag/v1 .23.8 ) - 2025-05-11
605736
606737* SECURITY
607738 * Fix a bug when uploading file via lfs ssh command (#34408 ) (#34411 )
@@ -628,7 +759,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
628759 * Bump go version in go.mod (#34160 )
629760 * remove hardcoded 'code' string in clone_panel.tmpl (#34153 ) (#34158 )
630761
631- ## [ 1.23.7] ( https://github.com/go-gitea/gitea/releases/tag/1 .23.7 ) - 2025-04-07
762+ ## [ 1.23.7] ( https://github.com/go-gitea/gitea/releases/tag/v1 .23.7 ) - 2025-04-07
632763
633764* Enhancements
634765 * Add a config option to block "expensive" pages for anonymous users (#34024 ) (#34071 )
@@ -726,7 +857,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
726857* BUGFIXES
727858 * Fix a bug caused by status webhook template #33512
728859
729- ## [ 1.23.2] ( https://github.com/go-gitea/gitea/releases/tag/1 .23.2 ) - 2025-02-04
860+ ## [ 1.23.2] ( https://github.com/go-gitea/gitea/releases/tag/v1 .23.2 ) - 2025-02-04
730861
731862* BREAKING
732863 * Add tests for webhook and fix some webhook bugs (#33396 ) (#33442 )
@@ -3256,7 +3387,7 @@ Key highlights of this release encompass significant changes categorized under `
32563387 * Improve decryption failure message (#24573 ) (#24575 )
32573388 * Makefile: Use portable !, not GNUish -not, with find(1). (#24565 ) (#24572 )
32583389
3259- ## [ 1.19.3] ( https://github.com/go-gitea/gitea/releases/tag/1 .19.3 ) - 2023-05-03
3390+ ## [ 1.19.3] ( https://github.com/go-gitea/gitea/releases/tag/v1 .19.3 ) - 2023-05-03
32603391
32613392* SECURITY
32623393 * Use golang 1.20.4 to fix CVE-2023 -24539, CVE-2023 -24540, and CVE-2023 -29400
@@ -3269,7 +3400,7 @@ Key highlights of this release encompass significant changes categorized under `
32693400 * Fix incorrect CurrentUser check for docker rootless (#24435 )
32703401 * Getting the tag list does not require being signed in (#24413 ) (#24416 )
32713402
3272- ## [ 1.19.2] ( https://github.com/go-gitea/gitea/releases/tag/1 .19.2 ) - 2023-04-26
3403+ ## [ 1.19.2] ( https://github.com/go-gitea/gitea/releases/tag/v1 .19.2 ) - 2023-04-26
32733404
32743405* SECURITY
32753406 * Require repo scope for PATs for private repos and basic authentication (#24362 ) (#24364 )
@@ -3768,7 +3899,7 @@ Key highlights of this release encompass significant changes categorized under `
37683899 * Display attachments of review comment when comment content is blank (#23035 ) (#23046 )
37693900 * Return empty url for submodule tree entries (#23043 ) (#23048 )
37703901
3771- ## [ 1.18.4] ( https://github.com/go-gitea/gitea/releases/tag/1 .18.4 ) - 2023-02-20
3902+ ## [ 1.18.4] ( https://github.com/go-gitea/gitea/releases/tag/v1 .18.4 ) - 2023-02-20
37723903
37733904* SECURITY
37743905 * Provide the ability to set password hash algorithm parameters (#22942 ) (#22943 )
@@ -4195,7 +4326,7 @@ Key highlights of this release encompass significant changes categorized under `
41954326 * Fix the mode of custom dir to 0700 in docker-rootless (#20861 ) (#20867 )
41964327 * Fix UI mis-align for PR commit history (#20845 ) (#20859 )
41974328
4198- ## [ 1.17.1] ( https://github.com/go-gitea/gitea/releases/tag/1 .17.1 ) - 2022-08-17
4329+ ## [ 1.17.1] ( https://github.com/go-gitea/gitea/releases/tag/v1 .17.1 ) - 2022-08-17
41994330
42004331* SECURITY
42014332 * Correctly escape within tribute.js (#20831 ) (#20832 )
0 commit comments