diff --git a/assets/changelog.htm b/assets/changelog.htm index de3f01665f..3b64598b6e 100644 --- a/assets/changelog.htm +++ b/assets/changelog.htm @@ -8,23 +8,25 @@
-

v0.9.3 (Build 926)

-

Release date: 10-31-2022

+

v0.9.3 (Build 934)

+

+500 commits. Release date: 10-28-2022

Back to the top

diff --git a/build.gradle.kts b/build.gradle.kts index bf9daff8cb..07870ab03a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,8 +34,8 @@ android { namespace = "com.android.launcher3" compileSdk = 33 - val name = "0.9.3-beta2" - val code = 933 + val name = "0.9.3" + val code = 934 defaultConfig { diff --git a/fastlane/metadata/android/en-US/changelogs/934.txt b/fastlane/metadata/android/en-US/changelogs/934.txt new file mode 100644 index 0000000000..6868a0b232 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/934.txt @@ -0,0 +1,8 @@ +Add: OWM as weather provider +Add: LawnIcons support +Add: Themed icon support for A13 +Update: The all new settings UI/UX +Fix: Ghost icons' issue +Fix: Backups compatibility between release/neo/debug +Fix: Sorting apps based on the locale language +For more details check the full changelog…