release: version 0.9.69 (#1733)

This commit is contained in:
Huang Xin
2025-08-02 09:36:10 +08:00
committed by GitHub
parent 1788b86ced
commit 1ef126f820
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.68",
"version": "0.9.69",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+13
View File
@@ -1,5 +1,18 @@
{
"releases": {
"0.9.69": {
"date": "2025-08-02",
"notes": [
"Updater: Fixed permission issue when updating in standalone reader window",
"Config: Added option to disable doubleclick actions",
"EPUB: Fixed missing images in some EPUB files",
"EPUB: Corrected formatting for book subjects",
"TXT: Improved language detection when parsing TXT files",
"CSS: Resolved issue where custom font colors could not be applied",
"Layout: Corrected cover image width display in 'Fit' mode for list view",
"Layout: Fixed unintended scrolling in reader view when highlighting text"
]
},
"0.9.68": {
"date": "2025-07-30",
"notes": [