From 78917c3f5ccc4e8ff7cbf8c6d9b9f8d3b2520739 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Sat, 4 Apr 2026 09:41:55 +0200 Subject: [PATCH] Version bump --- README.md | 3 ++- platformio.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc90a40d..d284d838 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ capabilities with KOReader, a popular multi-platform open-source epub reader) Therefore this branch focuses on real fixes and real improvements while trying to keep up to pace with developments in the main branch. # What's different -- Proper KOReader Snychronisation (including https ssl OOM fix) + +- Proper KOReader Snychronisation (including https TLS OOM fix) - Fixes for a lot of css rendering issues - Additional sleep screens support (information overlay, transparent pictures over current reader screen) - Clock-Support diff --git a/platformio.ini b/platformio.ini index cb8fd125..919e7ad2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -3,7 +3,7 @@ default_envs = default extra_configs = platformio.local.ini [crosspoint] -version = 1.2.0 +version = 1.2.5 [base] platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.37/platform-espressif32.zip