Skip to content

Commit 6081948

Browse files
zeripath6543
andauthored
Changelog 1.15.8 (#18026)
## [1.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-19 * BUGFIXES * Reset locale on login (#18023) (#18025) * Fix reset password email template (#17025) (#18022) * Fix outType on gitea dump (#18000) (#18016) * Ensure complexity, minlength and isPwned are checked on password setting (#18005) (#18015) * Fix rename notification bug (#18011) * Prevent double decoding of % in url params (#17997) (#18001) * Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991) (#17992) * Prevent deadlock in create issue (#17970) (#17982) * TESTING * Use non-expiring key. (#17984) (#17985) Signed-off-by: Andrew Thornton <[email protected]> * Update CHANGELOG.md Co-authored-by: 6543 <[email protected]>
1 parent 48bd542 commit 6081948

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.15.8](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) - 2021-12-19
8+
9+
* BUGFIXES
10+
* Stop printing 03d after escaped characters in logs (#18030) (#18034)
11+
* Reset locale on login (#18023) (#18025)
12+
* Fix reset password email template (#17025) (#18022)
13+
* Fix outType on gitea dump (#18000) (#18016)
14+
* Ensure complexity, minlength and isPwned are checked on password setting (#18005) (#18015)
15+
* Fix rename notification bug (#18011)
16+
* Prevent double decoding of % in url params (#17997) (#18001)
17+
* Prevent hang in git cat-file if the repository is not a valid repository (Partial #17991) (#17992)
18+
* Prevent deadlock in create issue (#17970) (#17982)
19+
* TESTING
20+
* Use non-expiring key. (#17984) (#17985)
21+
722
## [1.15.7](https://github.com/go-gitea/gitea/releases/tag/v1.15.7) - 2021-12-01
823

924
* ENHANCEMENTS

docs/config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ params:
1818
description: Git with a cup of tea
1919
author: The Gitea Authors
2020
website: https://docs.gitea.io
21-
version: 1.14.6
21+
version: 1.15.8
2222
minGoVersion: 1.16
23-
goVersion: 1.16
23+
goVersion: 1.17
2424
minNodeVersion: 12.17
2525

2626
outputs:

0 commit comments

Comments
 (0)