Skip to content

Releases: ixe013/notifu

Option to remove icon in message

24 Dec 21:24
073d87e
Compare
Choose a tag to compare

con next to message can be removed by adding switch /t none

Clear BSD 3-clause license

24 Dec 21:22
073d87e
Compare
Choose a tag to compare

Now displays its BSD 3-clause licence more clearly, with a mention in every source file.

Popup title changed in Windows 10

24 Dec 21:21
073d87e
Compare
Choose a tag to compare

Displays only "Notification" on Windows 10 anniversry edition.

Supports concatenation of multiple options

24 Dec 21:15
073d87e
Compare
Choose a tag to compare

Supports concatenation of multiple /m and /p options. Usefull when you try to insert parameters filled in by other programs.

Supports embeeded quotes

24 Dec 21:14
073d87e
Compare
Choose a tag to compare

Added support for embeded quotes in parameters. For example notifu /m "Hello, \"World\"." now works.

Vista support

24 Dec 21:12
073d87e
Compare
Choose a tag to compare
  • Tested to work under Vista.
  • Added support (and auto detection) of a timeout value in seconds. Now /d 3000 is the same as /d 3.
  • Better error handling if IUserNotification is not supported.

Initial release (first published on Google Code)

24 Dec 21:11
073d87e
Compare
Choose a tag to compare

Initial release (first seen on Google code).

Popup without sound

24 Dec 21:19
Compare
Choose a tag to compare
  • New command line switch -q displays the pop-up without a sound (NIIF_NOSOUND)
  • New command line switch -w do not respect the 1st logon quiet time (Windows 7 and up)

Provides better error codes

24 Dec 21:17
Compare
Choose a tag to compare
  • Uses the new IUserNotification2 interface on Vista and later. You can revert to Windows XP behavior by adding /xp to the command line
  • Supports 3 new error codes : right and left click on the tray icon, and a balloon being dismissed by a new instance of Notifu.
  • Optionnal debug output. See debug.reg for details

Embeeded carriage returns

24 Dec 21:16
Compare
Choose a tag to compare

Supports embeeded \n that will be translated into carriage returns.