File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,30 @@ All notable changes to this project will be documented in this file.
33
44## UNRELEASED
55
6- ## [ 0.69.1-beta04 ]
6+ ## [ 0.69.1-beta05 ]
77### Added
8-
98* ui-toolkit: Add a screen for the not-checked-in state (#63 )
109* ui-toolkit: Add WLANManager for the WifiWidget (#82 )
1110* ui-toolkit: Support headerless sections (#79 )
1211
1312### Changed
14-
1513* core: Update CA certificates (#81 )
1614* ui-toolkit: Theme update (#78 )
1715
1816### Fixed
17+ * ui-toolkit: Fix crash on empty project list (#77 )
1918
19+ ## [ 0.69.1-beta04] (withdrawn)
20+ ### Added
21+ * ui-toolkit: Add a screen for the not-checked-in state (#63 )
22+ * ui-toolkit: Add WLANManager for the WifiWidget (#82 )
23+ * ui-toolkit: Support headerless sections (#79 )
24+
25+ ### Changed
26+ * core: Update CA certificates (#81 )
27+ * ui-toolkit: Theme update (#78 )
28+
29+ ### Fixed
2030* ui-toolkit: Fix crash on empty project list (#77 )
2131
2232## [ 0.69.1-beta03]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ allprojects {
3737 }
3838
3939 project. ext {
40- sdkVersion = ' 0.69.1-beta04 '
40+ sdkVersion = ' 0.69.1-beta05 '
4141 versionCode = 1
4242
4343 compileSdkVersion = 31
You can’t perform that action at this time.
0 commit comments