Releases: tnyeanderson/sendmail-to-matrix
v0.1.2 - Allow concurrent messages
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
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
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
The first alpha release of sendmail-to-matrix
. It's simple and it works!