diff --git a/changelog.md b/changelog.md index b51f8d4..3f6ed79 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,8 @@ # Changelog 🎉 -- New Theme engine based on new Android versions -- Lawnchair 14 - 44a27a4 -- Lawnicons 2.10.1 Included -- New Settings icons made by [𝑨𝒎𝒓 𝑮𝒂𝒎𝒂𝒍 ❥](https://t.me/AMRGAMAL1) -- New Recents icons made by [𝑨𝒎𝒓 𝑮𝒂𝒎𝒂𝒍 ❥](https://t.me/AMRGAMAL1) -- New **Default font** - SF Pro -- No debug and fairly stable build forked from [Goooler's fork](https://github.com/Goooler/LawnchairRelease) \ No newline at end of file +- Monet improvement +- Quickstep improvement + +## Bugs + +- Horizontal padding not working as intended \ No newline at end of file diff --git a/module.prop b/module.prop index eecd66c..997650c 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=lawnchair name=Systemless Lawnchair Launcher -version=v3.0 -versionCode=3 +version=v4.0 +versionCode=4 author=MrSluffy & Unofficial Life description=Systemless Lawnchair Launcher Module (R-Q) with special icons made by Amr Gamal updateJson=https://raw.githubusercontent.com/Unofficial-Life/Lawnchair-Launcher-Module/main/update.json diff --git a/system/priv-app/dev/dev.apk b/system/priv-app/dev/dev.apk index f4f44d2..53a57b2 100644 Binary files a/system/priv-app/dev/dev.apk and b/system/priv-app/dev/dev.apk differ diff --git a/update.json b/update.json index 8863d1d..7874565 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v3.0", - "versionCode": 3, - "zipUrl": "https://github.com/Unofficial-Life/Lawnchair-Launcher-Module/releases/download/v3.0/LawnchairModule.zip", + "version": "v4.0", + "versionCode": 4, + "zipUrl": "https://github.com/Unofficial-Life/Lawnchair-Launcher-Module/releases/download/v4.0/LawnchairModule.zip", "changelog": "https://raw.githubusercontent.com/Unofficial-Life/Lawnchair-Launcher-Module/main/changelog.md" }