@@ -4,7 +4,39 @@ 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-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.13.0-rc1 ) - 2020-10-14
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
8
40
9
41
* SECURITY
10
42
* Mitigate Security vulnerability in the git hook feature (#13058 )
0 commit comments