Conversation
- Create generate-firmware-summary.zsh script to automatically generate firmware support table - Add mandatory firmware summary section to release instructions - Include current firmware status at top of all release notes - Provide users with immediate visibility into supported models and latest firmware versions - Generate clean table showing Model | Latest Official | Latest Labs format
- Calculate optimal column widths based on content length - Use printf formatting for consistent spacing and alignment - Generate proper separators that match column widths - Ensure headers align with content below - Improve readability with left-aligned content
- Sort models in priority order: HERO13, HERO (2024), HERO12, HERO11, HERO11 Mini, HERO10, HERO9, HERO8, GoPro Max, The Remote - Replace alphabetical sorting with custom order for better user experience - Maintain fallback to alphabetical for any models not in custom order
- Automatically place newer models (higher firmware versions) at the top of the list - Sort unknown models by firmware version in descending order - Maintain custom order for known models (HERO13, HERO12, etc.) - Future-proof design: new models added will automatically appear at the top - HERO (2024) now correctly appears first due to highest firmware version
… order (refs #20) - Use robust string comparison for custom order matching - Remove all debug output for clean production use - Table now matches user-specified order exactly, including HERO (2024)
🧪 Test Results✅ All tests passed Test Suites Executed:
📊 Test Reports: Available in workflow artifacts Generated by GoProX Comprehensive Testing Framework |
🧪 Test Results✅ All tests passed Test Suites Executed:
📊 Test Reports: Available in workflow artifacts Generated by GoProX Comprehensive Testing Framework |
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
This PR enhances the GoProX AI release summary process by adding a comprehensive firmware summary table that shows supported GoPro models and their latest official and labs firmware versions.
Requirements
Motivation
Users need immediate visibility into which GoPro models are supported by GoProX and what the latest firmware versions are. This information should be prominently displayed at the top of all release notes.
Acceptance Criteria
Reference