@@ -4,46 +4,17 @@ 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.13.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.0-rc2 ) - 2020-11-10
8
- * ENHANCEMENTS
9
- * Return the full rejection message and errors in flash errors (#13221 ) (#13237 )
10
- * Remove PAM from auth dropdown when unavailable (#13276 ) (#13281 )
11
- * BUGFIXES
12
- * Fix Italian language file parsing error (#13156 )
13
- * Show outdated comments in pull request (#13148 ) (#13162 )
14
- * Fix parsing of pre-release git version (#13169 ) (#13172 )
15
- * Fix diff skipping lines (#13154 ) (#13155 )
16
- * When handling errors in storageHandler check underlying error (#13178 ) (#13193 )
17
- * Fix size and clickable area on file table back link (#13205 ) (#13207 )
18
- * Add better error checking for inline html diff code (#13251 )
19
- * Fix initial commit page & binary munching problem (#13249 ) (#13258 )
20
- * Fix migrations from remote Gitea instances when configuration not set (#13229 ) (#13273 )
21
- * Store task errors following migrations and display them (#13246 ) (#13287 )
22
- * Fix bug isEnd detection on getIssues/getPullRequests (#13299 ) (#13301 )
23
- * When the git ref is unable to be found return broken pr (#13218 ) (#13303 )
24
- * Ensure topics added using the API are added to the repository (#13285 ) (#13302 )
25
- * Fix avatar autogeneration (#13233 ) (#13282 )
26
- * Add migrated pulls to pull request task queue (#13331 ) (#13334 )
27
- * Issue comment reactions should also check pull type on API (#13349 ) (#13350 )
28
- * Fix links to repositories in /user/setting/repos (#13360 ) (#13362 )
29
- * Remove obsolete change of email on profile page (#13341 ) (#13347 )
30
- * Fix scrolling to resolved comment anchors (#13343 ) (#13371 )
31
- * Storage configuration support ` [storage] ` (#13314 ) (#13379 )
32
- * When creating line diffs do not split within an html entity (#13357 ) (#13375 ) (#13425 ) (#13427 )
33
- * Fix reactions on code comments (#13390 ) (#13401 )
34
- * Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424 )
35
- * Replies to outdated code comments should also be outdated (#13217 ) (#13433 )
36
- * Fix panic bug in handling multiple references in commit (#13486 ) (#13487 )
37
- * Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470 ) (#13491 )
38
-
39
- ## [ 1.13.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.0-rc1 ) - 2020-10-14
40
-
7
+ ## [ 1.13.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.0 ) - 2020-12-01
41
8
* SECURITY
9
+ * Add Allow-/Block-List for Migrate & Mirrors (#13610 ) (#13776 )
10
+ * Prevent git operations for inactive users (#13527 ) (#13536 )
11
+ * Disallow urlencoded new lines in git protocol paths if there is a port (#13521 ) (#13524 )
42
12
* Mitigate Security vulnerability in the git hook feature (#13058 )
43
13
* Disable DSA ssh keys by default (#13056 )
44
14
* Set TLS minimum version to 1.2 (#12689 )
45
15
* Use argon as default password hash algorithm (#12688 )
46
16
* BREAKING
17
+ * Set RUN_MODE prod by default (#13765 ) (#13767 )
47
18
* Don't replace underscores in auto-generated IDs in goldmark (#12805 )
48
19
* Add Primary Key to Topic and RepoTopic tables (#12639 )
49
20
* Disable password complexity check default (#12557 )
@@ -103,6 +74,40 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
103
74
* Add endpoint for Branch Creation (#11607 )
104
75
* Add pagination headers on endpoints that support total count from database (#11145 )
105
76
* BUGFIXES
77
+ * Fix bogus http requests on diffs (#13760 ) (#13761 )
78
+ * Show 'owner' tag for real owner (#13689 ) (#13743 )
79
+ * Validate email before inserting/updating (#13475 ) (#13666 )
80
+ * Fix issue/pull request list assignee filter (#13647 ) (#13651 )
81
+ * Gitlab migration support for subdirectories (#13563 ) (#13591 )
82
+ * Fix logic for preferred license setting (#13550 ) (#13557 )
83
+ * Add missed sync branch/tag webhook (#13538 ) (#13556 )
84
+ * Migration won't fail on non-migrated reactions (#13507 )
85
+ * Fix Italian language file parsing error (#13156 )
86
+ * Show outdated comments in pull request (#13148 ) (#13162 )
87
+ * Fix parsing of pre-release git version (#13169 ) (#13172 )
88
+ * Fix diff skipping lines (#13154 ) (#13155 )
89
+ * When handling errors in storageHandler check underlying error (#13178 ) (#13193 )
90
+ * Fix size and clickable area on file table back link (#13205 ) (#13207 )
91
+ * Add better error checking for inline html diff code (#13251 )
92
+ * Fix initial commit page & binary munching problem (#13249 ) (#13258 )
93
+ * Fix migrations from remote Gitea instances when configuration not set (#13229 ) (#13273 )
94
+ * Store task errors following migrations and display them (#13246 ) (#13287 )
95
+ * Fix bug isEnd detection on getIssues/getPullRequests (#13299 ) (#13301 )
96
+ * When the git ref is unable to be found return broken pr (#13218 ) (#13303 )
97
+ * Ensure topics added using the API are added to the repository (#13285 ) (#13302 )
98
+ * Fix avatar autogeneration (#13233 ) (#13282 )
99
+ * Add migrated pulls to pull request task queue (#13331 ) (#13334 )
100
+ * Issue comment reactions should also check pull type on API (#13349 ) (#13350 )
101
+ * Fix links to repositories in /user/setting/repos (#13360 ) (#13362 )
102
+ * Remove obsolete change of email on profile page (#13341 ) (#13347 )
103
+ * Fix scrolling to resolved comment anchors (#13343 ) (#13371 )
104
+ * Storage configuration support ` [storage] ` (#13314 ) (#13379 )
105
+ * When creating line diffs do not split within an html entity (#13357 ) (#13375 ) (#13425 ) (#13427 )
106
+ * Fix reactions on code comments (#13390 ) (#13401 )
107
+ * Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13424 )
108
+ * Replies to outdated code comments should also be outdated (#13217 ) (#13433 )
109
+ * Fix panic bug in handling multiple references in commit (#13486 ) (#13487 )
110
+ * Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470 ) (#13491 )
106
111
* Show original author's reviews on pull summary box (#13127 )
107
112
* Update golangci-lint to version 1.31.0 (#13102 )
108
113
* Fix line break for MS teams webhook (#13081 )
@@ -172,6 +177,10 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
172
177
* Fix Enter not working in SimpleMDE (#11564 )
173
178
* Fix bug about can't skip commits base on base branch (#11555 )
174
179
* ENHANCEMENTS
180
+ * Only Return JSON for responses (#13511 ) (#13565 )
181
+ * Use existing analyzer module for language detection for highlighting (#13522 ) (#13551 )
182
+ * Return the full rejection message and errors in flash errors (#13221 ) (#13237 )
183
+ * Remove PAM from auth dropdown when unavailable (#13276 ) (#13281 )
175
184
* Add HostCertificate to sshd_config in Docker image (#13143 )
176
185
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124 )
177
186
* Improve error feedback for duplicate deploy keys (#13112 )
0 commit comments