Skip to content

Commit ee73d84

Browse files
changelog for 1.15.4 (frontport) (#17273)
1 parent bb39359 commit ee73d84

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.4](https://github.com/go-gitea/gitea/releases/tag/v1.15.4) - 2021-10-08
8+
* BUGFIXES
9+
* Raw file API: don't try to interpret 40char filenames as commit SHA (#17185) (#17272)
10+
* Don't allow merged PRs to be reopened (#17192) (#17271)
11+
* Fix incorrect repository count on organization tab of dashboard (#17256) (#17266)
12+
* Fix unwanted team review request deletion (#17257) (#17264)
13+
* Fix broken Activities link in team dashboard (#17255) (#17258)
14+
* API pull's head/base have correct permission(#17214) (#17245)
15+
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) (#17227)
16+
* Upgrade xorm to v1.2.5 (#17177) (#17188)
17+
* Fix missing repo link in issue/pull assigned emails (#17183) (#17184)
18+
* Fix bug of get context user (#17169) (#17172)
19+
* Nicely handle missing user in collaborations (#17049) (#17166)
20+
* Add Horizontal scrollbar to inner menu on Chrome (#17086) (#17164)
21+
* Fix wrong i18n keys (#17150) (#17153)
22+
* Fix Archive Creation: correct transaction ending (#17151)
23+
* Prevent panic in Org mode HighlightCodeBlock (#17140) (#17141)
24+
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) (#17137)
25+
* ENHANCEMENT
26+
* Check user instead of organization when creating a repo from a template via API (#16346) (#17195)
27+
* TRANSLATION
28+
* v1.15 fix Sprintf format 'verbs' in locale files (#17187)
29+
730
## [1.15.3](https://github.com/go-gitea/gitea/releases/tag/v1.15.3) - 2021-09-19
831

932
* ENHANCEMENTS

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.15.3
21+
version: 1.15.4
2222
minGoVersion: 1.16
2323
goVersion: 1.17
2424
minNodeVersion: 12.17

0 commit comments

Comments
 (0)