mirror of
https://github.com/mudnug/note-reader.git
synced 2026-07-22 16:30:22 +00:00
Improved "Read from cursor" behavior
This commit is contained in:
parent
98e075213f
commit
335649fd2c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "note-reader",
|
||||
"name": "Note Reader",
|
||||
"version": "1.3.2",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "Provides text-to-speech (TTS) for notes or clipped articles by reading them aloud while highlighting words. Offers on-device and online voice providers.",
|
||||
"author": "m",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"1.1.0": "1.11.0",
|
||||
"1.2.0": "1.11.0",
|
||||
"1.3.0": "1.11.0",
|
||||
"1.3.1": "1.11.0"
|
||||
"1.3.2": "1.11.0"
|
||||
"1.3.1": "1.11.0",
|
||||
"1.4.0": "1.11.0"
|
||||
}
|
||||
Loading…
Reference in a new issue