Skip to content

Commit

Permalink
Prepare for v3.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Oct 24, 2022
1 parent 2a0d0be commit 25eb98c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdkVersion rootProject.ext.minSdk
targetSdkVersion rootProject.ext.targetSdk
versionCode 413
versionName "3.0.2"
versionCode 414
versionName "3.0.3"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@

]>
<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
type="stable release"
version="v3.0.2"
Expand Down
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/402.txt

This file was deleted.

7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/414.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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 comments on commit 25eb98c

Please sign in to comment.