Skip to content

Markdown Midget v0.1.8-alpha3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:44

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.yml runs on pushes to master
    and every PR — builds the editor bundle (npm) + solution + runs tests on
    windows-latest with .NET 10.
  • GitHub Actions release publishing: .github/workflows/release.yml fires
    on v* tag pushes. Builds the editor bundle, runs tests, publishes the
    framework-dependent exe with tag-derived Version / 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/-rc in
    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

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.