release: version 0.9.72 (#1831)

This commit is contained in:
Huang Xin
2025-08-18 23:43:09 +08:00
committed by GitHub
parent 079aeaedb0
commit f2640359a0
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.71",
"version": "0.9.72",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+10 -1
View File
@@ -1,9 +1,18 @@
{
"releases": {
"0.9.72": {
"date": "2025-08-18",
"notes": [
"Fixed Edge TTS voice playback for EPUBs",
"Reduced accidental page flips when toggling toolbars",
"Fixed images with background colors not displaying correctly in some books",
"Added support for custom KOReader Sync Servers on your local network (LAN)"
]
},
"0.9.71": {
"date": "2025-08-13",
"notes": [
"Sync: Added two ways to sync reading progress with Koreader devices",
"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",