Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 28, 2022
1 parent 6577543 commit 022833f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
26 changes: 14 additions & 12 deletions assets/changelog.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,25 @@

<body id="top">
<div>
<h2>v0.9.3 (Build 926)</h2>
<h4>Release date: 10-31-2022</h4>
<h2>v0.9.3 (Build 934)</h2>
<h4>+500 commits. Release date: 10-28-2022</h4>
<ul class="changelog">
<li>Add: Full control over categories</li>
<li>Add: Comprehensive gestures control</li>
<li>Add: Octagon Icon Shape</li>
<li>Add: OWM as weather provider</li>
<li>Add: Drag-and-drop support for prefs (tabs, folders and dash items)</li>
<li>Add: LawnIcons support</li>
<li>Add: IconShape, NotificationBadges, WeatherUnit prefs</li>
<li>Add: Full control over categories</li>
<li>Add: Themed icon support for A13</li>
<li>Add: Octagon Icon Shape</li>
<li>Fix: Auto-applying some prefs</li>
<li>Fix: Linking dash items to the new prefs</li>
<li>Fix: SearchBar UI</li>
<li>Fix: Managing BackupFiles (maybe there's still some edge cases)</li>
<li>Update: The all new settings UI/UX</li>
<li>Update: Change default swipe up from dock gesture to show drawer</li>
<li>Update: Listed translators</li>
<li>Fix: Ghost icons' issue</li>
<li>Fix: Backups compatibility between release/neo/debug</li>
<li>Fix: Sorting apps based on the locale language</li>
<li>Update: Separate backgrounds color and alpha again</li>
<li>Update: Dash items layout</li>
<li>Fix: SearchBar UI</li>
<li>Fix: Black accented themes not following system/wallpaper light theme</li>
<li>Fix: Some crashes on A12.1, A13</li>
<li>Fix: Crash when system doesn't provide icon shape</li>
</ul>
<p><a class="topButton" href="#top">Back to the top</a></p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/934.txt
Original file line number Diff line number Diff line change
@@ -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…

0 comments on commit 022833f

Please sign in to comment.