release: version 0.9.60 (#1452)

This commit is contained in:
Huang Xin
2025-06-22 17:24:47 +08:00
committed by GitHub
parent 7fe4d38c51
commit f815844577
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.59",
"version": "0.9.60",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+13
View File
@@ -1,5 +1,18 @@
{
"releases": {
"0.9.60": {
"date": "2025-06-22",
"notes": [
"Layout has been improved for iPad devices",
"Screen orientation changes are now smoother on iOS",
"Importing books on iOS during the first launch is now more reliable",
"Font size no longer changes unexpectedly in scrolled mode on iOS",
"Top and bottom safe insets are now ignored when no header or footer is present",
"Interactive books now load correctly on the Desktop platform",
"Translation is now disabled when the primary language is undefined",
"Android: the task list background color has been updated with current theme color"
]
},
"0.9.59": {
"date": "2025-06-19",
"notes": [