Skip to content

Releases: tnyeanderson/sendmail-to-matrix

v0.1.2 - Allow concurrent messages

02 Jan 20:05
Compare
Choose a tag to compare

This release fixes a bug where messages sent at the same time from different systems would have the same nonce, and therefore only one would actually be sent.

v0.1.1 - Fix HTML sanitization

01 Jan 07:03
Compare
Choose a tag to compare

Previously, the whole message was being HTML sanitized. Now only text/html parts are sanitized. While this could introduce bugs later, it did fix #5 which was causing issues for my own environment (thanks Proxmox!)

v0.1.0 - Go rewrite

30 Dec 05:40
Compare
Choose a tag to compare

This is now a go application!

Go has many benefits over python, not the least of which is that the application can be packaged into a single binary with no dependencies.

Just download this binary to any (amd64 linux-like) system and it will work!

If other platforms are required, please open an issue and I will build for them in the future :)

0.0.1 - Initial Release

02 Oct 18:12
18bbf44
Compare
Choose a tag to compare

The first alpha release of sendmail-to-matrix. It's simple and it works!