FujiyNotepad v4.2.0
Highlights
Find options. The Find bar (Ctrl+F / F3) gains a row of toggles and a live match count:
- Match case (
Aa) — exact-case search (case-insensitive by default). - Whole word (
[ab]) — match whole words only. - Regular expression (
.*) — .NET regex, matched per line. - Match count — the file-wide number of matches, counted in the background.
Find next also behaves the way you'd expect now: it wraps around at the end of the document, resumes from the caret when you click elsewhere, advances non-overlapping matches, and only scrolls when the match is off-screen. Your option choices are remembered across sessions.
Under the hood this release also ships CI/release pipeline speedups (NuGet caching, parallel build/test, and relying on the runner's preinstalled .NET 10 SDK).
Download
Self-contained Native AOT — no prerequisites, just unzip and run FujiyNotepad.WinUI.exe (~23 MB):
| Your PC | Download |
|---|---|
| Most desktops & laptops (Intel/AMD, 64-bit) | FujiyNotepad-4.2.0-win-x64.zip |
| Windows on Arm (e.g. Snapdragon, Surface Pro X) | FujiyNotepad-4.2.0-win-arm64.zip |
| 32-bit Windows | FujiyNotepad-4.2.0-win-x86.zip |
What's Changed
- Speed up CI and release pipelines (NuGet cache + parallel release builds) by @felipepessoto in #21
- Find options: match case, whole word, regex, and live match count by @felipepessoto in #22
- Drop setup-dotnet; use the runner's preinstalled .NET 10 SDK by @felipepessoto in #23
Full Changelog: v4.1.1...v4.2.0