From f9adf789d7dbccbdc9d1d6706a25f01bd25c478a Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Tue, 29 Apr 2025 00:24:29 +0800 Subject: [PATCH] release: version 0.9.38 (#986) --- apps/readest-app/package.json | 2 +- apps/readest-app/release-notes.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json index a4e1145e..d7698c92 100644 --- a/apps/readest-app/package.json +++ b/apps/readest-app/package.json @@ -1,6 +1,6 @@ { "name": "@readest/readest-app", - "version": "0.9.37", + "version": "0.9.38", "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 0a9c8da4..3bd44352 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -1,5 +1,18 @@ { "releases": { + "0.9.38": { + "date": "2025-04-29", + "notes": [ + "Page Turning with Volume Keys: You can now turn pages using your device’s volume buttons", + "Expanded English Voices: More English voices are available across all en locales", + "Theme Editor: Added a primary color picker for easier customization", + "System Fonts: Retrieve system fonts on iOS and Android, with improved font weight and style detection", + "Popup Footnotes: Popup footnotes now inherit the book's font for consistent appearance", + "Better Text Selection: Preserves text selection anchors when spanning paginated content", + "Android Compatibility: Navigation bar auto-hides correctly on Android 10 and below", + "Popup Dialogs: Back key now properly dismisses popup dialogs on Android" + ] + }, "0.9.37": { "date": "2025-04-25", "notes": [