Skip to content

v1.6.1

Compare
Choose a tag to compare
@Gnuxie Gnuxie released this 23 Nov 11:15
· 92 commits to main since this release

Changelog

Bot:

  • Change of behaviour: Mjolnir now supports specifying the config file with the argument --mjolnir-config. It is highly recommended that you do this as opposed to relying on the environment variable NODE_ENV. The documentation for running with docker and from source have been updated accordingly.
  • Change of behaviour: If you had run latest since v1.5.0 or v1.6.0, briefly mjolnir would have loaded default.yaml if NODE_ENV was unset, whereas previously it would have loaded development.yaml. This led to highly confusing behaviour as the documentation for running from source had instructed users to create development.yaml without setting NODE_ENV=development while running mjolnir, which was how mjolnir understood to load development.yaml in all previous versions. Silently loading the default was an undocumented new behaviour that has now been removed.
  • Fixed a bug where if config.protectAllJoinedRooms was enabled mjolnir would temporarily start protecting all watched policy lists at startup. by @Gnuxie in #431. Thanks to @cremesk for reporting.

Full Changelog: v1.6.0...v1.6.1