Skip to content

Commit

Permalink
Prepare for v1.6.0 (48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Mar 15, 2023
1 parent 7f4e2ed commit 3d8d98e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.0
* Translations updated from crowdin
* Add donation links
* Allow setting the colors that the launcher receives in the advanced settings
* Include blur function directly instead of whole [Renderscript library](https://github.com/android/renderscript-intrinsics-replacement-toolkit) and optimize it

## 1.5.0
* Support for animated GIF and WebP [#113](https://github.com/cvzi/darkmodewallpaper/issues/113) [#118](https://github.com/cvzi/darkmodewallpaper/pull/118)
* Update to Gradle 8.0
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId 'com.github.cvzi.darkmodewallpaper'
minSdkVersion 29
targetSdkVersion 33
versionCode 47
versionName '1.5.0'
versionCode 48
versionName '1.6.0'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* 🎞️ Added support for animated GIF and animated WebP
* Set the colors that the launcher receives (in the advanced settings)

0 comments on commit 3d8d98e

Please sign in to comment.