Due to an Admin Merge / Auto Merge regression bug found in 1.18.4, we are going to release 1.18.5 soon. If you are affected by that bug, you could downgrade to 1.18.3 safely and wait for 1.18.5.
- SECURITY
- ENHANCEMENTS
- BUGFIXES
- Notify on container image create (#22806) (#22965)
- Fix blame view missing lines (#22826) (#22929)
- Fix incorrect role labels for migrated issues and comments (#22914) (#22923)
- Fix PR file tree folders no longer collapsing (#22864) (#22872)
- Escape filename when assemble URL (#22850) (#22871)
- Fix isAllowed of escapeStreamer (#22814) (#22837)
- Load issue before accessing index in merge message (#22822) (#22830)
- Improve trace logging for pulls and processes (#22633) (#22812)
- Fix restore repo bug, clarify the problem of ForeignIndex (#22776) (#22794)
- Add default user visibility to cli command "admin user create" (#22750) (#22760)
- Escape path for the file list (#22741) (#22757)
- Fix bugs with WebAuthn preventing sign in and registration. (#22651) (#22721)
- Add missing close bracket in imagediff (#22710) (#22712)
- 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)
- Fix line spacing for plaintext previews (#22699) (#22701)
- Fix wrong hint when deleting a branch successfully from pull request UI (#22673) (#22698)
- Fix README TOC links (#22577) (#22677)
- Fix missing message in git hook when pull requests disabled on fork (#22625) (#22658)
- Improve checkIfPRContentChanged (#22611) (#22644)
- Prevent duplicate labels when importing more than 99 (#22591) (#22598)
- Don't return duplicated users who can create org repo (#22560) (#22562)
- BUILD
- Upgrade golangcilint to v1.51.0 (#22764)
- MISC