File tree Expand file tree Collapse file tree
fastlane/metadata/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14+ ### Deprecated
15+
16+ ### Removed
17+
18+ ### Fixed
19+
20+ ### Security
21+
22+ ## [ 0.33.0] - 2024-12-21
23+
24+ ### Changed
25+
1426* Moved UI for theme switching from preferences screen to the main menu. Just open the burger menu
1527 and find the button straight on top.
1628
17- ### Deprecated
18-
1929### Removed
2030
2131* Remove the ` DependencyInfoBlock ` from Gauguin APK. Avoids Google cipher magic.
@@ -24,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2434
2535* Fix theme switching if either the old or the new theme is the dynamic theme from Material You.
2636
27- ### Security
28-
2937## [ 0.32.0] - 2024-11-10
3038
3139### Added
Original file line number Diff line number Diff line change 1+ — Die Auswahl des Themes ist nun direkt aus dem Menü möglich.
2+ — Bugfix: Bei Benutzung von dynamischen Farben wurde manchmal der helle bzw. dunkle Modus
3+ versehentlich weiter genutzt.
Original file line number Diff line number Diff line change 1+ — Switching to another theme is now possible directly from the main menu.
2+ — Fixes switching to dynamic colors by supporting the correct light or dark mode.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : installLocation =" auto"
4- android : versionCode =" 45 "
5- android : versionName =" 0.32 .0" >
4+ android : versionCode =" 46 "
5+ android : versionName =" 0.33 .0" >
66
77 <application
88 android : icon =" @mipmap/ic_launcher"
You can’t perform that action at this time.
0 commit comments