diff --git a/apps/readest-app/package.json b/apps/readest-app/package.json index c595ea7d..3c1592dc 100644 --- a/apps/readest-app/package.json +++ b/apps/readest-app/package.json @@ -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", diff --git a/apps/readest-app/release-notes.json b/apps/readest-app/release-notes.json index d484c733..dd328c43 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -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": [