toasted-notifier

A revised fork of node-notifier; NodeJS package for pushing notifications to MacOS, Linux, and Windows.

MIT License

Stars
4

Bot releases are hidden (Show)

toasted-notifier - v10.0.2 Latest Release

Published by EuropaServ 3 months ago

Release Info (754d2a77-9d6b-546a-a243-21b535a02a09)

Item Value
SHA256 3f6e73205f8f9bccb8368321c5a9976e392b964845fd72d0650e664e5d426e66 🔺 toasted-notifier-10.0.2.zip
GUID 411b2587-0de4-52db-9096-79d977ec8d25
UUID 754d2a77-9d6b-546a-a243-21b535a02a09
Stamp 43f085e7ebb215c0c3599fd5c286b9f3fdab7b2a- 🔺 10.0.2-2024-07-14T05:44:00.000Z
Last Release days ago

What's New

This release contains the following changes and picks up where node-notifier left off.

Windows 10/11 Notifications:

  • Can now use -persistent on notifications to make them stick until the user dismisses them
    • Also has the alias sticky:
  • vendor/ntfyToast now uses a single binary / exe instead of separate x32 and x64 binaries for Windows 10/11 notifications.
  • Added support for -d flag with timeout property
    • Supports two options:
      • timeout: 'short' = 7 seconds
      • timeout: 'long' = 25 seconds
  • Specifying timeout: 0 enables -persistent flag

Statistics

How the files have changed:


toasted-notifier - v10.0.1

Published by EuropaServ 3 months ago

Release Info (c0c7b347-306b-5c72-8e10-f7ecdf41be36)

Item Value
SHA256 a25087ebd6d0454bf3feb659fa7bff6a6dd2652bf61a267ed2ae47cbe36d80ce 🔺 node-toasted-10.0.1.zip
GUID b7e30562-1f3b-5487-9808-4e92c7d48ec8
UUID c0c7b347-306b-5c72-8e10-f7ecdf41be36
Stamp 43f085e7ebb215c0c3599fd5c286b9f3fdab7b2a- 🔺 10.0.1-2024-07-11T10:58:19.000Z
Last Release days ago

What's New

This release contains the following changes and picks up where node-notifier left off.

Windows 10/11 Notifications:

  • Can now use -persistent on notifications to make them stick until the user dismisses them
    • Also has the alias sticky:
  • vendor/ntfyToast now uses a single binary / exe instead of separate x32 and x64 binaries for Windows 10/11 notifications.
  • Added support for -d flag with timeout property
    • Supports two options:
      • timeout: 'short' = 7 seconds
      • timeout: 'long' = 25 seconds
  • Specifying timeout: 0 enables -persistent flag

Statistics

How the files have changed:


Pull Requests

This release is associated with the following pull requests:

🔧 Changes

  • remove x64 / x32 binaries in favor of single exe : 4fe517b943ad76727519de395d8328ccb5487fd1 @Aetherinox
  • add appID : 1d73de0ae239bd66c40e45ecf50bee2bc4a37716 @Aetherinox

📦 Build & Dependencies

  • update package.json : 4f3d7380472f7de8eb1b037565c331ac7c2ace81 @Aetherinox
  • update main script : 577f1f27b3be311f89f49f3e5980ac7b7eef63ac @Aetherinox