Skip to content

Releases: Aetherinox/node-toasted-notifier

v10.1.0

07 Jun 23:43
10.1.0
6540907

Choose a tag to compare

Release Info

Item Value
📄 toasted-notifier-10.1.0.zip NodeJS package source
📄 sha256sum.txt.asc Signed SHA256 hash digest
📄 sha1sum.txt.asc Signed SHA1 hash digest
🏷️ SHA256 ef552346b18f208a66dfa2c541b4ee4b55a39a119e12e2f505734b5eede24d97
🏷️ GUID b9fa92bc-1471-56ff-ab5f-3951c069bffb
🏷️ UUID 88bc528e-16e7-52c2-92f2-cf0a39d025a5
🕟 Stamp 43f085e7ebb215c0c3599fd5c286b9f3fdab7b2a- 🔺 10.0.2-2024-07-14T05:44:00.000Z
📅 Last Release days ago



What's New

This release contains the following changes:

  • feat: add new -persistent flag which keeps notifications on-screen until the user dismisses the notification
    • called in this package using option.wait or option.sticky
  • feat: add new -duration flag to determine how long a notification stays on-screen
    • called in this package using option.timeout
    • setting the duration 0 will enable persistence
    • setting the duration short will cause notification to stick for 7 seconds
    • setting the duration long will cause notification to stick for 25 seconds
  • feat: add new -appid flag to manually assign the app name to a notification
  • feat: add new -silent flag which disables notification sound effects
    • called in this package using option.silent or option.s
  • ci: update github workflow for releases
  • deprecate: package uuid in favor of using in-house uuid package from crypto
  • fix: package would not properly work in electron packaged apps
  • build(deps): bump package semver from 7.6.0 to 7.7.2
  • build(deps): bump package eslint-plugin-import from 2.22.1 to 2.31.0
  • build(deps): bump package eslint-plugin-promise from 4.3.1 to 7.2.1
  • build(deps-dev): add package eslint-plugin-n
  • build(deps-dev): remove package eslint-config-semistandard
  • build(deps-dev): remove package eslint-config-standard
  • build(deps-dev): remove package eslint-plugin-node
  • build(lint): upgraded to eslint 9 with new flat config



Statistics

How the files have changed:

  • Changed files : 71
  • Changes : 26900
  • Commits : 100
  • Additions : 26899
  • Deletions : 1
  • PRs (categorized) : 92
  • PRs (uncategorized) : 8
  • PRs (open) : 0




Pull Requests

This release is associated with the following pull requests:


🪛 Continuous integration


🚀 Features


🐛 Bugfixes


🔧 Changes


🧹 Housekeeping


📦 Build & Dependencies


✏️ Docs




v10.0.2

14 Jul 05:44
42c0eca

Choose a tag to compare

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: