Skip to content

Commit 136ec9e

Browse files
authored
Add changelog for 1.24.5 (#35261)
1 parent 79018ae commit 136ec9e

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ This changelog goes through the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.com).
66

7-
## [1.24.4](https://github.com/go-gitea/gitea/releases/tag/1.24.4) - 2025-08-03
7+
## [1.24.5](https://github.com/go-gitea/gitea/releases/tag/v1.24.5) - 2025-08-12
8+
9+
* BUGFIXES
10+
* Fix a bug where lfs gc never worked. (#35198) (#35255)
11+
* Reload issue when sending webhook to make num comments is right. (#35243) (#35248)
12+
* Fix bug when review pull request commits (#35192) (#35246)
13+
* MISC
14+
* Vertically center "Show Resolved" (#35211) (#35218)
15+
16+
## [1.24.4](https://github.com/go-gitea/gitea/releases/tag/v1.24.4) - 2025-08-03
817

918
* BUGFIXES
1019
* Fix various bugs (1.24) (#35186)
@@ -16,7 +25,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
1625
* Don't use full-file highlight when there is a git diff textconv (#35114) (#35119)
1726
* Increase gap on latest commit (#35104) (#35113)
1827

19-
## [1.24.3](https://github.com/go-gitea/gitea/releases/tag/1.24.3) - 2025-07-15
28+
## [1.24.3](https://github.com/go-gitea/gitea/releases/tag/v1.24.3) - 2025-07-15
2029

2130
* BUGFIXES
2231
* Fix form property assignment edge case (#35073) (#35078)
@@ -48,15 +57,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
4857
* Skip updating timestamp when sync branch (#34875)
4958
* Fix required contexts and commit status matching bug (#34815) (#34829)
5059

51-
## [1.24.2](https://github.com/go-gitea/gitea/releases/tag/1.24.2) - 2025-06-20
60+
## [1.24.2](https://github.com/go-gitea/gitea/releases/tag/v1.24.2) - 2025-06-20
5261

5362
* BUGFIXES
5463
* Fix container range bug (#34795) (#34796)
5564
* Upgrade chi to v5.2.2 (#34798) (#34799)
5665
* BUILD
5766
* Bump poetry feature to new url for dev container (#34787) (#34790)
5867

59-
## [1.24.1](https://github.com/go-gitea/gitea/releases/tag/1.24.1) - 2025-06-18
68+
## [1.24.1](https://github.com/go-gitea/gitea/releases/tag/v1.24.1) - 2025-06-18
6069

6170
* ENHANCEMENTS
6271
* Improve alignment of commit status icon on commit page (#34750) (#34757)
@@ -76,7 +85,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
7685
* Hide href attribute of a tag if there is no target_url (#34556) (#34684)
7786
* Fix tag target (#34781) #34783
7887

79-
## [1.24.0](https://github.com/go-gitea/gitea/releases/tag/1.24.0) - 2025-05-26
88+
## [1.24.0](https://github.com/go-gitea/gitea/releases/tag/v1.24.0) - 2025-05-26
8089

8190
* BREAKING
8291
* Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)
@@ -446,7 +455,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
446455
* Bump x/net (#32896) (#32900)
447456
* Only activity tab needs heatmap data loading (#34652)
448457

449-
## [1.23.8](https://github.com/go-gitea/gitea/releases/tag/1.23.8) - 2025-05-11
458+
## [1.23.8](https://github.com/go-gitea/gitea/releases/tag/v1.23.8) - 2025-05-11
450459

451460
* SECURITY
452461
* Fix a bug when uploading file via lfs ssh command (#34408) (#34411)
@@ -473,7 +482,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
473482
* Bump go version in go.mod (#34160)
474483
* remove hardcoded 'code' string in clone_panel.tmpl (#34153) (#34158)
475484

476-
## [1.23.7](https://github.com/go-gitea/gitea/releases/tag/1.23.7) - 2025-04-07
485+
## [1.23.7](https://github.com/go-gitea/gitea/releases/tag/v1.23.7) - 2025-04-07
477486

478487
* Enhancements
479488
* Add a config option to block "expensive" pages for anonymous users (#34024) (#34071)
@@ -571,7 +580,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
571580
* BUGFIXES
572581
* Fix a bug caused by status webhook template #33512
573582

574-
## [1.23.2](https://github.com/go-gitea/gitea/releases/tag/1.23.2) - 2025-02-04
583+
## [1.23.2](https://github.com/go-gitea/gitea/releases/tag/v1.23.2) - 2025-02-04
575584

576585
* BREAKING
577586
* Add tests for webhook and fix some webhook bugs (#33396) (#33442)
@@ -3101,7 +3110,7 @@ Key highlights of this release encompass significant changes categorized under `
31013110
* Improve decryption failure message (#24573) (#24575)
31023111
* Makefile: Use portable !, not GNUish -not, with find(1). (#24565) (#24572)
31033112

3104-
## [1.19.3](https://github.com/go-gitea/gitea/releases/tag/1.19.3) - 2023-05-03
3113+
## [1.19.3](https://github.com/go-gitea/gitea/releases/tag/v1.19.3) - 2023-05-03
31053114

31063115
* SECURITY
31073116
* Use golang 1.20.4 to fix CVE-2023-24539, CVE-2023-24540, and CVE-2023-29400
@@ -3114,7 +3123,7 @@ Key highlights of this release encompass significant changes categorized under `
31143123
* Fix incorrect CurrentUser check for docker rootless (#24435)
31153124
* Getting the tag list does not require being signed in (#24413) (#24416)
31163125

3117-
## [1.19.2](https://github.com/go-gitea/gitea/releases/tag/1.19.2) - 2023-04-26
3126+
## [1.19.2](https://github.com/go-gitea/gitea/releases/tag/v1.19.2) - 2023-04-26
31183127

31193128
* SECURITY
31203129
* Require repo scope for PATs for private repos and basic authentication (#24362) (#24364)
@@ -3613,7 +3622,7 @@ Key highlights of this release encompass significant changes categorized under `
36133622
* Display attachments of review comment when comment content is blank (#23035) (#23046)
36143623
* Return empty url for submodule tree entries (#23043) (#23048)
36153624

3616-
## [1.18.4](https://github.com/go-gitea/gitea/releases/tag/1.18.4) - 2023-02-20
3625+
## [1.18.4](https://github.com/go-gitea/gitea/releases/tag/v1.18.4) - 2023-02-20
36173626

36183627
* SECURITY
36193628
* Provide the ability to set password hash algorithm parameters (#22942) (#22943)
@@ -4040,7 +4049,7 @@ Key highlights of this release encompass significant changes categorized under `
40404049
* Fix the mode of custom dir to 0700 in docker-rootless (#20861) (#20867)
40414050
* Fix UI mis-align for PR commit history (#20845) (#20859)
40424051

4043-
## [1.17.1](https://github.com/go-gitea/gitea/releases/tag/1.17.1) - 2022-08-17
4052+
## [1.17.1](https://github.com/go-gitea/gitea/releases/tag/v1.17.1) - 2022-08-17
40444053

40454054
* SECURITY
40464055
* Correctly escape within tribute.js (#20831) (#20832)

0 commit comments

Comments
 (0)