@@ -4,6 +4,43 @@ 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.18.4] ( https://github.com/go-gitea/gitea/releases/tag/1.18.4 ) - 2023-02-20
8+
9+ * SECURITY
10+ * Provide the ability to set password hash algorithm parameters (#22942 ) (#22943 )
11+ * Add command to bulk set must-change-password (#22823 ) (#22928 )
12+ * ENHANCEMENTS
13+ * Use import of OCI structs (#22765 ) (#22805 )
14+ * Fix color of tertiary button on dark theme (#22739 ) (#22744 )
15+ * Link issue and pull requests status change in UI notifications directly to their event in the timelined view. (#22627 ) (#22642 )
16+ * BUGFIXES
17+ * Notify on container image create (#22806 ) (#22965 )
18+ * Fix blame view missing lines (#22826 ) (#22929 )
19+ * Fix incorrect role labels for migrated issues and comments (#22914 ) (#22923 )
20+ * Fix PR file tree folders no longer collapsing (#22864 ) (#22872 )
21+ * Escape filename when assemble URL (#22850 ) (#22871 )
22+ * Fix isAllowed of escapeStreamer (#22814 ) (#22837 )
23+ * Load issue before accessing index in merge message (#22822 ) (#22830 )
24+ * Improve trace logging for pulls and processes (#22633 ) (#22812 )
25+ * Fix restore repo bug, clarify the problem of ForeignIndex (#22776 ) (#22794 )
26+ * Add default user visibility to cli command "admin user create" (#22750 ) (#22760 )
27+ * Escape path for the file list (#22741 ) (#22757 )
28+ * Fix bugs with WebAuthn preventing sign in and registration. (#22651 ) (#22721 )
29+ * Add missing close bracket in imagediff (#22710 ) (#22712 )
30+ * Move code comments to a standalone file and fix the bug when adding a reply to an outdated review appears to not post(#20821 ) (#22707 )
31+ * Fix line spacing for plaintext previews (#22699 ) (#22701 )
32+ * Fix wrong hint when deleting a branch successfully from pull request UI (#22673 ) (#22698 )
33+ * Fix README TOC links (#22577 ) (#22677 )
34+ * Fix missing message in git hook when pull requests disabled on fork (#22625 ) (#22658 )
35+ * Improve checkIfPRContentChanged (#22611 ) (#22644 )
36+ * Prevent duplicate labels when importing more than 99 (#22591 ) (#22598 )
37+ * Don't return duplicated users who can create org repo (#22560 ) (#22562 )
38+ * BUILD
39+ * Upgrade golangcilint to v1.51.0 (#22764 )
40+ * MISC
41+ * Use proxy for pull mirror (#22771 ) (#22772 )
42+ * Use ` --index-url ` in PyPi description (#22620 ) (#22636 )
43+
744## [ 1.18.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.18.3 ) - 2023-01-23
845
946* SECURITY
0 commit comments