Skip to content

Commit 6b6e5a3

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

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

923
* 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)