release: version 0.9.85 (#2220)

This commit is contained in:
Huang Xin
2025-10-14 01:15:55 +08:00
committed by GitHub
parent c7d49c1504
commit 6de10c6c3b
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.82",
"version": "0.9.85",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev --turbopack",
+13
View File
@@ -1,5 +1,18 @@
{
"releases": {
"0.9.85": {
"date": "2025-10-14",
"notes": [
"TTS: Improved media session control compatibility across more Android systems",
"TTS: Made the TTS icon less distracting during read-aloud mode",
"Settings: Added an option to adjust screen brightness while reading",
"Settings: Added support for custom background images",
"PDF: Fixed an issue where scrolling and panning didnt work correctly when zoomed in",
"Android: Added adaptive launcher icon for better system integration",
"Reader: Added keyboard shortcuts for toggling bookmarks",
"Reader: Annotations are now rendered instantly when opening files"
]
},
"0.9.82": {
"date": "2025-10-01",
"notes": [
@@ -64,7 +64,7 @@ const Providers = ({ children }: { children: React.ReactNode }) => {
}
});
}
}, [envConfig, appService, applyUILanguage, applyTexture, setScreenBrightness]);
}, [envConfig, appService, applyUILanguage, addTexture, applyTexture, setScreenBrightness]);
// Make sure appService is available in all children components
if (!appService) return;