diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json index be109662..98371f70 100644 --- a/apps/readest-app/package.json +++ b/apps/readest-app/package.json @@ -1,6 +1,6 @@ { "name": "@readest/readest-app", - "version": "0.9.71", + "version": "0.9.72", "private": true, "scripts": { "dev": "dotenv -e .env.tauri -- next dev", diff --git a/apps/readest-app/release-notes.json b/apps/readest-app/release-notes.json index 970ce402..2c1b9411 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -1,9 +1,18 @@ { "releases": { + "0.9.72": { + "date": "2025-08-18", + "notes": [ + "Fixed Edge TTS voice playback for EPUBs", + "Reduced accidental page flips when toggling toolbars", + "Fixed images with background colors not displaying correctly in some books", + "Added support for custom KOReader Sync Servers on your local network (LAN)" + ] + }, "0.9.71": { "date": "2025-08-13", "notes": [ - "Sync: Added two ways to sync reading progress with Koreader devices", + "Sync: Added two ways to sync reading progress with KOReader devices", "EPUB: Applied monospace font settings", "EPUB: Fixed initial text alignment for some EPUB files", "PDF: Fixed issue opening large PDF files on Android",