Pullover Changelog

What's new in Pullover 1.3.0

May 1, 2018
  • Updated from NW.js 0.12 to v0.28.2 (#65)
  • Updated dependencies
  • Add analytics to get a feel for the frequency of bugs and usage of the app (can be disabled in settings)
  • Fixes #96, #106, #107, more resilient to network errors
  • Added option to disable sounds
  • Reimplemented notification list (broken because of updated dependencies):
  • Enhancement #86, refresh notification list when new notifications arrive
  • Removed nw-notify (broken because of updated dependencies):
  • NW.js/Chrome notifications are now used always
  • Fixes #110, notifications on Win10 after the creators update

New in Pullover 1.3.0 Alpha 1 (Mar 19, 2018)

  • Updated from NW.js 0.12 to v0.28.2 (#65)
  • Updated dependencies
  • Add analytics to get a feel for the frequency of bugs and usage of the app (can be disabled in settings)
  • Fixes #96, #106, #107, more resilient to network errors
  • Added option to disable sounds
  • Reimplemented notification list (broken because of updated dependencies):
  • Enhancement #86, refresh notification list when new notifications arrive
  • Removed nw-notify (broken because of updated dependencies):
  • NW.js/Chrome notifications are now used always
  • Fixes #110, notifications on Win10 after the creators update

New in Pullover 1.2.0 (Sep 17, 2016)

  • Feature #11, finally implemented a notification history
  • Upgraded dependencies to their latest version and adapted to API changes
  • Added Windows code signing again, thanks to joeyrs, Kevin Riggle and TheReiner
  • Give feedback to user after update check
  • Implements #59, disable/change default notification sound

New in Pullover 1.2.0 Alpha 1 (Sep 1, 2016)

  • Feature #11, finally implemented a notification history
  • Upgraded dependencies to their latest version and adapted to API changes
  • Added windows code signing again, thanks to joeyrs, Kevin Riggle and TheReiner
  • Give feedback to user after update check

New in Pullover 1.0.0 (Jun 14, 2016)

  • Complete rewrite, UI is now based on React
  • Connection handling was improved and should be very stable now
  • Max notification queue: Limit the amount of notifications shown at once (helpful for rarely used computers)
  • Notification sounds
  • All received notifications are stored in an internal database. This will be used in a future release to show a history of received notifications

New in Pullover 1.0.0 Beta 3 (May 26, 2016)

  • Fixes #52, catch JSON parse errors

New in Pullover 1.0.0 Beta 2 (Apr 24, 2016)

  • Fixes #48, #49, if title is empty use app name instead
  • Mitigate #47, surpress non fatal exception related to visionmedia/superagent#714
  • Fixes #46, sound throtteling and add sounds for native notifications (functional processing of notifications with RxJS)

New in Pullover 1.0.0 Beta 1 (Mar 6, 2016)

  • Complete rewrite, UI is now based on React
  • Connection handling was improved and should be very stable now
  • Max notification queue: Limit the amount of notifications shown at once (helpful for rarely used computers)
  • Notification sounds
  • All received notifications are stored in an internal database. This will be used in a future release to show a history of received notifications
  • Fixes:
  • Fixes #45, strip HTML from native notifications (HTML is not supported)
  • Enhancement #44, switch internal DB and show received notification count
  • Fixes #43, click on native notification lead to crash
  • Fixes #42, added upgrade logic to keep settings when upgrading
  • Fixes #32, typo in data path for linux
  • Fixes #21, respect notification priority (no sound for -1 and no show for -2)

New in Pullover 1.0.0 Alpha 1 (Feb 27, 2016)

  • Changelog:
  • Complete rewrite, UI is now based on React
  • Connection handling was improved and should be very stable now
  • Max notification queue: Limit the amount of notifications shown at once (helpful for rarely used computers)
  • Notification sounds
  • All received notifications are stored in an internal database. This will be used in a future release to show a history of received notifications
  • Fixes:
  • #16 Play sound upon notification
  • Partially #21 Limit notifications shown at once
  • #29 Unnecessary disconnects and relogins
  • #32 Use different path on linux to store data
  • #38 Retina task bar icon for Mac

New in Pullover 0.3.2 (Dec 2, 2015)

  • Adapted Pullover to Pushover API change and added User-Agent to requests #22
  • Better login failed detection
  • Reliably fetch new notifications after waking computer from sleep
  • Updated nw-notify and node-webkit to newer versions
  • Added link to log file folder under settings
  • Removed option to disable update check