diff --git a/app/build.gradle b/app/build.gradle
index 5bf959ef767..61a3645cef5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -25,7 +25,7 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdkVersion rootProject.ext.minSdk
targetSdkVersion rootProject.ext.targetSdk
- versionCode 382
+ versionCode 383
versionName "2.5.24"
}
diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html
index c9c23366ccf..5ab9b1b4a99 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -18,6 +18,33 @@
App Manager docs: https://muntashirakon.github.io/AppManager
Changelog: https://muntashirakon.github.io/AppManager/changelog.html
+v2.5.24 (383) pre-release:
+• [Feature] New language: Tradition Chinese
+• [Feature] Added filter by uninstalled apps, apps without backups in the main page
+• [Feature] Added wildcard support for app ops and permissions for profiles. * can be used instead of specifying app ops or permissions to revoke all configured/dangerous permissions/app ops
+• [Feature] Allow specifying custom installer package which may or may not be installed
+• [Feature] App icons are cached to improve load time
+• [Feature] Complete rewrite of running apps internals in Java
+• [Feature] Copy package name on clicking on the package name in the app info tab
+• [Feature] Display file size, requirement, etc. for split APKs in the APK selection dialog
+• [Feature] Display version and tracker info in the install confirmation dialog
+• [Feature] Display uninstalled system apps and display installation prompt on clicking them
+• [Feature] Improved ADB detection and persistence of such detection
+• [Feature] Removed toybox along with its dependencies
+• [Feature] Updated trackers and libraries
+• [Feature] Updated credits
+• [Feature] Utilise multiple CPUs for back up/restore
+• [Feature] Verify copied checksum with the checksum of the signing certificate of the app on clicking on the app icon in the app info page
+• [Fix] Added additional verifications to ensure that screen lock is not bypassed
+• [Fix] Fixed back up/restore failure on some Android devices
+• [Fix] Fixed crashes in the app details page when system configuration changes
+• [Fix] Fixed crash on creating shortcuts on devices that do not support pin shortcut
+• [Fix] Fixed generating wrong checksum for certificates in the signatures tab
+• [Fix] Fixed uninstalling app for multiple users
+• [Fix] Fixed various crashes on opening APK files from external apps
+• [Fix] Hide backup option if one of the selected apps is not installed
+• [Fix] Verify KeyStore backups during restoring a backup
+
v2.5.23 (381) pre-release:
• [Feature] Added screen lock
• [Feature] Added Add to profile in the batch ops and app info tab
diff --git a/fastlane/metadata/android/en-US/changelogs/368.txt b/fastlane/metadata/android/en-US/changelogs/368.txt
deleted file mode 100644
index e8a6b229706..00000000000
--- a/fastlane/metadata/android/en-US/changelogs/368.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-F-Droid doesn't support extended changelog. View in-app changelog or visit https://muntashirakon.github.io/AppManager/changelog.html for a more helpful changelog.
-- New languages: Bengali, Hindi, Norwegian, Polish, Russian, Simplified Chinese, Turkish, Ukrainian
-- Replace exodus with scanner (with lib scanning support)
-- Installer: split apk support with recommendation, downgrade, reinstall, obb support
-- Bundled toybox
-- Batch enable option
-- Running apps: search, sort and filter options
-- Add System Config: ability to display system configurations
-and various bug fixes, minor features and performance improvements.
diff --git a/fastlane/metadata/android/en-US/changelogs/383.txt b/fastlane/metadata/android/en-US/changelogs/383.txt
new file mode 100644
index 00000000000..1413aa7e5fa
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/383.txt
@@ -0,0 +1,9 @@
+F-Droid doesn't support extended changelog. View in-app changelog for a more helpful changelog.
+- New language: Traditional Chinese
+- Installer: display version, size and tracker info
+- Removed toybox
+- Main page: filter by uninstalled apps, apps without backups, display uninstalled apps
+- Profile: Wildcard support for permissions/app ops
+- App info: Verify copied checksum on clicking on app icon
+- Security: Fix screen lock issue
+and various bug fixes, minor features and performance improvements.