release: version 0.9.71 (#1787)

This commit is contained in:
Huang Xin
2025-08-13 00:59:04 +08:00
committed by GitHub
parent 634d789654
commit 3350bdbdd3
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.70",
"version": "0.9.71",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+14
View File
@@ -1,5 +1,19 @@
{
"releases": {
"0.9.71": {
"date": "2025-08-13",
"notes": [
"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",
"TTS: Improved book language detection when language code is invalid",
"iOS: Fixed applying system color scheme in auto theme mode",
"Config: Added option to choose reading progress display style (percentage or page number)",
"Library: Added option to delete only the local copy of a book",
"Account: Added 'Reset Password' button in the account page"
]
},
"0.9.69": {
"date": "2025-08-02",
"notes": [