Skip to content

v1.6.2 Bugfixes & Improvements

Latest

Choose a tag to compare

@CodeShellDev CodeShellDev released this 07 Apr 13:54
· 5 commits to main since this release

Hey ho 📣
Back at it again with a new small bugfix release!

❗️ Important

Screenshot from https://app.element.io/#/room/!BtzmvyppJQazdpDBWb:matrix.org, taken on the 2026-04-07 at ~14:00 UTC

Screenshot

What's Changed

  • fixed issue with complex message templates panicking, because of problems with the AST walker
  • fixed issue with auth-require middleware failing because of missing INSECURE check
  • the hardcoded response headers can now also be overwritten in http.responseHeaders, before they were always set after the user configuration (=> no way to overwrite)
  • moved message template config entry, to prevent unintentional disabling of templating features (body,query,path)
  • updated deps (including sqlite)
  • removed easter 🐰 greeting

🚨 Breaking Changes

  • settings.message.templating.messageTemplate has once again been moved, please use settings.message.messageTemplate instead (why?, because when using templating.messageTemplate you unintentionally overwrite templating which means that body, query and the other templating settings may be disabled due to the overwrite)

📖 Documentation

  • applied changes according to new changes
  • fixed typos and broken links
  • fixed errors in message templates (for example in Gitea)
  • added CORS to features list and to README contents section

PRs

  • Bump modernc.org/sqlite from 1.48.0 to 1.48.1 by @dependabot[bot] in #310

Full Changelog: v1.6.1...v1.6.2

CS🐢 out 👋