release: version 0.9.101 (#3410)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@readest/readest-app",
|
||||
"version": "0.9.100",
|
||||
"version": "0.9.101",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "dotenv -e .env.tauri -- next dev",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
{
|
||||
"releases": {
|
||||
"0.9.101": {
|
||||
"date": "2026-02-28",
|
||||
"notes": [
|
||||
"Text-to-Speech: Fixed an issue where TTS could not continue to the next chapter",
|
||||
"Reading: Fixed an issue importing very large TXT files on iOS",
|
||||
"Reading: Fixed the layout of the reading ruler in scrolled mode",
|
||||
"Reading: Smoother page-turn animations for a more fluid experience",
|
||||
"Reading: Added a gallery mode to zoom and browse images within books",
|
||||
"Annotations: Page numbers are now displayed and exported with highlights and notes",
|
||||
"Annotations: Added support for exporting highlights to Readwise",
|
||||
"OPDS: Fixed missing book descriptions in OPDS feeds",
|
||||
"Android: Improved compatibility with older WebView versions on Android"
|
||||
]
|
||||
},
|
||||
"0.9.100": {
|
||||
"date": "2026-02-13",
|
||||
"notes": [
|
||||
|
||||
+15
-12
@@ -59,6 +59,21 @@
|
||||
<launchable type="desktop-id">com.bilingify.readest.desktop</launchable>
|
||||
|
||||
<releases>
|
||||
<release version="0.9.101" date="2026-02-28">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Text-to-Speech: Fixed an issue where TTS could not continue to the next chapter</li>
|
||||
<li>Reading: Fixed an issue importing very large TXT files on iOS</li>
|
||||
<li>Reading: Fixed the layout of the reading ruler in scrolled mode</li>
|
||||
<li>Reading: Smoother page-turn animations for a more fluid experience</li>
|
||||
<li>Reading: Added a gallery mode to zoom and browse images within books</li>
|
||||
<li>Annotations: Page numbers are now displayed and exported with highlights and notes</li>
|
||||
<li>Annotations: Added support for exporting highlights to Readwise</li>
|
||||
<li>OPDS: Fixed missing book descriptions in OPDS feeds</li>
|
||||
<li>Android: Improved compatibility with older WebView versions on Android</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.100" date="2026-02-13">
|
||||
<description>
|
||||
<ul>
|
||||
@@ -224,18 +239,6 @@
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.91" date="2025-10-29">
|
||||
<description>
|
||||
<ul>
|
||||
<li>TTS: Fixed an issue where system voices were not working on Android</li>
|
||||
<li>TTS: Added options to customize the highlight style during read-aloud</li>
|
||||
<li>E-Ink: Disabled all shadows to improve display clarity</li>
|
||||
<li>E-Ink: Added an option to save the last book cover on Android</li>
|
||||
<li>Android: Fixed a crash that occurred when toggling 'Allow Script'</li>
|
||||
<li>Android: Adjusted launcher icon size for better compatibility across devices</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<metadata_license>FSFAP</metadata_license>
|
||||
|
||||
@@ -1 +1 @@
|
||||
89a2fdc3375b498db29e89907d4fa00e994be8ec6608689ab4d1ef3b94b83d59 ../../data/metainfo/appdata.xml
|
||||
270dd7735b8f9b914accdc114bbe06fc92767ceaddc967380d386cfcc51f0952 ../../data/metainfo/appdata.xml
|
||||
|
||||
Reference in New Issue
Block a user