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
- - Add: Full control over categories
+ - Add: Comprehensive gestures control
+ - Add: Octagon Icon Shape
- Add: OWM as weather provider
- - Add: Drag-and-drop support for prefs (tabs, folders and dash items)
- Add: LawnIcons support
- - Add: IconShape, NotificationBadges, WeatherUnit prefs
+ - Add: Full control over categories
- Add: Themed icon support for A13
- - Add: Octagon Icon Shape
- - Fix: Auto-applying some prefs
- - Fix: Linking dash items to the new prefs
- - Fix: SearchBar UI
- - Fix: Managing BackupFiles (maybe there's still some edge cases)
+ - Update: The all new settings UI/UX
+ - Update: Change default swipe up from dock gesture to show drawer
+ - Update: Listed translators
+ - Fix: Ghost icons' issue
+ - Fix: Backups compatibility between release/neo/debug
- Fix: Sorting apps based on the locale language
- - Update: Separate backgrounds color and alpha again
- - Update: Dash items layout
+ - Fix: SearchBar UI
+ - Fix: Black accented themes not following system/wallpaper light theme
+ - Fix: Some crashes on A12.1, A13
+ - Fix: Crash when system doesn't provide icon shape
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…