release: version 0.9.31 (#839)

This commit is contained in:
Huang Xin
2025-04-08 21:54:34 +08:00
committed by GitHub
parent 37951c2ebf
commit f4908c4536
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.30",
"version": "0.9.31",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+12
View File
@@ -1,5 +1,17 @@
{
"releases": {
"0.9.31": {
"date": "2025-04-08",
"notes": [
"iOS: Text-to-Speech (TTS) now works in the background",
"Android: Import files from native file manager",
"Desktop: Add option to keep window on top",
"Vertical layout for highlighting tools",
"Added options to auto-stop TTS after timeout",
"Added book search functionality in bookshelf",
"Improved font support for CJK users"
]
},
"0.9.30": {
"date": "2025-04-05",
"notes": [