Skip to content

Releases: notificohq/notifico

v0.5.0

19 Dec 21:12
Compare
Choose a tag to compare

v0.4.0

12 Dec 22:23
4093bdf
Compare
Choose a tag to compare

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

08 Dec 22:21
e9beba4
Compare
Choose a tag to compare

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

06 Dec 18:49
b97edc3
Compare
Choose a tag to compare

What's Changed

  • Added notificox tool, inspired by Apprise

Full Changelog: v0.1.2...v0.2.0

v0.1.2

02 Dec 13:39
8965891
Compare
Choose a tag to compare

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

01 Dec 22:58
Compare
Choose a tag to compare

What's Changed

  • Add: Pushover support #3
  • Fix: a regression when no recipients are set through core.set_recipients

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Dec 21:38
Compare
Choose a tag to compare

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 and core plugin

New Contributors

Full Changelog: https://github.com/notificohq/notifico/commits/v0.1.0