Skip to content

Commit 39ce7ad

Browse files
committed
Updated version, added changelog
1 parent 0a41f01 commit 39ce7ad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "se.arctosoft.vault"
1111
minSdk 28
1212
targetSdk 34
13-
versionCode 22
14-
versionName "1.6.1"
13+
versionCode 23
14+
versionName "1.7.0"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Encrypted files no longer have a file extension (new files only, you can safely remove the extension for all previously encrypted files)
2+
* Added an option to delete the original file after importing
3+
* The file size is now shown when viewing a file
4+
* Fixed long filenames appearing behind the fullscreen button on videos
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Krypterade filer har inte längre sitt ursprungliga filtillägg
2+
* Lade till ett alternativ för att ta bort originalfilen efter import
3+
* Filstorleken syns nu vid filnamnet
4+
* Långa filnamn visas inte längre bakom helskärmsknappen för videor

0 commit comments

Comments
 (0)