Skip to content

Commit

Permalink
Bump verison to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbl authored Dec 27, 2024
1 parent af1e72f commit 1822d90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hass-lovelace-kindle-screensaver",
"version": "1.0.12",
"version": "1.0.13",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1822d90

Please sign in to comment.