Skip to content
Snippets Groups Projects
Commit 25eb98c1 authored by Muntashir Al-Islam's avatar Muntashir Al-Islam
Browse files

Prepare for v3.0.3

parent 2a0d0be2
Branches
Tags v3.0.3
No related merge requests found
...@@ -11,8 +11,8 @@ android { ...@@ -11,8 +11,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager' applicationId 'io.github.muntashirakon.AppManager'
minSdkVersion rootProject.ext.minSdk minSdkVersion rootProject.ext.minSdk
targetSdkVersion rootProject.ext.targetSdk targetSdkVersion rootProject.ext.targetSdk
versionCode 413 versionCode 414
versionName "3.0.2" versionName "3.0.3"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
......
...@@ -16,6 +16,21 @@ ...@@ -16,6 +16,21 @@
]> ]>
<changelog> <changelog>
<release
type="stable release"
version="v3.0.3"
code="414"
date="24 October 2022">
<new>Backup metadata version updated to 4</new>
<improve>Use 128 bit tag size for AES encryption</improve>
<fix>Fixed encryption/decryption for AES 128</fix>
<fix>Fixed an issue with saving the PGP encrypted files</fix>
<fix>Fixed crashing if a storage media does not have a label</fix>
<note>
[br /][b]Full list of changes:[/b] [a
href="https://github.com/MuntashirAkon/AppManager/compare/v3.0.2...v3.0.3"]v3.0.2...v3.0.3[/a]
</note>
</release>
<release <release
type="stable release" type="stable release"
version="v3.0.2" version="v3.0.2"
......
You have to restart your device after updating the app.
Full list of changes: https://github.com/MuntashirAkon/AppManager/compare/v3.0.0-alpha02...v3.0.0-alpha03
\ No newline at end of file
This release contains a number of fixes for the backup/restore feature.
- Backup metadata version updated to 4
- Use 128 bit tag size for AES encryption
- Fixed encryption/decryption for AES 128
- Fixed an issue with saving the PGP encrypted files
- Fixed crashing if a storage media does not have a label
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment