@@ -4,6 +4,54 @@ 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.5.0-RC1] ( https://github.com/go-gitea/gitea/releases/tag/v1.5.0-rc1 ) - 2018-06-27
8
+ * SECURITY
9
+ * Limit uploaded avatar image-size to 4096x3072 by default (#4353 )
10
+ * Do not allow to reuse TOTP passcode (#3878 )
11
+ * FEATURE
12
+ * Add cli commands to regen hooks & keys (#3979 )
13
+ * Add support for FIDO U2F (#3971 )
14
+ * Added user language setting (#3875 )
15
+ * LDAP Public SSH Keys synchronization (#1844 )
16
+ * Add topic support (#3711 )
17
+ * Multiple assignees (#3705 )
18
+ * Add protected branch whitelists for merging (#3689 )
19
+ * Global code search support (#3664 )
20
+ * Add label descriptions (#3662 )
21
+ * Add issue search via API (#3612 )
22
+ * Add repository setting to enable/disable health checks (#3607 )
23
+ * Emoji Autocomplete (#3433 )
24
+ * Implements generator cli for secrets (#3531 )
25
+ * ENHANCEMENT
26
+ * Add more webhooks support and refactor webhook templates directory (#3929 )
27
+ * Add new option to allow only OAuth2/OpenID user registration (#3910 )
28
+ * Add option to use paged LDAP search when synchronizing users (#3895 )
29
+ * Symlink icons (#1416 )
30
+ * Improve release page UI (#3693 )
31
+ * Add admin dashboard option to run health checks (#3606 )
32
+ * Add branch link in branch list (#3576 )
33
+ * Reduce sql query times in retrieveFeeds (#3547 )
34
+ * Option to enable or disable swagger endpoints (#3502 )
35
+ * Add missing licenses (#3497 )
36
+ * Reduce repo indexer disk usage (#3452 )
37
+ * Enable caching on assets and avatars (#3376 )
38
+ * Add repository search ordered by stars/forks. Forks column in admin repo list (#3969 )
39
+ * Add Environment Variables to Docker template (#4012 )
40
+ * LFS: make HTTP auth period configurable (#4035 )
41
+ * Add config path as an optionial flag when changing pass via CLI (#4184 )
42
+ * Refactor User Settings sections (#3900 )
43
+ * Allow square brackets in external issue patterns (#3408 )
44
+ * Add Attachment API (#3478 )
45
+ * Add EnableTimetracking option to app settings (#3719 )
46
+ * Add config option to enable or disable log executed SQL (#3726 )
47
+ * Shows total tracked time in issue and milestone list (#3341 )
48
+ * TRANSLATION
49
+ * Improve English grammar and consistency (#3614 )
50
+ * DEPLOYMENT
51
+ * Allow Gitea to run as different USER in Docker (#3961 )
52
+ * Provide compressed release binaries (#3991 )
53
+ * Sign release binaries (#4188 )
54
+
7
55
## [ 1.4.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.4.3 ) - 2018-06-26
8
56
* SECURITY
9
57
* HTML-escape plain-text READMEs (#4192 ) (#4214 )
0 commit comments