From 885d0f93bef67e5d4f3d7968ab765590f1449cd6 Mon Sep 17 00:00:00 2001 From: Sebastian Schubotz Date: Wed, 22 May 2024 15:44:56 +0200 Subject: [PATCH] Extend changelog, bump version to 1.0.11 --- CHANGELOG.md | 6 ++++++ config.yaml | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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": {