@@ -4,7 +4,27 @@ 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.22.4] ( https://github.com/go-gitea/gitea/releases/tag/1.22.4 ) - 2024-11-14
7+ ## [ 1.22.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.22.5 ) - 2024-12-11
8+
9+ * SECURITY
10+ * Upgrade crypto library (#32791 )
11+ * Fix delete branch perm checking (#32654 ) (#32707 )
12+ * BUGFIXES
13+ * Add standard-compliant route to serve outdated R packages (#32783 ) (#32789 )
14+ * Fix internal server error when updating labels without write permission (#32776 ) (#32785 )
15+ * Add Swift login endpoint (#32693 ) (#32701 )
16+ * Fix fork page branch selection (#32711 ) (#32725 )
17+ * Fix word overflow in file search page (#32695 ) (#32699 )
18+ * Fix gogit ` GetRefCommitID ` (#32705 ) (#32712 )
19+ * Fix race condition in mermaid observer (#32599 ) (#32673 )
20+ * Fixe a keystring misuse and refactor duplicates keystrings (#32668 ) (#32792 )
21+ * Bump relative-time-element to v4.4.4 (#32739 )
22+ * PERFORMANCE
23+ * Make wiki pages visit fast (#32732 ) (#32745 )
24+ * MISC
25+ * Don't create action when syncing mirror pull refs (#32659 ) (#32664 )
26+
27+ ## [ 1.22.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.22.4 ) - 2024-11-14
828
929* SECURITY
1030 * Fix basic auth with webauthn (#32531 ) (#32536 )
@@ -61,7 +81,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
6181 * Update github.com/go-enry/go-enry to v2.9.1 (#32295 ) (#32296 )
6282 * Warn users when they try to use a non-root-url to sign in/up (#32272 ) (#32273 )
6383
64- ## [ 1.22.3] ( https://github.com/go-gitea/gitea/releases/tag/1 .22.3 ) - 2024-10-08
84+ ## [ 1.22.3] ( https://github.com/go-gitea/gitea/releases/tag/v1 .22.3 ) - 2024-10-08
6585
6686* SECURITY
6787 * Fix bug when a token is given public only (#32204 ) (#32218 )
@@ -102,7 +122,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
102122 * Lazy load avatar images (#32051 ) (#32063 )
103123 * Upgrade cache to v0.2.1 (#32003 ) (#32009 )
104124
105- ## [ 1.22.2] ( https://github.com/go-gitea/gitea/releases/tag/1 .22.2 ) - 2024-08-28
125+ ## [ 1.22.2] ( https://github.com/go-gitea/gitea/releases/tag/v1 .22.2 ) - 2024-08-28
106126
107127* Security
108128 * Replace v-html with v-text in search inputbox (#31966 ) (#31973 )
@@ -158,7 +178,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
158178 * Upgrade micromatch to 4.0.8 (#31944 )
159179 * Update webpack to 5.94.0 (#31941 )
160180
161- ## [ 1.22.1] ( https://github.com/go-gitea/gitea/releases/tag/1 .22.1 ) - 2024-07-04
181+ ## [ 1.22.1] ( https://github.com/go-gitea/gitea/releases/tag/v1 .22.1 ) - 2024-07-04
162182
163183* SECURITY
164184 * Add replacement module for ` mholt/archiver ` (#31267 ) (#31270 )
0 commit comments