Skip to content

Commit

Permalink
Prepare release of version 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Dec 21, 2024
1 parent 8c5ec0d commit b329269
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.33.0] - 2024-12-21

### Changed

* Moved UI for theme switching from preferences screen to the main menu. Just open the burger menu
and find the button straight on top.

### Deprecated

### Removed

* Remove the `DependencyInfoBlock` from Gauguin APK. Avoids Google cipher magic.
Expand All @@ -24,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Fix theme switching if either the old or the new theme is the dynamic theme from Material You.

### Security

## [0.32.0] - 2024-11-10

### Added
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
— Die Auswahl des Themes ist nun direkt aus dem Menü möglich.
— Bugfix: Bei Benutzung von dynamischen Farben wurde manchmal der helle bzw. dunkle Modus
versehentlich weiter genutzt.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
— Switching to another theme is now possible directly from the main menu.
— Fixes switching to dynamic colors by supporting the correct light or dark mode.
4 changes: 2 additions & 2 deletions gauguin-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="45"
android:versionName="0.32.0">
android:versionCode="46"
android:versionName="0.33.0">

<application
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit b329269

Please sign in to comment.