···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).
6677+## [1.18.3](https://github.com/go-gitea/gitea/releases/tag/v1.18.3) - 2023-01-23
88+99+* SECURITY
1010+ * Prevent multiple `To` recipients (#22566) (#22569)
1111+* BUGFIXES
1212+ * Truncate commit summary on repo files table. (#22551) (#22552)
1313+ * Mute all links in issue timeline (#22534)
1414+1515+## [1.18.2](https://github.com/go-gitea/gitea/releases/tag/v1.18.2) - 2023-01-19
1616+1717+* BUGFIXES
1818+ * Fix issue not auto-closing when it includes a reference to a branch (#22514) (#22521)
1919+ * Fix invalid issue branch reference if not specified in template (#22513) (#22520)
2020+ * Fix 500 error viewing pull request when fork has pull requests disabled (#22512) (#22515)
2121+ * Reliable selection of admin user (#22509) (#22511)
2222+ * Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479) (#22496)
2323+* BUILD
2424+ * cgo cross-compile for freebsd (#22397) (#22519)
2525+726## [1.18.1](https://github.com/go-gitea/gitea/releases/tag/v1.18.1) - 2023-01-17
827928* API