diff --git a/CHANGELOG.md b/CHANGELOG.md index 809ac9d..ea01eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.14 + +### Added + +* Bmp file format support for image generation (thanks to [@macmacs](https://github.com/macmacs)) + ## 1.0.13 ### Added diff --git a/config.yaml b/config.yaml index c49fbf3..af53b4a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ name: Lovelace Kindle Screensaver -version: 1.0.13 +version: 1.0.14 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 9afe7a3..caca945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hass-lovelace-kindle-screensaver", - "version": "1.0.13", + "version": "1.0.14", "description": "", "main": "index.js", "scripts": {