@bobfrankston/rmfmail 1.1.89 → 1.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.commitmsg
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
Search history records live (no-Enter) searches too
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
it off), so nspell is the single source of squiggles and suggestions.
|
|
3
|
+
Search history only recorded on Enter, so a search typed and run
|
|
4
|
+
live ("Hoddie") never appeared in the history dropdown. Every executed
|
|
5
|
+
search is now recorded; recordSearchHistory() prunes any entry that is a
|
|
6
|
+
prefix of the new query, collapsing the keystroke progression ("Hod",
|
|
7
|
+
"Hodd") into the final term so it lands in history exactly once.
|
package/npmchanges.md
CHANGED
|
@@ -189,3 +189,14 @@ releaseFocus() now strips every .selected row. focusRow() also sweeps
|
|
|
189
189
|
stray .selected in single-select mode before highlighting its row, so
|
|
190
190
|
the list can never show a highlight that doesn't match the viewer.
|
|
191
191
|
|
|
192
|
+
## v1.1.89 — 2026-05-18
|
|
193
|
+
|
|
194
|
+
Spellcheck: disable the native checker so only nspell runs
|
|
195
|
+
|
|
196
|
+
The compose editor had BOTH the native Chromium/WebView2 spellchecker and
|
|
197
|
+
mailx's own nspell checker active — double red underlines everywhere
|
|
198
|
+
("why so much red twiddle") and right-click popping the native
|
|
199
|
+
suggestion menu instead of ours. wireSpellcheck now forces
|
|
200
|
+
spellcheck="false" on the editor body (with a MutationObserver to keep
|
|
201
|
+
it off), so nspell is the single source of squiggles and suggestions.
|
|
202
|
+
|
package/package.json
CHANGED