|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Version 0.3.2 - Like a Feather |
| 4 | + |
| 5 | +### Licensing |
| 6 | + |
| 7 | +- Orion is now licensed under the Apache License 2.0, making it easier for third parties to develop their own versions. |
| 8 | + |
| 9 | +### New Features and Improvements |
| 10 | + |
| 11 | +#### Keyboard Enhancements |
| 12 | + |
| 13 | +- The Orion Keyboard now allows for presetText. |
| 14 | +- With presetText, text fields can now be edited, rather than being cleared every time they're opened. |
| 15 | +- Increased sizing of the text for Orion Keyboard components. |
| 16 | +- The contrast of buttons has been greatly improved in light mode. |
| 17 | + |
| 18 | +#### Debug Screen |
| 19 | + |
| 20 | +- A public Debug Screen has been implemented, which now displays Orion logs in real-time. |
| 21 | +- Logging is now asynchronous and with file rotation. |
| 22 | +- INFO, CONFIG and FINE are shown by default, with WARNING and SEVERE as optional filters. |
| 23 | + |
| 24 | +### Bug Fixes and Code Quality |
| 25 | + |
| 26 | +- Fixes have been made to MoveZScreen; It now correctly utilized the Odyssey API and calculates the correct heights. |
| 27 | +- UpdateScreen has been visually enhanced. |
| 28 | +- A loading state was added to DetailsScreen, ensuring that we fully render everything before revealing it to the user. |
| 29 | + |
| 30 | +### Known Issues |
| 31 | + |
| 32 | +- When enabling Developer Mode, the Debug bottomNavigationItem will not show until a state update. |
| 33 | +- WifiScreen sometimes shows a blank screen. When this happens, simply re-open the page by switching to the AboutScreen and back. |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +## Version 0.3.1 - Portrait Mode |
| 38 | + |
| 39 | +### New Features and Improvements |
| 40 | + |
| 41 | +#### Portrait Mode Enhancements |
| 42 | + |
| 43 | +- Significant improvements have been made to the portrait mode, which is the default orientation for the Prometheus Mini. |
| 44 | +- A new setting has been added to allow manual screen rotation. |
| 45 | + |
| 46 | +#### WiFi Screen Refactor |
| 47 | + |
| 48 | +- The WiFi screen has been completely refactored. |
| 49 | +- A QR code has been added, which will eventually direct users to the WebUI. |
| 50 | + |
| 51 | +### Bug Fixes and Code Quality |
| 52 | + |
| 53 | +- Various fixes have been implemented to enhance overall code quality. |
| 54 | +- Improvements include better code readability and maintainability. |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## Version 0.3.0 - Feature Complete TouchUI |
| 59 | + |
| 60 | +### New Features |
| 61 | + |
| 62 | +- Implemented ToolsScreen (Exposure, Move Z). |
| 63 | +- Implemented Settings and Updating Screens. |
| 64 | +- Redesigned Home, Status, Details, and About Screen. |
| 65 | + |
| 66 | +### Bug Fixes |
| 67 | + |
| 68 | +- WiFi screen actually works now. |
| 69 | + |
| 70 | +### Enhancements |
| 71 | + |
| 72 | +- Updated and streamlined design. |
| 73 | +- Enhanced error handling. |
| 74 | + |
| 75 | +### Documentation Updates |
| 76 | + |
| 77 | +- Fixed wrong information in OrionPi.sh description. |
| 78 | + |
| 79 | +### Known Issues |
| 80 | + |
| 81 | +- DetailsScreen and StatusScreen thumbnail scaling is broken. |
| 82 | + |
| 83 | +--- |
| 84 | + |
3 | 85 | ## Version 0.2.0 - Initial Beta Release |
4 | 86 |
|
5 | 87 | ### New Features |
|
0 commit comments