From 136316895bfefb9c3f3399f3f2905f9cf7fa7e52 Mon Sep 17 00:00:00 2001 From: mudnug <859143+mudnug@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:37:45 -0600 Subject: [PATCH] Add Ignore blockquotes filter --- README.md | 3 ++- manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c333e7..6cf12bf 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Toggle various filters to exclude content from being read: - Ignore YAML frontmatter - Ignore fenced code blocks - Ignore inline code backticks +- Ignore blockquotes - Ignore tags - Ignore Markdown header syntax - Ignore markdown tables @@ -95,7 +96,7 @@ Toggle various filters to exclude content from being read: - Ignore backslash escapes - Ignore underscores -Additionally, enable phrase line filtering to ignore lines containing specific phrases. +Additionally, enable phrase line filtering to ignore lines containing specific phrases, and prefix line filtering to skip lines that start with a specific prefix. ### Text-to-Speech diff --git a/manifest.json b/manifest.json index 62c7963..0d6e16f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-reader", "name": "Note Reader", - "version": "1.5.0", + "version": "1.5.1", "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 fd403f0..77ac81b 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.3.0": "1.11.0", "1.3.1": "1.11.0", "1.4.0": "1.11.0", - "1.5.0": "1.11.0" + "1.5.0": "1.11.0", + "1.5.1": "1.11.0" } \ No newline at end of file