Skip to content

Commit

Permalink
Updated version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hej2010 committed Apr 23, 2024
1 parent c7ba669 commit f6f2296
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "se.arctosoft.vault"
minSdk 28
targetSdk 34
versionCode 25
versionName "1.8.1"
versionCode 26
versionName "1.8.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed a bug where deleting a file in the grid always removed the first file in the grid
* Fixed files having the wrong extension when sharing/opening with another app
* Filenames are now UTF-8 encoded. This fixes question marks in some filenames and exported files
3 changes: 3 additions & 0 deletions fastlane/metadata/android/sv-SE/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixade en bugg där radering av en fil i rutnätet alltid tog bort den första filen i rutnätet
* Fix för att filer har fel filtillägg när de delas/öppnas med en annan app
* Filnamnen är nu UTF-8 kodade. Det här åtgärdar frågetecken i vissa filnamn och exporterade filer

0 comments on commit f6f2296

Please sign in to comment.