release: version 0.9.56 (#1391)

This commit is contained in:
Huang Xin
2025-06-13 23:35:38 +08:00
committed by GitHub
parent 467e80cd4b
commit 89d48c72b0
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.55",
"version": "0.9.56",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+10
View File
@@ -1,5 +1,15 @@
{
"releases": {
"0.9.56": {
"date": "2025-06-13",
"notes": [
"Performance: Improved TOC loading for books with very large chapter lists",
"TTS: Added support for native Android TTS engines (e.g., MultiTTS)",
"TTS: Fixed an issue where the next chapter would not load properly in the background",
"Translation: Improved accuracy and clarity of some Arabic translations",
"Reading: Added support for code syntax highlighting in books with code snippets"
]
},
"0.9.55": {
"date": "2025-06-07",
"notes": [