forked from akai/readest
release: version 0.9.98 (#3006)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@readest/readest-app",
|
||||
"version": "0.9.97",
|
||||
"version": "0.9.98",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "dotenv -e .env.tauri -- next dev",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
{
|
||||
"releases": {
|
||||
"0.9.98": {
|
||||
"date": "2026-01-21",
|
||||
"notes": [
|
||||
"Bookshelf: Added the ability to export original book files directly from the book details dialog",
|
||||
"Bookshelf: Added a new sorting option to organize books by publish date",
|
||||
"Bookshelf: Improved performance for large library with faster and more stable imports",
|
||||
"OPDS: Improved download reliability by correctly detecting filenames for PDF and CBZ files",
|
||||
"Proofreading: Added support for whole-word replacement to make text corrections more precise",
|
||||
"Notes: Added the ability to export notes using a customizable template",
|
||||
"PDF: Added support for panning within PDF documents for easier navigation",
|
||||
"PDF: Improved performance by pre-rendering the next page for smoother page transitions",
|
||||
"Text-to-Speech: Added support for word replacement to improve pronunciation during playback",
|
||||
"Text-to-Speech: Fixed an issue where playback speed settings were not applied correctly on Linux",
|
||||
"E-ink: Improved reading stability by preventing unwanted scrolling when animations are disabled or on e-ink devices",
|
||||
"Discord: Added Discord Rich Presence to display your current reading status on Desktop platforms",
|
||||
"Android: Fixed an issue that could cause occasional crashes during app startup",
|
||||
"Fonts: Improved web font loading for faster and more stable text rendering"
|
||||
]
|
||||
},
|
||||
"0.9.97": {
|
||||
"date": "2026-01-10",
|
||||
"notes": [
|
||||
|
||||
+20
-11
@@ -59,6 +59,26 @@
|
||||
<launchable type="desktop-id">com.bilingify.readest.desktop</launchable>
|
||||
|
||||
<releases>
|
||||
<release version="0.9.98" date="2026-01-21">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Bookshelf: Added the ability to export original book files directly from the book details dialog</li>
|
||||
<li>Bookshelf: Added a new sorting option to organize books by publish date</li>
|
||||
<li>Bookshelf: Improved performance for large library with faster and more stable imports</li>
|
||||
<li>OPDS: Improved download reliability by correctly detecting filenames for PDF and CBZ files</li>
|
||||
<li>Proofreading: Added support for whole-word replacement to make text corrections more precise</li>
|
||||
<li>Notes: Added the ability to export notes using a customizable template</li>
|
||||
<li>PDF: Added support for panning within PDF documents for easier navigation</li>
|
||||
<li>PDF: Improved performance by pre-rendering the next page for smoother page transitions</li>
|
||||
<li>Text-to-Speech: Added support for word replacement to improve pronunciation during playback</li>
|
||||
<li>Text-to-Speech: Fixed an issue where playback speed settings were not applied correctly on Linux</li>
|
||||
<li>E-ink: Improved reading stability by preventing unwanted scrolling when animations are disabled or on e-ink devices</li>
|
||||
<li>Discord: Added Discord Rich Presence to display your current reading status on Desktop platforms</li>
|
||||
<li>Android: Fixed an issue that could cause occasional crashes during app startup</li>
|
||||
<li>Fonts: Improved web font loading for faster and more stable text rendering</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.97" date="2026-01-10">
|
||||
<description>
|
||||
<ul>
|
||||
@@ -206,17 +226,6 @@
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.87" date="2025-10-16">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Reader: Improved chapter detection with better chapter title recognition</li>
|
||||
<li>Reader: Enhanced compatibility for parsing more footnote formats</li>
|
||||
<li>Theme: Fixed auto theme switching in new reader windows</li>
|
||||
<li>TTS: Improved scrolling accuracy to highlighted text during read-aloud</li>
|
||||
<li>TTS: Fixed crash issues on certain Android systems</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<metadata_license>FSFAP</metadata_license>
|
||||
|
||||
@@ -1 +1 @@
|
||||
9475dfcd4a8540d2b4f5dcf258ad562e6795c96d2401b9112ea48703d2104fc9 ../../data/metainfo/appdata.xml
|
||||
b1de0a1208936f4d713d5278205501ace33fced1e4fb97754acfbecf472bf849 ../../data/metainfo/appdata.xml
|
||||
|
||||
Reference in New Issue
Block a user