From 359881cf2fcd6f6b9990cdf695c3e420aacb8a9c Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sat, 9 Jul 2022 13:15:36 +0200 Subject: [PATCH] chore: release v5.3.0 * (Apollon77) Adjust Alarm methods to use the new API from Amazon. Also createNotification() and parseValue4Notification() now returns the new format for Alarms * (Apollon77) Enhance createNotification() to also support adding reccurence information * (Apollon77) Notification objects will also have a delete method now * (Apollon77) Notifications can be cancelled now * (Apollon77) Adjust logging when no callback is provided again, now logs also the body * (Apollon77) Add methods: * getUsersMe() * getHousehold() * getNotificationSounds() * getDeviceNotificationState() * setDeviceNotificationVolume() * setDeviceNotificationDefaultSound() * getDeviceNotificationDefaultSound() * getAscendingAlarmState() * setDeviceAscendingAlarmState() * getRoutineSkillCatalog() to request the Skill catalog that can be used in Sequence Commands * cancelNotification() * setNotification() and setNotificationV2() --- README.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0aec19e..5698e3c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Thank you for that work. * docu docu docu (sorry ... will come) ## Changelog: - -### __WORK IN PROGRESS__ +### 5.3.0 (2022-07-09) * (Apollon77) Adjust Alarm methods to use the new API from Amazon. Also createNotification() and parseValue4Notification() now returns the new format for Alarms * (Apollon77) Enhance createNotification() to also support adding reccurence information * (Apollon77) Notification objects will also have a delete method now diff --git a/package-lock.json b/package-lock.json index 0d16969..b1f5282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-remote2", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-remote2", - "version": "5.2.0", + "version": "5.3.0", "license": "MIT", "dependencies": { "alexa-cookie2": "^4.0.3", diff --git a/package.json b/package.json index d7320a3..6f03be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "5.2.0", + "version": "5.3.0", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",