From c853957512ad8d465f407e9f16ee1707064c8ff3 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Fri, 19 Dec 2025 10:54:17 +0800 Subject: [PATCH] release: version 0.9.96 (#2743) --- apps/readest-app/package.json | 2 +- apps/readest-app/release-notes.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json index 39c55265..2d60ca0c 100644 --- a/apps/readest-app/package.json +++ b/apps/readest-app/package.json @@ -1,6 +1,6 @@ { "name": "@readest/readest-app", - "version": "0.9.95", + "version": "0.9.96", "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 8bd5bbee..87e5226b 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -1,5 +1,23 @@ { "releases": { + "0.9.96": { + "date": "2025-12-19", + "notes": [ + "TTS: Resolved an issue where Edge TTS was blocked in certain regions", + "OPDS: Improved compatibility with older versions of Calibre Web", + "OPDS: Added an instant search bar for faster browsing in OPDS catalogs", + "OPDS: Added a curated book catalog from Standard Ebooks", + "Bookshelf: Added a “Group Books” action to the context menu", + "Comics: Fixed layout issues to improve comic book reading", + "Layout: Footnote popups now adapt correctly to different screen sizes", + "Layout: Fixed an issue where the maximum inline width was not applied to EPUBs", + "Sync: Improved file downloading by correctly handling special characters in filenames", + "UI: Added an option to temporarily dismiss the reading progress bar", + "Settings: Screen brightness adjustments now apply only to the reader view", + "iOS: You can now open files directly in Readest from the Files app", + "macOS: Added a global menu option to open files with Readest" + ] + }, "0.9.95": { "date": "2025-12-08", "notes": [