Reorganize versions: bug fixes to 3.1.1, improvements to 3.1.0; add high score menu docs#72
Open
Claude wants to merge 4 commits into
Open
Reorganize versions: bug fixes to 3.1.1, improvements to 3.1.0; add high score menu docs#72Claude wants to merge 4 commits into
Claude wants to merge 4 commits into
Conversation
Co-authored-by: 28pins <262898015+28pins@users.noreply.github.com>
…igh score menu docs Co-authored-by: 28pins <262898015+28pins@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Reorganizes the release documentation/versioning by splitting prior work into 3.1.0 (improvements) and 3.1.1 (bug fixes), and documents the launcher’s previously undocumented high score menu feature. Also aligns the visible/packaged version metadata to 3.1.1.
Changes:
- Bump packaged library version to 3.1.1 and update the README version badge accordingly.
- Add README documentation for the High score menu (launcher
UPflow, LED flash indicator, EEPROM persistence details). - Add new CHANGELOG entries for 3.1.0 (improvements/perf) and 3.1.1 (bug fixes), splitting content described in PR #70.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
library.properties |
Updates Arduino library metadata version to 3.1.1. |
README.md |
Updates version badge and adds a “High score menu” documentation section. |
CHANGELOG.md |
Adds 3.1.0 and 3.1.1 sections to reflect the version split. |
Owner
|
@claude[agent] resolve the conflicts |
Co-authored-by: 28pins <262898015+28pins@users.noreply.github.com>
Author
Conflicts resolved in dc2ad5b. The CHANGELOG now includes:
All changes from main have been merged, including the new brightness control game. |
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.
Split PR #70 changes across two versions and document the previously undocumented high score menu feature.
Version reorganization
README additions
Added "High score menu" section explaining:
UPbutton in launcherVersion consistency
Updated version badges and
library.propertiesto 3.1.1 across all files.Merge resolution
Resolved merge conflicts with main branch by integrating the brightness control features (added in main after PR #70) into version 3.1.0 alongside the improvements and optimizations from PR #70.