Release 0.2.0 - #19
Merged
Merged
Conversation
Audio, a second test suite, and a review screen that fits in a terminal. Eleven merged pull requests since 0.1.0; CHANGELOG.md is new and says what they were. The demo GIF is re-rendered because the UI in it changed twice: the review legends now offer "[a] play audio" and "[a] hear the question", and the prompt after an answer wraps onto two lines at this width. Both are visible in the recording, which is the point of re-rendering it rather than leaving a picture of a version that no longer exists. The canvas is unchanged at 900x795. The statistics dashboard is still the tallest screen and still fits, checked frame by frame rather than assumed -- that screen has clipped twice before. The tape now says why the wrapped legend in it is deliberate, so nobody widens the recording to hide it. No transcript changed for the version bump, which is what the <VERSION> placeholder in normalise.awk was written for: releasing does not touch 38 expected files.
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.
Version to 0.2.0, a new
CHANGELOG.md, and a re-rendered demo.Eleven merged PRs since 0.1.0. The headline is audio — playing a card with
a,rendering a whole deck ahead of time with
--generate-audio --voice, and a setuppath that explains itself instead of requiring you to already know how pipx
works. Alongside that, a golden end-to-end suite that now stands at 38 cases.
The GIF
Re-rendered because the UI in it changed twice: the review legends now offer
[a] play audioand[a] hear the question, and the prompt after an answerwraps onto two lines at this width. Leaving the old recording would have meant
shipping a picture of a version that no longer exists.
Canvas unchanged at 900x795. The statistics dashboard is still the tallest screen
and still fits — checked frame by frame rather than assumed, since that screen
has clipped the canvas twice before. The tape now records that the wrapped legend
is deliberate, so nobody widens the recording to hide it.
No transcript churn
The version bump changes zero expected files. That is what the
<VERSION>placeholder in
normalise.awkwas written for in #11, and this is the firstrelease to actually exercise it.
Verification
make checkclean on a fresh build: 542 unit checks, 38 golden cases../FlashTerm --versionreports 0.2.0.Tag
v0.2.0goes onmainonce this merges.