diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json index 8bfdf986..5bb2f92c 100644 --- a/apps/readest-app/package.json +++ b/apps/readest-app/package.json @@ -1,6 +1,6 @@ { "name": "@readest/readest-app", - "version": "0.9.50", + "version": "0.9.51", "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 f54bd49e..d484c733 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -1,5 +1,16 @@ { "releases": { + "0.9.51": { + "date": "2025-06-01", + "notes": [ + "Translator: Table of contents is now included in translations", + "Library Theme: Added light, dark, and system theme options to the library page", + "TTS: Now shows the current sentence and chapter in the media session", + "TTS: Text-to-speech continues from the last read sentence", + "Pagination Fix: Taking notes no longer breaks page turning", + "EPUB Scripts: Added a setting to allow JavaScript in EPUB files" + ] + }, "0.9.50": { "date": "2025-05-28", "notes": [