Skip to content

Releases: AstroCB/mnotify

v1.3.0

01 Aug 10:41
fb968a4
Compare
Choose a tag to compare

New minor version.

Changes:

  • Added automatic publishing on new releases with GitHub Actions.
  • Added a test suite run by GitHub Actions.
  • To support the above, added a BotCore option to programmatic init.
    • To use this, pass an object with a usingBotCore property set to true for your creds parameter.
    • Interactive initialization will not work here for obvious reasons, so if you don't have an existing config file, you can set an MNOTIFY_RECEIVER_ID environment variable to specify the receiver.
  • Calling programmatic init without an existing config file will no longer fall through to interactive initialization; it will now return an error in the callback.
    • If you need to call init from a fresh environment where interactive initialization cannot be run (like a Docker container), expose MNOTIFY_RECEIVER_ID as described above (this is how the test suite is implemented).

v1.2.0

25 Jul 07:24
Compare
Choose a tag to compare

New minor version.

Changes:

  • Added a new --using-botcore flag to allow logins to be managed with BotCore.

v1.1.0

21 Jul 04:19
Compare
Choose a tag to compare

New minor version.

Changes:

  • init script will now display the name of the receiver's account after a successful login to confirm alerts are going to the right place.
  • Programmatic invocation from Node.js has been added. Two API functions are now available: notify and init (see README for details).
  • Some general cleanup.

v1.0.1

20 Jul 08:51
Compare
Choose a tag to compare

New bugfix version.

Changes:

  • Some minor visibility tweaks around the installation process.

v1.0.0

20 Jul 08:41
Compare
Choose a tag to compare

Initial release!