Skip to content

Releases: App-vNext/Notifier

Brave Ads Notifier 1.1

04 Sep 01:26
Compare
Choose a tag to compare

Added checks to verify if the downloaded stream is an image to prevent other apps using notifier to download malicious files (non-image.)

Ensure that images are downloaded over HTTPS and have a brave.com prefix.

Ensure notifications are disabled after the trial is completed.

Removed all unused references and Dll's.

Brave Ads Notifier 1.0

15 Aug 06:37
Compare
Choose a tag to compare

*Brave Ads Notifier
*Brave Branded

New argument:

-a Attribution Text (UWP Only)

Native UWP and Console UWP Notifiers

14 Aug 08:07
Compare
Choose a tag to compare

Native UWP is a Windows 10 UWP Notifier which creates Adaptive Card notifications. As a UWP app, It has to be downloaded from the Microsoft Store or side-load installed.

Console UWP Notifier is an improvement in that is a regular Console App but uses the Windows 10 API's, therefore there is no need to publish the application to the Microsoft Store nor side-load install. It does required to be installed with a regular MSI in order to register the application with the Notification system and a shortcut needs to exist in the Windows Menu.

New arguments (Only for UWP versions)
-v Displays version.
-b Used to create buttons.
-i Used to create input boxes.
-l Used to display a logo or logo.

New arguments (Only for Win32 Version)
-v Displays version.

Initial release

11 Jul 00:11
Compare
Choose a tag to compare

[-r] Registers notifier into the Windows machine.
[-t] <title string> Title is displayed on the first line of the notification.
[-m] Message is displayed wrapped below the title of the notification.
[-p] URI for a picture file to be displayed with the notification. Local files only.
[-w] Wait for notification to expire or activate.
[-id] Sets the ID of the toast notification to be able to close it.
[-s] [][] URI for a sound file or Windows sound to play when the notification displays. For possible Windows sound values visit http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx.
[-silent] Does not play a sound when showing the notification.
[-d] <short|long> Determines how long to display the notification for. Default is 'short'.
[-appID] Used to display the notification.
[-n] Returns Notifications setting status for the application. Return values: Enabled, Disabled or Unknown.
[-k] Returns Notifications setting status for the system. Return values: Enabled or Disabled.
[-close] Closes notification. In order to be able to close a notification, the parameter -w must be used to create the notification.
[-?] Displays this help.
[-help] Displays this help.
Exit Codes: Failed -1, Success 0, Close 1, Dismiss 2, Timeout 3.

Examples:

notifier -t "Hello World!"
notifier -t "Notification Title" -m "Notification message."
notifier help
notifier ?
notifier register com.appvnext.windows-notifier appvnext-windows-notifier