diff --git a/app/build.gradle b/app/build.gradle
index c8436e71a9c..cde828903a1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,7 +10,7 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdkVersion rootProject.ext.minSdk
targetSdkVersion rootProject.ext.targetSdk
- versionCode 388
+ versionCode 389
versionName "2.6.2"
}
diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html
index 06b76b28aee..3ea68ff837f 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -1,14 +1,50 @@
+
v2.6.2 (389) stable release:
+This patch release contains critical bug fixes for the back up/restore feature.
+• [Feature] Added new batch operation: clear cache
+• [Feature] Back up permission flags (restoring is not currently possible)
+• [Feature] Display permission flags on long clicking on a supported permission item
+
+• [Feature] Improved uses features tab: Unavailable features have light-red color, unavailable but required features have dark-red color
+
+• [Feature] Updated focusability in some pages to improve keyboard/remote navigation
+
+• [Feature] Updated libraries and trackers
+• [Fix] Added backward compatibility for ADB over TCP
+• [Fix] Fixed filter out in log viewer
+• [Fix] Fixed MIUI-specific app ops issue in Android 11
+• [Fix] Fixed relative path issue in back up/restore
+• [Fix] Fixed returning the wrong manifest if the APK has multiple manifests
+• [Fix] Added workaround for Android KeyStore bug in older Android versions
+• [Crash] Display error message instead of crashing in the activity interceptor page
+
+• [Crash] Fixed random crashes in the app info page
+• [Crash] On trying to uninstall an app in Android Lollipop
+• [Crash] When configuring RSA encryption or signing info
+• [Crash] When a package has changed but the executor has been shutdown
+• [Crash] When a package has changed after exiting its app info page
+• [Crash] NPE on running apps page
+
+Note
+
+ Aurora Store 4.0.6 reverted promotional apps, therefore, the support has been re-added.
+
+
v2.6.1 (387) stable release:
This patch release contains bug fixes and minor features. It also provides fixes for a few security vulnerabilities.
Therefore, it is recommended for all users. Crash-related fixes are annotated with [Crash]
-• New Feature: Wireless debugging for Android 11. Due to licensing issues, ADB pairing couldn't be implemented. See notes below.
-• Improvement: Fixed various issues with mode of operations, especially ADB
-• Improvement: Fixed loading app list in some Android 6 devices
-• Improvement: Improved loading app icons
-• Improvement: Move from RestrictionBypass to HiddenApiBypass, saves more than 300 KB
-• [Feature] Added more debloat profiles: Fujitsu, HTC, Korean and Japanese carriers, Tencent, Toshiba and Vivo. They are added from different sources and are not well-tested.
+• New
+ Feature: Wireless debugging for Android 11. Due to licensing issues, ADB pairing couldn't be implemented. See notes below.
+
+• Improvement: Fixed various issues with mode of operations, especially ADB
+• Improvement: Fixed loading app list in some Android 6 devices
+• Improvement: Improved loading app icons
+• Improvement: Move from RestrictionBypass to HiddenApiBypass, saves more than 300 KB
+• [Feature] Added more debloat profiles: Fujitsu, HTC, Korean and Japanese carriers, Tencent, Toshiba and Vivo. They are added from different sources and are not well-tested.
+
• [Feature] Added support for ADB via TLS-1.3
• [Feature] Added date-time in the backup info dialog prompt
• [Feature] Display APK verification status in the scanner page
@@ -42,9 +78,10 @@ v2.6.1 (387) stable release:
• [Crash] On trying to save logs in a zip file
• [Crash] When external storage is not available for writing logs
-Notes
+Notes
- In order to use wireless debugging, first enable ADB over TCP as usual and select Always allow from this computer.
+ In order to use wireless debugging, first enable ADB over TCP as usual and select Always allow from this
+ computer.
When App Manager is working on this mode, enable wireless debugging, and then, go to App Manager settings and
change Mode of Operations to Wireless Debugging. At this point, App Manager should display a prompt
where the port number from the wireless debugging window should be inserted. With this mode enabled,
@@ -53,7 +90,7 @@
Notes
wireless debugging until the next restart.
- Aurora Store 4.0.5 (and later) have introduced promotional apps. As a result, we stopped supporting these versions.
+ Aurora Store 4.0.5 have introduced promotional apps. As a result, we stopped supporting these versions.
You can still use the previous versions without issues.
diff --git a/fastlane/metadata/android/en-US/changelogs/375.txt b/fastlane/metadata/android/en-US/changelogs/375.txt
deleted file mode 100644
index b038f0b18aa..00000000000
--- a/fastlane/metadata/android/en-US/changelogs/375.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-F-Droid doesn't support extended changelog. Visit https://muntashirakon.github.io/AppManager/changelog.html or view in-app changelog for a more helpful changelog.
-- New features: Profiles, activity interceptor, signing APK, multi-user, APKM, crash reporter
-- New language: French
-- Android 11 support
-- Installer: choose install location, installer, APKM
diff --git a/fastlane/metadata/android/en-US/changelogs/389.txt b/fastlane/metadata/android/en-US/changelogs/389.txt
new file mode 100644
index 00000000000..016db8a4b7f
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/389.txt
@@ -0,0 +1,6 @@
+This patch release contains critical bug fixes for the back up/restore.
+- New batch ops: Clear cache
+- Backup permission flags
+- Improved: Uses features tab, permissions tabs, keyboard navigation
+- Updated trackers and libraries
+and other minor bug fixes.