chore: release v0.2.0 - #35
Merged
Merged
Conversation
Bump MARKETING_VERSION / CFBundleShortVersionString to 0.2.0 and move the CHANGELOG [Unreleased] section into a dated [0.2.0] entry. Adds the previously-unlisted auto-resize window feature (#34) and the TTS markdown stripping fix (#31) to the notes. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
Release v0.2.0. Bumps
MARKETING_VERSION/CFBundleShortVersionStringto0.2.0and moves theCHANGELOG[Unreleased]section into a dated[0.2.0] - 2026-06-15entry.This batches the work merged since v0.1.9 into a release: keyboard-first translation window, history/pin shortcuts, markdown-table rendering, auto-resize window, and the TTS markdown-stripping fix.
Changes
mac-app/project.yml—MARKETING_VERSIONandCFBundleShortVersionString→0.2.0mac-app/Lumo/Info.plist— regeneratedCFBundleShortVersionString→0.2.0(kept in sync with project.yml)CHANGELOG.md—[Unreleased]→[0.2.0] - 2026-06-15; added two entries that were missing from the section:Release notes (v0.2.0)
Added
Changed
Fixed
Type of Change
Notes for reviewers
After this merges to
main, the release is cut by tagging the merged commitv0.2.0and pushing the tag — the tag push triggers CI (release.yml) to build, EdDSA-sign, generate the appcast, and publish the GitHub Release.