release: version 0.9.52 (#1327)

This commit is contained in:
Huang Xin
2025-06-03 21:49:04 +08:00
committed by GitHub
parent 43532a0ee8
commit 363b98dd3b
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@readest/readest-app",
"version": "0.9.51",
"version": "0.9.52",
"private": true,
"scripts": {
"dev": "dotenv -e .env.tauri -- next dev",
+12
View File
@@ -1,5 +1,17 @@
{
"releases": {
"0.9.52": {
"date": "2025-06-03",
"notes": [
"Library: The search bar now shows the number of books currently displayed",
"Book Details: Book descriptions now support rich HTML formatting",
"Notebook: Added support for writing notes using Markdown",
"Notebook: You can now search within your notes",
"Sync: A sync status item has been added to the View menu",
"TOC: You can now sort the table of contents by page number",
"Reader: Option added to show remaining time in the current chapter"
]
},
"0.9.51": {
"date": "2025-06-01",
"notes": [