Releases: notificohq/notifico
Releases · notificohq/notifico
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Merged all binaries into a single one
- Added standalone mode without AMQP dependency. All processing is done inside the app.
- Add ntfy transport
- Remove
channel
from templates and notificox
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- BREAKING CHANGE: Credentials and Contacts now use the short format
<type>:<value>
- BREAKING CHANGE: Remove credential.toml file parsing. USe environment variables instead.
- Add SimpleTransport trait. It is enough to implement it to get a simple (actually, any) transport working.
- Unified codebase between notifico-worker and notificox
- Simplified notificox CLI
- Add Gotify transport
- Unified text/body in templates
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.2
What's Changed
- Add automatic reconnect to AMQP broker with exponential backoff for worker
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
What's Changed
- First release with a fixed tag
- feat: build for arm64 by @onedr0p in #6
- feat: Webhook integration
- Multiple recipients
core.set_recipients
step andcore
plugin
New Contributors
Full Changelog: https://github.com/notificohq/notifico/commits/v0.1.0