-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.3.2 - Like a Feather #25
Merged
Merged
Conversation
This file contains 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
- fix dialog width - remove redundant file name card
- now using ChoiceChip.elevated
…ved readability and padding
…ript execution - using an external script to avoid permission problems
- streamlined with the AboutScreen design - now shows a QR code leading to the upcoming Web interface
…ments and WiFi screen refactor
…and update logging
…g logic - Changed Debug menu to show up under dev mode rather than Debug, in preparation for the Debug menu overhaul.
Pre-Release 0.3.1 - WiFi refactor and Portrait Mode improvements
… and override release input
… brightness based on theme mode
…mutex for thread safety
- Now activated by Developer Mode rather than kDebugMode.
…icons for improved UX
…ion and clamp to maxZ - also ensure that we use the standard speed values from Odyssey
feat(settings): DebugScreen: implement log view for DebugScreen
feat(orion_kb, settings): enhancement of OrionKB
chore(orion): switch licensing to Apache License 2.0
- Improve Bleeding Edge logo
feat(settings): enhance UpdateScreen, update AboutScreen S/N, Switch to AL2
PaulGD03
added
enhancement
New feature or request
release
Marks a full release PR
labels
Dec 2, 2024
…ice to handle SCREEN_ROTATION only. (#26) Co-authored-by: PaulGD03 <paulskapczyk@gmail.com>
ada-phillips
approved these changes
Dec 4, 2024
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.
Changelog
Licensing
New Features and Improvements
Keyboard Enhancements
Debug Screen
Bug Fixes and Code Quality
Known Issues
When enabling Developer Mode, the Debug bottomNavigationItem will not show until a state update.
WifiScreen sometimes shows a blank screen. When this happens, simply re-open the page by switching to the AboutScreen and back.
This PR also contains all changes from Pre-Release 0.3.1 Pre-Release 0.3.1 - WiFi refactor and Portrait Mode improvements #18