From 1822d90f870060e25282c71b08c97da5f8acb849 Mon Sep 17 00:00:00 2001 From: Sebastian Schubotz Date: Fri, 27 Dec 2024 12:58:15 +0100 Subject: [PATCH] Bump verison to 1.0.13 --- CHANGELOG.md | 8 +++++++- config.yaml | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a901930..809ac9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## 1.0.13 + +### Added + +* Allow configuring contrast, saturation, black level and white level. JPEG quality is set to 100% (thanks to [@harry48225](https://github.com/harry48225)) + ## 1.0.12 -## Fixed +### Fixed * Fix scaling bug by using zoom css property instead of transforms (thanks to [@avhm](https://github.com/avhm)) diff --git a/config.yaml b/config.yaml index 46978a0..cfce801 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ name: Lovelace Kindle Screensaver -version: 1.0.12 +version: 1.0.13 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 bd69b67..9afe7a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hass-lovelace-kindle-screensaver", - "version": "1.0.12", + "version": "1.0.13", "description": "", "main": "index.js", "scripts": {