File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ 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.12.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.2 ) - 2020-07-11
8
+
9
+ * BUGFIXES
10
+ * When deleting repository decrese user repository count in cache (#11954 ) (#12188 )
11
+ * Return full commit message instead of summary in commits API (#12186 ) (#12187 )
12
+ * Properly set HEAD when a repo is created with a default branch that is not named 'master' (#12135 ) (#12182 )
13
+ * Ensure GPG Subkeys are verified (#12155 ) (#12168 )
14
+ * Fix failing to cache last commit with key being to long (#12151 ) (#12161 )
15
+ * Multiple small admin dashboard fixes (#12153 ) (#12156 )
16
+ * Remove spurious logging of " Delete all repository archives" at startup (#12139 ) (#12148 )
17
+ * Fix repository setup instructions when default branch is not named 'master' (#12122 ) (#12147 )
18
+ * Move EventSource to SharedWorker (#12095 ) (#12130 )
19
+ * Fix ui bug in wiki commit page (#12089 ) (#12125 )
20
+ * Fix gitgraph branch continues after merge (#12044 ) (#12105 )
21
+ * Set the base url when migrating from Gitlab using access token or username without password (#11852 ) (#12104 )
22
+ * Ensure BlameReaders close at end of request (#12102 ) (#12103 )
23
+ * Fix panic when adding review comment (#12058 )
24
+ * ENHANCEMENTS
25
+ * Disable dropzone's timeout for file uploads (#12024 ) (#12032 )
26
+
7
27
## [ 1.12.1] ( https://github.com/go-gitea/gitea/releases/tag/v1.12.1 ) - 2020-06-21
8
28
9
29
* BUGFIXES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ params:
18
18
description : Git with a cup of tea
19
19
author : The Gitea Authors
20
20
website : https://docs.gitea.io
21
- version : 1.12.1
21
+ version : 1.12.2
22
22
minGoVersion : 1.12
23
23
goVersion : 1.14
24
24
minNodeVersion : 10.13
You can’t perform that action at this time.
0 commit comments