Skip to content

Commit 2588d73

Browse files
authored
Add changelog for 1.21.5 (#28992)
As title.
1 parent a0b9bd2 commit 2588d73

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ This changelog goes through all 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.21.5](https://github.com/go-gitea/gitea/releases/tag/1.21.5) - 2024-01-31
8+
9+
* SECURITY
10+
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877) (#28882)
11+
* Update go dependencies and fix go-git (#28893) (#28934)
12+
* BUGFIXES
13+
* Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) (#29007)
14+
* Fix an actions schedule bug (#28942) (#28999)
15+
* Fix update enable_prune even if mirror_interval is not provided (#28905) (#28929)
16+
* Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832)
17+
* Preserve BOM in web editor (#28935) (#28959)
18+
* Strip `/` from relative links (#28932) (#28952)
19+
* Don't remove all mirror repository's releases when mirroring (#28817) (#28939)
20+
* Implement `MigrateRepository` for the actions notifier (#28920) (#28923)
21+
* Respect branch info for relative links (#28909) (#28922)
22+
* Don't reload timeline page when (un)resolving or replying conversation (#28654) (#28917)
23+
* Only migrate the first 255 chars of a Github issue title (#28902) (#28912)
24+
* Fix sort bug on repository issues list (#28897) (#28901)
25+
* Fix `DeleteCollaboration` transaction behaviour (#28886) (#28889)
26+
* Fix schedule not trigger bug because matching full ref name with short ref name (#28874) (#28888)
27+
* Fix migrate storage bug (#28830) (#28867)
28+
* Fix archive creating LFS hooks and breaking pull requests (#28848) (#28851)
29+
* Fix reverting a merge commit failing (#28794) (#28825)
30+
* Upgrade xorm to v1.3.7 to fix a resource leak problem caused by Iterate (#28891) (#28895)
31+
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)
32+
* ENHANCEMENTS
33+
* Make loading animation less aggressive (#28955) (#28956)
34+
* Avoid duplicate JS error messages on UI (#28873) (#28881)
35+
* Bump `@github/relative-time-element` to 4.3.1 (#28819) (#28826)
36+
* MISC
37+
* Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (#28783) (#28868)
38+
* Remove duplicated checkinit on git module (#28824) (#28831)
39+
740
## [1.21.4](https://github.com/go-gitea/gitea/releases/tag/1.21.4) - 2024-01-16
841

942
* SECURITY

0 commit comments

Comments
 (0)