Skip to content

Commit b329269

Browse files
committed
Prepare release of version 0.33.0
1 parent 8c5ec0d commit b329269

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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.

gauguin-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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"

0 commit comments

Comments
 (0)