release: version 0.9.41 (#1143)

This commit is contained in:
Huang Xin
2025-05-13 20:17:01 +08:00
committed by GitHub
parent d96fb32bcf
commit 382e0ca3c6
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.40",
"version": "0.9.41",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+15
View File
@@ -1,5 +1,20 @@
{
"releases": {
"0.9.41": {
"date": "2025-05-13",
"notes": [
"Improved UI and layout on mobile devices",
"Avatar images are now cached for offline use",
"Book file size is now displayed in the book details view",
"Update status is now correctly shown in the About window",
"TTS control positioning improved for notebook and RTL modes",
"TXT files are segmented by paragraph count if no chapter titles are found",
"Android: App now respects system auto-rotation settings",
"Linux: Updater is disabled on Linux when not using AppImage",
"Linux: Added support for Linux ARMHF builds",
"CSS: Resolved layout and color issues caused by hardcoded CSS"
]
},
"0.9.40": {
"date": "2025-05-08",
"notes": [