release: version 0.9.61 (#1479)

This commit is contained in:
Huang Xin
2025-06-26 17:27:02 +08:00
committed by GitHub
parent 3875c8f239
commit 4fde9955b2
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.60",
"version": "0.9.61",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+13
View File
@@ -1,5 +1,18 @@
{
"releases": {
"0.9.61": {
"date": "2025-06-26",
"notes": [
"Layout: Fixed view menu width on smaller screens",
"Layout: Added option to crop or fit book covers in library view",
"Reader: You can now apply custom CSS to the reading interface (UI)",
"Reader: Added an option to show remaining pages in the current chapter",
"Settings: Added options to reset settings from the config dialog",
"Import: Fixed encoded filenames when importing TXT files on iOS",
"Linux: Fixed missing app icon on some Linux distributions",
"GitHub: Added donation link to support Readest development"
]
},
"0.9.60": {
"date": "2025-06-22",
"notes": [