diff --git a/README.md b/README.md index ad4160a..6c333e7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Transform your notes (or articles via Obsidian Web Clipper) into an immersive au - **Reader Modes**: Enhanced mode with highlighting and progress tracking, and Lite mode for audio-only reading on mobile devices with the screen off. - **Media Key Support**: Use keyboard media keys for playback control. - **Resume Position**: Automatically remember and resume reading position (if enabled). +- **Jump to Position**: Hover over any line in the editor while reading to reveal a play icon; click it to start reading from that exact line. ### Text Processing diff --git a/manifest.json b/manifest.json index 1e443dc..62c7963 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-reader", "name": "Note Reader", - "version": "1.4.0", + "version": "1.5.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", diff --git a/versions.json b/versions.json index b7ad189..fd403f0 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.2.0": "1.11.0", "1.3.0": "1.11.0", "1.3.1": "1.11.0", - "1.4.0": "1.11.0" + "1.4.0": "1.11.0", + "1.5.0": "1.11.0" } \ No newline at end of file