@@ -4,6 +4,60 @@ This changelog goes through all the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
66
7+ ## [ 1.17.4] ( https://github.com/go-gitea/gitea/releases/tag/1.17.4 ) - 2022-12-21
8+
9+ * SECURITY
10+ * Do not allow Ghost access to limited visible user/org (#21849 ) (#21875 )
11+ * Fix package access for admins and inactive users (#21580 ) (#21592 )
12+ * ENHANCEMENTS
13+ * Fix button in branch list, avoid unexpected page jump before restore branch actually done (#21562 ) (#21927 )
14+ * Fix vertical align of committer avatar rendered by email address (#21884 ) (#21919 )
15+ * Fix setting HTTP headers after write (#21833 ) (#21874 )
16+ * Ignore line anchor links with leading zeroes (#21728 ) (#21777 )
17+ * Enable Monaco automaticLayout (#21516 )
18+ * BUGFIXES
19+ * Do not list active repositories as unadopted (#22034 ) (#22167 )
20+ * Correctly handle moved files in apply patch (#22118 ) (#22136 )
21+ * Fix condition for is_internal (#22095 ) (#22131 )
22+ * Fix permission check on issue/pull lock (#22114 )
23+ * Fix sorting admin user list by last login (#22081 ) (#22106 )
24+ * Workaround for container registry push/pull errors (#21862 ) (#22069 )
25+ * Fix issue/PR numbers (#22037 ) (#22045 )
26+ * Handle empty author names (#21902 ) (#22028 )
27+ * Fix ListBranches to handle empty case (#21921 ) (#22025 )
28+ * Fix enabling partial clones on 1.17 (#21809 )
29+ * Prevent panic in doctor command when running default checks (#21791 ) (#21808 )
30+ * Upgrade golang.org/x/crypto (#21792 ) (#21794 )
31+ * Init git module before database migration (#21764 ) (#21766 )
32+ * Set last login when activating account (#21731 ) (#21754 )
33+ * Add HEAD fix to gitea doctor (#21352 ) (#21751 )
34+ * Fix UI language switching bug (#21597 ) (#21748 )
35+ * Remove semver compatible flag and change pypi to an array of test cases (#21708 ) (#21729 )
36+ * Allow local package identifiers for PyPI packages (#21690 ) (#21726 )
37+ * Fix repository adoption on Windows (#21646 ) (#21651 )
38+ * Sync git hooks when config file path changed (#21619 ) (#21625 )
39+ * Added check for disabled Packages (#21540 ) (#21614 )
40+ * Fix ` Timestamp.IsZero ` (#21593 ) (#21604 )
41+ * Fix issues count bug (#21600 )
42+ * Support binary deploy in npm packages (#21589 )
43+ * Update milestone counters when issue is deleted (#21459 ) (#21586 )
44+ * SessionUser protection against nil pointer dereference (#21581 )
45+ * Case-insensitive NuGet symbol file GUID (#21409 ) (#21575 )
46+ * Suppress ` ExternalLoginUserNotExist ` error (#21504 ) (#21572 )
47+ * Prevent Authorization header for presigned LFS urls (#21531 ) (#21569 )
48+ * Update binding to fix bugs (#21560 )
49+ * Fix generating compare link (#21519 ) (#21530 )
50+ * Ignore error when retrieving changed PR review files (#21487 ) (#21524 )
51+ * Fix incorrect notification commit url (#21479 ) (#21483 )
52+ * Display total commit count in hook message (#21400 ) (#21481 )
53+ * Enforce grouped NuGet search results (#21442 ) (#21480 )
54+ * Return 404 when user is not found on avatar (#21476 ) (#21477 )
55+ * Normalize NuGet package version on upload (#22186 ) (#22201 )
56+ * MISC
57+ * Check for zero time instant in TimeStamp.IsZero() (#22171 ) (#22173 )
58+ * Fix warn in database structs sync (#22111 )
59+ * Allow for resolution of NPM registry paths that match upstream (#21568 ) (#21723 )
60+
761## [ 1.17.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.17.3 ) - 2022-10-15
862
963* SECURITY
0 commit comments