@@ -4,6 +4,34 @@ This changelog goes through all 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.io ) .
6
6
7
+ ## [ 1.20.1] ( https://github.com/go-gitea/gitea/releases/tag/1.20.1 ) - 2023-07-22
8
+
9
+ * SECURITY
10
+ * Disallow dangerous URL schemes (#25960 ) (#25964 )
11
+ * ENHANCEMENTS
12
+ * Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled (#25947 ) (#25972 )
13
+ * Make pending commit status yellow again (#25935 ) (#25968 )
14
+ * BUGFIXES
15
+ * Fix version in rpm repodata/primary.xml.gz (#26009 ) (#26048 )
16
+ * Fix env config parsing for "GITEA___ _ APP_NAME" (#26001 ) (#26013 )
17
+ * ParseScope with owner/repo always sets owner to zero (#25987 ) (#25989 )
18
+ * Fix SSPI auth panic (#25955 ) (#25969 )
19
+ * Avoid creating directories when loading config (#25944 ) (#25957 )
20
+ * Make environment-to-ini work with INSTALL_LOCK=true (#25926 ) (#25937 )
21
+ * Ignore ` runs-on ` with expressions when warning no matched runners (#25917 ) (#25933 )
22
+ * Avoid opening/closing PRs which are already merged (#25883 ) (#25903 )
23
+ * DOCS
24
+ * RPM Registry: Show zypper commands for SUSE based distros as well (#25981 ) (#26020 )
25
+ * Correctly refer to dev tags as nightly in the docker docs (#26004 ) (#26019 )
26
+ * Update path related documents (#25417 ) (#25982 )
27
+ * MISC
28
+ * Adding remaining enum for migration repo model type. (#26021 ) (#26034 )
29
+ * Fix the route for pull-request's authors (#26016 ) (#26018 )
30
+ * Fix commit status color on dashboard repolist (#25993 ) (#25998 )
31
+ * Avoid hard-coding height in language dropdown menu (#25986 ) (#25997 )
32
+ * Add shutting down notice (#25920 ) (#25922 )
33
+ * Fix incorrect milestone count when provide a keyword (#25880 ) (#25904 )
34
+
7
35
## [ 1.20.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.20.0 ) - 2023-07-16
8
36
9
37
* BREAKING
0 commit comments