release: v2.32.4 (versionCode 126) - #301
Merged
Merged
Conversation
Ships the trash-list hardening from PR #300: trash rows are keyed by note id (the last key-less items() call in the app), and the inline Restore/Delete actions are now Material 3 text buttons, giving long localized labels (e.g. German) more room for the title on narrow screens. - versionCode 125 -> 126, versionName 2.32.3 -> 2.32.4 - CHANGELOG.md and CHANGELOG.ko.md gain the v2.32.4 section - seven store-locale 126.txt: 195 characters in English, 258 at the longest, every locale keeping well below the 500 cap - landing x7 (softwareVersion, release-line, trust-ledger) and README x7 release links move to v2.32.4; the figcaption screenshot version stays at v2.23.0, which is what it documents - HISTORY.md records the two hardening candidates and their fixes (PR #300)
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.
Summary
v2.32.4 release commit (versionCode 126), shipping the trash-list hardening from #300 (already merged and on main via PR): trash rows are now keyed by note id — the app's last key-less
items()call — and the inline Restore/Delete actions are Material 3 text buttons, so long localized labels (e.g. German "Wiederherstellen") leave the title more room on narrow screens while both actions stay visible and tappable.This is the standard release commit: version bump, CHANGELOG (en/ko), seven store-locale changelogs (126.txt), landing ×7 and README ×7 version strings.
Verification
scripts/verify-release-notes.ps1— all 7 locales present, under the 500-char cap, CHANGELOG editions in sync ✅scripts/verify-landing-versions.ps1— landing + README version strings match v2.32.4, figcaption stays at v2.23.0 ✅buildCI job on this PR.Note
The release commit was already pushed to GitLab main directly; GitHub main is protected, so it lands here via PR. After merge, tag
v2.32.4will be pushed (GitLab first, then GitHub).