Skip to content

Commit 03f9c35

Browse files
author
fwmone
committed
## [0.1.8] - 2026-05-08
### Changed - No integration update, but updating README file to reflect update of paperlesspaper API service. As of ~20. April 2026, paperlesspaper changed their uploadSingleImage API call so that it includes their new, optimized version of EPDOptimize. Therefore, you do **not need** to pre-dither the images anymore, only resize them and save as PNG. Pre-dithering / pre-optimizing using EPDOptimize leads to wrong colors. In case you use the optimization script (https://github.com/fwmone/eink-optimize) to pre-dither images, please disable EPDOptimize and re-render all your images. I provide further explanation in the optimization script's README.
1 parent ae943d4 commit 03f9c35

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [0.1.8] - 2026-05-08
9+
10+
### Changed
11+
- No integration update, but updating README file to reflect update of paperlesspaper API service. As of ~20. April 2026, paperlesspaper changed their uploadSingleImage API call so that it includes their new, optimized version of EPDOptimize. Therefore, you do **not need** to pre-dither the images anymore, only resize them and save as PNG. Pre-dithering / pre-optimizing using EPDOptimize leads to wrong colors. In case you use the optimization script (https://github.com/fwmone/eink-optimize) to pre-dither images, please disable EPDOptimize and re-render all your images. I provide further explanation in the optimization script's README.
12+
813
## [0.1.7] - 2026-04-25
914

1015
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A small Home Assistant custom integration to **upload images from the Home Assis
4141
- Upload a random image from an input folder to a paperlesspaper frame via API
4242
- "Varied random" selection:
4343
- remembers recently used images
44-
- recent-window size = **50% of available images** (min 5, max 50)
44+
- recent-window size = **50% of available images** (min 5, max 250)
4545
- avoids repetition until the pool is exhausted
4646
- Optional publish/copy of the selected image into `/config/www/...` for preview/debugging
4747
- Optional cleanup of the publish directory before publishing
@@ -124,7 +124,7 @@ Restart Home Assistant after changing YAML.
124124
## Folder Setup
125125
### Input directory
126126
127-
Place frame-optimized (800x480px for 7", optimized colors - get optimization script [here](https://github.com/fwmone/eink-optimize)) images in ```/media/picture-frames/paperlesspaper``` (or whatever folder you have configured).
127+
Place frame-optimized (800x480px for 7" as PNG, no pre-dithering or color optimization required - get optimization script [here](https://github.com/fwmone/eink-optimize)) images in ```/media/picture-frames/paperlesspaper``` (or whatever folder you have configured). **Update** As of ~20. April 2026, paperlesspaper changed their uploadSingleImage API call so that it includes their new, optimized version of EPDOptimize. Therefore, you do not need to pre-dither the images anymore, only resize it and save as PNG. Pre-dithering / pre-optimizing using EPDOptimize leads to wrong colors.
128128

129129
Supported formats:
130130
- .png (use that for best results)

custom_components/paperlesspaper_push/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "paperlesspaper_push",
33
"name": "paperlesspaper Push",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"documentation": "https://github.com/fwmone/paperlesspaper_push",
66
"issue_tracker": "https://github.com/fwmone/paperlesspaper_push/issues",
77
"requirements": [],

0 commit comments

Comments
 (0)