@@ -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.1] ( https://github.com/go-gitea/gitea/releases/tag/1.17.1 ) - 2022-08-17
8
+
9
+ * SECURITY
10
+ * Correctly escape within tribute.js (#20831 ) (#20832 )
11
+ * FEATURES
12
+ * Add support for NuGet API keys (#20721 ) (#20734 )
13
+ * ENHANCEMENTS
14
+ * Display project in issue list (#20583 )
15
+ * Add disable download source configuration (#20548 ) (#20579 )
16
+ * BUGFIXES
17
+ * Use the total issue count for UI (#20785 ) (#20827 )
18
+ * Add proxy host into allow list (#20798 ) (#20819 )
19
+ * Add missing translation for queue flush workers (#20791 ) (#20792 )
20
+ * Improve comment header for mobile (#20781 ) (#20789 )
21
+ * Fix git.Init for doctor sub-command (#20782 ) (#20783 )
22
+ * Check webhooks slice length before calling xorm (#20642 ) (#20768 )
23
+ * Remove manual rollback for failed generated repositories (#20639 ) (#20762 )
24
+ * Use correct field name in npm template (#20675 ) (#20760 )
25
+ * Keep download count on Container tag overwrite (#20728 ) (#20735 )
26
+ * Fix v220 migration to be compatible for MSSQL 2008 r2 (#20702 ) (#20707 )
27
+ * Use request timeout for git service rpc (#20689 ) (#20693 )
28
+ * Send correct NuGet status codes (#20647 ) (#20677 )
29
+ * Use correct context to get package content (#20673 ) (#20676 )
30
+ * Fix the JS error "EventSource is not defined" caused by some non-standard browsers (#20584 ) (#20663 )
31
+ * Add default commit messages to PR for squash merge (#20618 ) (#20645 )
32
+ * Fix package upload for files >32mb (#20622 ) (#20635 )
33
+ * Fix the new-line copy-paste for rendered code (#20612 )
34
+ * Clean up and fix clone button script (#20415 & #20600 ) (#20599 )
35
+ * Fix default merge style (#20564 ) (#20565 )
36
+ * Add repository condition for issue count (#20454 ) (#20496 )
37
+ * MISC
38
+ * Make branch icon stand out more (#20726 ) (#20774 )
39
+ * Fix loading button with invalid form (#20754 ) (#20759 )
40
+ * Add username check to doctor (#20140 ) (#20671 )
41
+ * Enable Wire 2 for Internal SSH Server (#20616 ) (#20617 )
42
+ * Fix SecToTime edge-cases (#20610 ) (#20611 )
43
+
7
44
## [ 1.17.0] ( https://github.com/go-gitea/gitea/releases/tag/v1.17.0 ) - 2022-07-30
8
45
9
46
* BREAKING
0 commit comments