Release hotfix of occasionally speak not stop when setting rate and voice

This commit is contained in:
Huang Xin
2025-01-11 19:08:23 +01:00
parent 463ea39467
commit 2251d65de4
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.2",
"version": "0.9.3",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+7
View File
@@ -1,5 +1,12 @@
{
"releases": {
"0.9.3": {
"date": "2025-01-11",
"notes": [
"Hotfix occasionally current speak not stopped when changing voice or rate",
"Inherit tts rate when changing tts engine"
]
},
"0.9.2": {
"date": "2025-01-10",
"notes": [