Release 0.3.0 - #11
Merged
Merged
Conversation
The configuration reloads as it is saved and a broken one shows in the icon with a notification (Lot 9), the games marked by hand in the Game Bar are detected and the idle look costs a twelfth of what it did (Lot 15). Minor, as a 0.x release with a contract change said in the notes: the watcher no longer exits with 3 or 4 on a bad file at logon. The changelog's section is dated, with a line saying what the release is, and the Unreleased section is empty again. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
The 0.3.0 package came out at 88 KB: makecab's default disk is a 1.44 MB floppy, the executables had grown past it once compressed (1,476,966 bytes), and with a fixed cabinet name the second cabinet of the spanned set overwrote the first. The File table still listed four files, which is all the 102 evaluators check, so the local release said OK. msi.ps1 now sets MaxDiskSize=0, and refuses a cabinet that expand -D does not show holding every file, or a build that left more than one. Recorded in the distribution page: an installer that would have failed on every machine, first on the update meant to close Lot 13. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release commit for 0.3.0, and a fix to the installer found while preparing it.
What 0.3.0 carries — its
CHANGELOG.mdsectionlog_levelused to leave a log with nothing but errors in it.The two commits
Release 0.3.0—version = "0.3.0", the[Unreleased]section turned into## [0.3.0] - 2026-09-23with a summary line, a stray blank line and an imprecise sentence fixed,[Unreleased]empty again, the compare links moved on.Build the installer's cabinet in one piece, and refuse one that is not— the localbuild.ps1 releasesaid release OK with an 88 KB installer:makecab's default disk is a 1.44 MB floppy, the executables had grown past it once compressed (1,476,966 bytes), and with a fixed cabinet name the second cabinet of the spanned set overwrote the first. TheFiletable still listed four files, which is all the 102 evaluators check. Published, the installer would have failed on every machine — first on the update meant to close Lot 13.scripts/msi.ps1now setsMaxDiskSize=0and refuses a cabinet thatexpand -Ddoes not show holding every file, or a build that left more than one. Recorded indocs/design/08-distribution.md.Verified locally
build.ps1 releaseat9acf017: checklist green, binaries stamped0.3.0 (9acf0173), the changelog section found, 102 evaluators clean, installer 1.5 MB. An administrative extraction of the installer (msiexec /a, nothing installed) produced the four files at their exact sizes, and the extracted executable answers0.3.0 (9acf0173).After the merge
Tag
v0.3.0on the merge commit — on approval — and the workflow publishes. Then Lot 13 closes on the first update from a genuine 0.2.0 through the menu, on both machines.🤖 Generated with Claude Code