|
|
@@ -3,23 +3,28 @@ ChangeLog
|
|
|
|
|
|
Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information.
|
|
|
|
|
|
-#### Version 0.8.3 (not yet released)
|
|
|
-- Support cordova-ios@4 and the new WKWebView Engine
|
|
|
-- New `color` attribute for Android (Thanks to @Eusebius1920)
|
|
|
-- New `quarter` intervall for iOS & Android
|
|
|
-- Made small icon optional (Android)
|
|
|
-- Decreased time-frame for trigger event (iOS)
|
|
|
-- Windows platform works without hooks
|
|
|
-- `update` checks for permission like `schedule`
|
|
|
-- Fixed #634 option to skip permission check
|
|
|
-- Fixed #588 crash when basename & extension can't be extracted (Android)
|
|
|
-- Fixed #732 loop between update and trigger (Android)
|
|
|
-- Fixed #710 crash due to >500 notifications (Android)
|
|
|
-- Fixed #682 crash while resuming app from notification (Android 6)
|
|
|
-- Fixed #612 cannot update icon or sound (Android)
|
|
|
-- Fixed crashing `get(ID)` if notification doesn't exist
|
|
|
-- Fixed #569 `getScheduled` returns two items per notification
|
|
|
-- Fixed #700 notifications appears on bootup
|
|
|
+#### Version 0.8.3 (03.01.2016)
|
|
|
+- Platform enhancements
|
|
|
+ - Support for the `Crosswalk Engine`
|
|
|
+ - Support for `cordova-ios@4` and the `WKWebView Engine`
|
|
|
+ - Support for `cordova-windows@4` and `Windows 10` without using hooks
|
|
|
+- Enhancements
|
|
|
+ - New `color` attribute for Android (Thanks to @Eusebius1920)
|
|
|
+ - New `quarter` intervall for iOS & Android
|
|
|
+ - `smallIcon` is optional (Android)
|
|
|
+ - `update` checks for permission like _schedule_
|
|
|
+ - Decreased time-frame for trigger event (iOS)
|
|
|
+ - Force `every:` to be a string on iOS
|
|
|
+- Bug fixes
|
|
|
+ - Fixed #634 option to skip permission check
|
|
|
+ - Fixed #588 crash when basename & extension can't be extracted (Android)
|
|
|
+ - Fixed #732 loop between update and trigger (Android)
|
|
|
+ - Fixed #710 crash due to >500 notifications (Android)
|
|
|
+ - Fixed #682 crash while resuming app from notification (Android 6)
|
|
|
+ - Fixed #612 cannot update icon or sound (Android)
|
|
|
+ - Fixed crashing get(ID) if notification doesn't exist
|
|
|
+ - Fixed #569 getScheduled returns two items per notification
|
|
|
+ - Fixed #700 notifications appears on bootup
|
|
|
|
|
|
#### Version 0.8.2 (08.11.2015)
|
|
|
- Submitted to npm
|