Skip to content

Meadowmark v0.1.51

Choose a tag to compare

@cafepromenade cafepromenade released this 19 Aug 02:36

Meadowmark v0.1.51

Exact commit: e5335a146844543ea2747862722821eaaf62828d

This is a manually published release. The automatic Release workflow is disabled only for the single default-branch push that carries this commit, preventing a duplicate publisher; it is restored immediately after manual publication and read-back.

The release contains an unsigned Windows installer built through the committed build.bat /s and then build-installer.bat /s paths, in that order. Code signing is permanently disabled. Windows may show an unknown-publisher or SmartScreen warning. Meadowmark is free and has no purchases.

No tests or lint ran in GitHub Actions for this manual release. Focused local checks and both canonical build scripts ran before publication.

Dim-sum code name

Scallop Har Gow · 帶子蝦餃 (hk-dish-0002)

The photo is linked from the public catalog. It is not copied into this repository or attached to this release.

Verification

  • build.bat /s: exit 0.
  • RELEASE_BUILD_VERSION=0.1.51 with build-installer.bat /s: exit 0.
  • Release contract: exit 0.
  • Negative release contract: 16 deliberate breakages all turned red.
  • Workflow structure: actionlint -shellcheck= exit 0; shellcheck integration was disabled on this Windows host.
  • Package provenance: base 0.1.0, package 0.1.51, exact commit matched.
  • PE certificate table: NotSigned.
  • Source icon: valid 16,20,24,32,40,48,64,128,256 frames.
  • Packaged app and installer icons: large and small hashes matched the committed icon.

Artifact SHA-256

cbea281ab3114cb23ebadd4078c5c06045d4b10572610a60c809a9c5ec13b227  meadowmark-0.1.51-full.nupkg
130b19f431a26215b872d1031aafbaf6e3cf63f6a1f82db8d493cad2aefe0646  Meadowmark-Setup-0.1.51.exe
3d3eada0a95b6fa5d6a9c852e1c03ba8368e2623c2e4fc0cbe9642cd45d458e1  RELEASES

Manual release timing

  • Runnable build: completed immediately before installer packaging.
  • Installer packaging started: 2026-08-19T02:30:23.6540427Z
  • Installer packaging completed: 2026-08-19T02:31:15.3703891Z
  • Manual publication completed: 2026-08-19T02:36:09Z
  • Packaging-to-publication duration: 00:05:45

Line count

Meadowmark line count (HEAD)

Size by area

Area Files Total lines Non-blank lines
App source 130 22108 20056
Shared source 28 5014 4474
Engine source 19 8337 7672
Renderer source 8 2744 2501
UI source 76 8655 7854
Tests 2 213 194
Styles / markup 57 6935 6404
Tools & scripts 23 2690 2479
Data 12 9186 9186
Docs / Markdown 44 3290 2571
Config 20 15602 15552
Generated 3 142 136
Other project text 26 3996 3646
Project total 448 88912 82725

Explicitly excluded text

Lockfiles, vendored trees, dependency directories, and build output are not project code. Their text remains visible here and in the grand text total.

Reason Files Total lines Non-blank lines
Legal metadata 1 21 17
Lockfile 1 5325 5325
Excluded text total 2 5346 5342

Grand text total (project + excluded)

Text files Binary files (not line-counted) Total lines Non-blank lines
450 5 94258 88067

Author attribution (surviving text lines, via git blame)

A commit is agent-authored when its author email is noreply@anthropic.com or its message has a Co-Authored-By trailer naming Claude. Metadata/read failures are unattributed, never guessed to be human.

Author Lines Share
Agent (Claude) 94258 100.0%
Human 0 0.0%
Unattributed 0 0.0%
Total 94258 100.0%

Counted with node tools/line-count/count.mjs --rev HEAD from tools/line-count/count.mjs.