diff --git a/CHANGELOG.md b/CHANGELOG.md index b52978c..41e5635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.11 + +### Fixed + +* Avoid viewport resize causing another rerender when taking screenshot (thanks to [@beeh5](https://github.com/beeh5)) + ## 1.0.10 ### Fixed diff --git a/config.yaml b/config.yaml index 6869277..89fbf50 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ name: Lovelace Kindle Screensaver -version: 1.0.10 +version: 1.0.11 slug: kindle-screensaver description: This tool can be used to display a Lovelace view of your Home Assistant instance on a jailbroken Kindle device. It regularly takes a screenshot which can be polled and used as a screensaver image of the online screensaver plugin. startup: application diff --git a/package.json b/package.json index 406e4aa..e4bd105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hass-lovelace-kindle-screensaver", - "version": "1.0.10", + "version": "1.0.11", "description": "", "main": "index.js", "scripts": {