@@ -4,6 +4,43 @@ 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.17.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc2 ) - 2022-07-13
8
+
9
+ * SECURITY
10
+ * Use git.HOME_PATH for Git HOME directory (#20114 ) (#20293 )
11
+ * Add write check for creating Commit Statuses (#20332 ) (#20333 )
12
+ * ENHANCEMENTS
13
+ * Make notification bell more prominent on mobile (#20108 , #20236 , #20251 ) (#20269 )
14
+ * Adjust max-widths for the repository file table (#20243 ) (#20247 )
15
+ * Display full name (#20171 ) (#20246 )
16
+ * BUGFIXES
17
+ * Allow RSA 2047 bit keys (#20272 ) (#20396 )
18
+ * Add missing return for when topic isn't found (#20351 ) (#20395 )
19
+ * Fix commit status icon when in subdirectory (#20285 ) (#20385 )
20
+ * Initialize cron last (#20373 ) (#20384 )
21
+ * Set target on create release with existing tag (#20381 ) (#20382 )
22
+ * Update xorm.io/xorm to fix a interpreting db column sizes issue on 32bit systems (#20371 ) (#20372 )
23
+ * Make sure ` repo_dir ` is an empty directory or doesn't exist before 'dump-repo' (#20205 ) (#20370 )
24
+ * Prevent context deadline error propagation in GetCommitsInfo (#20346 ) (#20361 )
25
+ * Correctly handle draft releases without a tag (#20314 ) (#20335 )
26
+ * Prevent "empty" scrollbars on Firefox (#20294 ) (#20308 )
27
+ * Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#20299 ) (#20306 )
28
+ * Bump goldmark to v1.4.13 (#20300 ) (#20301 )
29
+ * Do not create empty ".ssh" directory when loading config (#20289 ) (#20298 )
30
+ * Fix NPE when using non-numeric (#20277 ) (#20278 )
31
+ * Store read access in access for team repositories (#20275 ) (#20276 )
32
+ * EscapeFilter the group dn membership (#20200 ) (#20254 )
33
+ * Only show Followers that current user can access (#20220 ) (#20252 )
34
+ * Update Bluemonday to v1.0.19 (#20199 ) (#20209 )
35
+ * Refix indices on actions table (#20158 ) (#20198 )
36
+ * Check if project has the same repository id with issue when assign project to issue (#20133 ) (#20188 )
37
+ * Fix remove file on initial comment (#20127 ) (#20128 )
38
+ * Catch the error before the response is processed by goth (#20000 ) (#20102 )
39
+ * Dashboard feed respect setting.UI.FeedPagingNum again (#20094 ) (#20099 )
40
+ * Alter hook_task TEXT fields to LONGTEXT (#20038 ) (#20041 )
41
+ * Respond with a 401 on git push when password isn't changed yet (#20026 ) (#20027 )
42
+ * Return 404 when tag is broken (#20017 ) (#20024 )
43
+
7
44
## [ 1.17.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.17.0-rc1 ) - 2022-06-18
8
45
9
46
* BREAKING
0 commit comments