@@ -4,6 +4,56 @@ 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.14.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.3 ) - 2021-06-18
8
+
9
+ * SECURITY
10
+ * Encrypt migration credentials at rest (#15895 ) (#16187 )
11
+ * Only check access tokens if they are likely to be tokens (#16164 ) (#16171 )
12
+ * Add missing SameSite settings for the i_like_gitea cookie (#16037 ) (#16039 )
13
+ * Fix setting of SameSite on cookies (#15989 ) (#15991 )
14
+ * API
15
+ * Repository object only count releases as releases (#16184 ) (#16190 )
16
+ * EditOrg respect RepoAdminChangeTeamAccess option (#16184 ) (#16190 )
17
+ * Fix overly strict edit pr permissions (#15900 ) (#16081 )
18
+ * BUGFIXES
19
+ * Run processors on whole of text (#16155 ) (#16185 )
20
+ * Class ` issue-keyword ` is being incorrectly stripped off spans (#16163 ) (#16172 )
21
+ * Fix language switch for install page (#16043 ) (#16128 )
22
+ * Fix bug on getIssueIDsByRepoID (#16119 ) (#16124 )
23
+ * Set self-adjusting deadline for connection writing (#16068 ) (#16123 )
24
+ * Fix http path bug (#16117 ) (#16120 )
25
+ * Fix data URI scramble (#16098 ) (#16118 )
26
+ * Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067 ) (#16097 )
27
+ * git migration: don't prompt interactively for clone credentials (#15902 ) (#16082 )
28
+ * Fix case change in ownernames (#16045 ) (#16050 )
29
+ * Don't manipulate input params in email notification (#16011 ) (#16033 )
30
+ * Remove branch URL before IssueRefURL (#15968 ) (#15970 )
31
+ * Fix layout of milestone view (#15927 ) (#15940 )
32
+ * GitHub Migration, migrate draft releases too (#15884 ) (#15888 )
33
+ * Close the gitrepo when deleting the repository (#15876 ) (#15887 )
34
+ * Upgrade xorm to v1.1.0 (#15869 ) (#15885 )
35
+ * Fix blame row height alignment (#15863 ) (#15883 )
36
+ * Fix error message when saving generated LOCAL_ROOT_URL config (#15880 ) (#15882 )
37
+ * Backport Fix LFS commit finder not working (#15856 ) (#15874 )
38
+ * Stop calling WriteHeader in Write (#15862 ) (#15873 )
39
+ * Add timeout to writing to responses (#15831 ) (#15872 )
40
+ * Return go-get info on subdirs (#15642 ) (#15871 )
41
+ * Restore PAM user autocreation functionality (#15825 ) (#15867 )
42
+ * Fix truncate utf8 string (#15828 ) (#15854 )
43
+ * Fix bound address/port for caddy's certmagic library (#15758 ) (#15848 )
44
+ * Upgrade unrolled/render to v1.1.1 (#15845 ) (#15846 )
45
+ * Queue manager FlushAll can loop rapidly - add delay (#15733 ) (#15840 )
46
+ * Tagger can be empty, as can Commit and Author - tolerate this (#15835 ) (#15839 )
47
+ * Set autocomplete off on branches selector (#15809 ) (#15833 )
48
+ * Add missing error to Doctor log (#15813 ) (#15824 )
49
+ * Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790 ) (#15816 )
50
+ * ENHANCEMENTS
51
+ * Removable media support to snap package (#16136 ) (#16138 )
52
+ * Move sans-serif fallback font higher than emoji fonts (#15855 ) (#15892 )
53
+ * DOCKER
54
+ * Only write config in environment-to-ini if there are changes (#15861 ) (#15868 )
55
+ * Only offer hostcertificates if they exist (#15849 ) (#15853 )
56
+
7
57
## [ 1.14.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.14.2 ) - 2021-05-09
8
58
9
59
* API
0 commit comments