Skip to content

matterircd v0.26.0

Compare
Choose a tag to compare
@42wim 42wim released this 01 Nov 18:41
· 76 commits to master since this release
1275ae8

New features

  • general: Add support for IRCv3 Client Capability Negotiation (#478)
  • mattermost: Support mattermost 7 (#481)
  • mattermost: Add new thread context to show both Mattermost thread/parent/root and post IDs (#474).
    • see ThreadContext in matterircd.toml.example

Enhancement

  • general: Add systemd service unit example (#475)
  • general: Fix small typo on docker parameter (#469)
  • mattermost: Do not split message on newlines (#482)
    • see ShowContextMulti in matterircd.toml.example to enable context on every line if needed.
    • this also fixes #426 where messages could get out of order

Bugfix

  • general: Update dependencies
  • mattermost: Fix multiline replies to threads (#473)
  • mattermost: Fix replaying to match addUserToChannelWorker (#484)

This release couldn't exist without the following contributors:
@hloeung, @mk-fg, @zodman