Markdown Midget v0.1.8-alpha3
Pre-release
Pre-release
Added
- Unit tests. New
tests/MarkdownMidget.Tests/xUnit project covering
FindEngine(four search modes, escapes, wildcards, whole word, case, regex
edge cases) — 32 tests, ~40 ms locally. - GitHub Actions CI:
.github/workflows/ci.ymlruns on pushes tomaster
and every PR — builds the editor bundle (npm) + solution + runs tests on
windows-latestwith .NET 10. - GitHub Actions release publishing:
.github/workflows/release.ymlfires
onv*tag pushes. Builds the editor bundle, runs tests, publishes the
framework-dependent exe with tag-derivedVersion/InformationalVersion,
extracts the matching CHANGELOG section for release notes, appends the
standard Download / Requirements / Notes boilerplate, and creates the
GitHub release (prerelease flag inferred from-alpha/-beta/-rcin
the tag). This release is the first published by CI. - README and HELP.md now embed all images as base64 data URIs so the
files stay self-contained if copied outside the repo tree. HELP.md's
mascot header set the pattern in alpha3-prep; the README screenshot and
mascot follow the same convention.
See CHANGELOG.md for full history.
Download
MarkdownMidget-v0.1.8-alpha3-win-x64-net10.exe — single-file, framework-dependent build (~6.13 MB).
Requirements
- Windows 10/11 (x64)
- .NET 10 Desktop Runtime — https://dotnet.microsoft.com/download/dotnet/10.0
- Microsoft Edge WebView2 Runtime — preinstalled on Windows 11; otherwise a free download from Microsoft.
Notes
- This is an early alpha — expect rough edges, and please file issues.
- The download is unsigned, so Windows SmartScreen may warn on first run: click More info → Run anyway.
- Settings/recent files live under
%LocalAppData%\MarkdownMidget.