Releases: Aetherinox/node-toasted-notifier
Releases · Aetherinox/node-toasted-notifier
v10.1.0
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-persistentflag which keeps notifications on-screen until the user dismisses the notification- called in this package using
option.waitoroption.sticky
- called in this package using
feat: add new-durationflag to determine how long a notification stays on-screen- called in this package using
option.timeout - setting the duration
0will enable persistence - setting the duration
shortwill cause notification to stick for 7 seconds - setting the duration
longwill cause notification to stick for 25 seconds
- called in this package using
feat: add new-appidflag to manually assign the app name to a notificationfeat: add new-silentflag which disables notification sound effects- called in this package using
option.silentoroption.s
- called in this package using
ci: update github workflow for releasesdeprecate: packageuuidin favor of using in-house uuid package fromcryptofix: package would not properly work in electron packaged appsbuild(deps): bump packagesemverfrom 7.6.0 to 7.7.2build(deps): bump packageeslint-plugin-importfrom 2.22.1 to 2.31.0build(deps): bump packageeslint-plugin-promisefrom 4.3.1 to 7.2.1build(deps-dev): add packageeslint-plugin-nbuild(deps-dev): remove packageeslint-config-semistandardbuild(deps-dev): remove packageeslint-config-standardbuild(deps-dev): remove packageeslint-plugin-nodebuild(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
- add new release workflow : dbb2960 @Aetherinox
🚀 Features
- -persistent flag for win10/11 notifications keeps them on-screen until dismissed : 0d02978 @Aetherinox
- add support for -d duration parameter in ntfytoast : f1cd3d6 @Aetherinox
🐛 Bugfixes
- fix tests : 8a935b6 @Aetherinox
🔧 Changes
- remove x64 / x32 binaries in favor of single exe : 4fe517b @Aetherinox
- add appID : 1d73de0 @Aetherinox
- update prettier rules : 2d7e376 @Aetherinox
🧹 Housekeeping
- linting : b4dcd5d @Aetherinox
📦 Build & Dependencies
- update package.json : 4f3d738 @Aetherinox
- update main script : 577f1f2 @Aetherinox
- update ntfytoast.exe : c8f53ea @Aetherinox
- update examples : 54fc032 @Aetherinox
- add persistent to examples : 3359669 @Aetherinox
✏️ Docs
- add NotificationCenter : 2f4be9a @Aetherinox
- add WindowToaster : 7edbe42 @Aetherinox
v10.0.2
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
-persistenton notifications to make them stick until the user dismisses them- Also has the alias
sticky:
- Also has the alias
vendor/ntfyToastnow uses a single binary / exe instead of separate x32 and x64 binaries for Windows 10/11 notifications.- Added support for
-dflag withtimeoutproperty- Supports two options:
timeout: 'short'= 7 secondstimeout: 'long'= 25 seconds
- Supports two options:
- Specifying
timeout: 0enables-persistentflag
Statistics
How the files have changed:
- Changed files : 71
- Commits : 100
- Additions : 26899
- Deletions : 1