Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@HarHarLinks HarHarLinks released this 06 Jan 20:11
· 69 commits to master since this release
v0.3.0

This release brings you a new feature thanks to @svierne, who added allowlist and blocklist!
You can use either or both at the same time, giving you lots of options to manage access to your bot instance across the Matrix federation, and bringing a step up in security for everyone hosting an instance.
Both lists default to being disabled for backward compatibility with previous versions.
To make use of this feature, add the relevant new allowlist and blocklist sections from the updated sample.config.yaml to your config.yaml.

Further, this release brings improved support for the Matrix specification's new m.mentions, fixes for missing and superfluous pills, updated dependencies, and we spent some time adding a lot of CI.

More details below:

Features

Bugfixes

  • Add pills in missing places and remove invalid pills for room pings #124 by @svierne.
  • Fixup for room pills #129.

Documentation

  • Update contributing guidelines #116.

Internal Changes