@@ -4,6 +4,30 @@ 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.11.5] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.5 ) - 2020-05-08
8
+
9
+ * BUGFIXES
10
+ * When delete tracked time through the API return 404 not 500 (#11319 ) (#11326 )
11
+ * Prevent duplicate records in organizations list when creating a repository (#11303 ) (#11325 )
12
+ * Manage port in submodule refurl (#11305 ) (#11323 )
13
+ * api.Context.NotFound(...) should tolerate nil (#11288 ) (#11306 )
14
+ * Show pull request selection even when unrelated branches (#11239 ) (#11283 )
15
+ * Repo: milestone: make /milestone/: id endpoint accessible (#11264 ) (#11282 )
16
+ * Fix GetContents(): Dont't ignore Executables (#11192 ) (#11209 )
17
+ * Fix submodule paths when AppSubUrl is not root (#11098 ) (#11176 )
18
+ * Prevent clones and pushes to disabled wiki (#11131 ) (#11134 )
19
+ * Remove errant third closing curly-bracket from account.tmpl and send account ID in account.tmpl (#11130 )
20
+ * On Repo Deletion: Delete related TrackedTimes too (#11110 ) (#11125 )
21
+ * Refresh codemirror on show pull comment tab (#11100 ) (#11122 )
22
+ * Fix merge dialog on protected branch with missing required statuses (#11074 ) (#11084 )
23
+ * Load pr Issue Poster on API too (#11033 ) (#11039 )
24
+ * Fix release counter on API repository info (#10968 ) (#10996 )
25
+ * Generate Diff and Patch direct from Pull head (#10936 ) (#10938 )
26
+ * Fix rebase conflict detection in git 2.26 (#10929 ) (#10930 )
27
+ * ENHANCEMENT
28
+ * Fix 404 and 500 image size in small size screen (#11043 ) (#11049 )
29
+ * Multiple Gitea Doctor improvements (#10943 ) (#10990 ) (#10064 ) (#9095 ) (#10991 )
30
+
7
31
## [ 1.11.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.11.4 ) - 2020-04-01
8
32
9
33
* BUGFIXES
0 commit comments