Skip to content

Commit 3973a46

Browse files
6543lafriksmrsdizzie
authored
Frontport Changelog of v1.12.2 (#12216)
* Changelog for v1.12.2 (#12214) * Changelog for v1.12.2 * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> * Update CHANGELOG.md Co-authored-by: mrsdizzie <[email protected]> Co-authored-by: mrsdizzie <[email protected]> * update docs Co-authored-by: Lauris BH <[email protected]> Co-authored-by: mrsdizzie <[email protected]>
1 parent 8d08195 commit 3973a46

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.io).
66

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+
727
## [1.12.1](https://github.com/go-gitea/gitea/releases/tag/v1.12.1) - 2020-06-21
828

929
* BUGFIXES

docs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.12.1
21+
version: 1.12.2
2222
minGoVersion: 1.12
2323
goVersion: 1.14
2424
minNodeVersion: 10.13

0 commit comments

Comments
 (0)