diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5635..a901930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.12 + +## Fixed + +* Fix scaling bug by using zoom css property instead of transforms (thanks to [@avhm](https://github.com/avhm)) + ## 1.0.11 ### Fixed diff --git a/config.yaml b/config.yaml index 89fbf50..3f888cd 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ name: Lovelace Kindle Screensaver -version: 1.0.11 +version: 1.0.12 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 e4bd105..bd69b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hass-lovelace-kindle-screensaver", - "version": "1.0.11", + "version": "1.0.12", "description": "", "main": "index.js", "scripts": {