Skip to content

Commit e117862

Browse files
authored
Release 0.3.2 - Merge pull request #25 from TheContrappostoShop/release_0-3-2
Release 0.3.2 - Like a Feather
2 parents 6187591 + 2027764 commit e117862

36 files changed

+2739
-2186
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: subosito/flutter-action@v2
1515
with:
1616
channel: "stable" # or: 'beta', 'dev', 'master' (or 'main')
17+
flutter-version: 3.24.4
1718
- run: sudo apt-get update && sudo apt-get install -y gtk+-3.0
1819
- run: flutter pub global activate flutterpi_tool
1920
- run: flutter build linux

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,87 @@
11
# Changelog
22

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+
385
## Version 0.2.0 - Initial Beta Release
486

587
### New Features

0 commit comments

Comments
 (0)