@@ -4,7 +4,27 @@ This changelog goes through the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
6
6
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
8
28
9
29
* SECURITY
10
30
* 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).
61
81
* Update github.com/go-enry/go-enry to v2.9.1 (#32295 ) (#32296 )
62
82
* Warn users when they try to use a non-root-url to sign in/up (#32272 ) (#32273 )
63
83
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
65
85
66
86
* SECURITY
67
87
* 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).
102
122
* Lazy load avatar images (#32051 ) (#32063 )
103
123
* Upgrade cache to v0.2.1 (#32003 ) (#32009 )
104
124
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
106
126
107
127
* Security
108
128
* 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).
158
178
* Upgrade micromatch to 4.0.8 (#31944 )
159
179
* Update webpack to 5.94.0 (#31941 )
160
180
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
162
182
163
183
* SECURITY
164
184
* Add replacement module for ` mholt/archiver ` (#31267 ) (#31270 )
0 commit comments