Skip to content

Commit 1822d90

Browse files
authored
Bump verison to 1.0.13
1 parent af1e72f commit 1822d90

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## 1.0.13
4+
5+
### Added
6+
7+
* Allow configuring contrast, saturation, black level and white level. JPEG quality is set to 100% (thanks to [@harry48225](https://github.com/harry48225))
8+
39
## 1.0.12
410

5-
## Fixed
11+
### Fixed
612

713
* Fix scaling bug by using zoom css property instead of transforms (thanks to [@avhm](https://github.com/avhm))
814

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lovelace Kindle Screensaver
2-
version: 1.0.12
2+
version: 1.0.13
33
slug: kindle-screensaver
44
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.
55
startup: application

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hass-lovelace-kindle-screensaver",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)