Skip to content

Commit 022833f

Browse files
committed
0.9.3
1 parent 6577543 commit 022833f

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

assets/changelog.htm

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@
88

99
<body id="top">
1010
<div>
11-
<h2>v0.9.3 (Build 926)</h2>
12-
<h4>Release date: 10-31-2022</h4>
11+
<h2>v0.9.3 (Build 934)</h2>
12+
<h4>+500 commits. Release date: 10-28-2022</h4>
1313
<ul class="changelog">
14-
<li>Add: Full control over categories</li>
14+
<li>Add: Comprehensive gestures control</li>
15+
<li>Add: Octagon Icon Shape</li>
1516
<li>Add: OWM as weather provider</li>
16-
<li>Add: Drag-and-drop support for prefs (tabs, folders and dash items)</li>
1717
<li>Add: LawnIcons support</li>
18-
<li>Add: IconShape, NotificationBadges, WeatherUnit prefs</li>
18+
<li>Add: Full control over categories</li>
1919
<li>Add: Themed icon support for A13</li>
20-
<li>Add: Octagon Icon Shape</li>
21-
<li>Fix: Auto-applying some prefs</li>
22-
<li>Fix: Linking dash items to the new prefs</li>
23-
<li>Fix: SearchBar UI</li>
24-
<li>Fix: Managing BackupFiles (maybe there's still some edge cases)</li>
20+
<li>Update: The all new settings UI/UX</li>
21+
<li>Update: Change default swipe up from dock gesture to show drawer</li>
22+
<li>Update: Listed translators</li>
23+
<li>Fix: Ghost icons' issue</li>
24+
<li>Fix: Backups compatibility between release/neo/debug</li>
2525
<li>Fix: Sorting apps based on the locale language</li>
26-
<li>Update: Separate backgrounds color and alpha again</li>
27-
<li>Update: Dash items layout</li>
26+
<li>Fix: SearchBar UI</li>
27+
<li>Fix: Black accented themes not following system/wallpaper light theme</li>
28+
<li>Fix: Some crashes on A12.1, A13</li>
29+
<li>Fix: Crash when system doesn't provide icon shape</li>
2830
</ul>
2931
<p><a class="topButton" href="#top">Back to the top</a></p>
3032
</div>

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
namespace = "com.android.launcher3"
3535
compileSdk = 33
3636

37-
val name = "0.9.3-beta2"
38-
val code = 933
37+
val name = "0.9.3"
38+
val code = 934
3939

4040

4141
defaultConfig {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Add: OWM as weather provider
2+
Add: LawnIcons support
3+
Add: Themed icon support for A13
4+
Update: The all new settings UI/UX
5+
Fix: Ghost icons' issue
6+
Fix: Backups compatibility between release/neo/debug
7+
Fix: Sorting apps based on the locale language
8+
For more details check the full changelog…

0 commit comments

Comments
 (0)