Skip to content

Commit

Permalink
v2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgluf committed Aug 7, 2022
1 parent d3a692a commit 5d56970
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -21,8 +21,8 @@ android {
applicationId "fr.nuage.souvenirs"
minSdkVersion 24
targetSdkVersion 30
versionCode 22
versionName "2.6.1"
versionCode 23
versionName "2.7.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "souvenirs-$versionName")
}
Expand Down
8 changes: 8 additions & 0 deletions metadata/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
New Feature: Now check if file exists on nextcloud server before uploading it
New Feature: Enable date change on album's date
Change: large refactoring of UI on page edition
Change: Disable free mode on album, integrate the specificties of this mode (custom layout) on the tile mode (which is now the unique move)
Fix: localisation of album date on UI
Fix: asset (video, image) reuse from nextcloud server when importing asset through share intent
Fix: mem leak on lifecycle livedata
Fix: random crash when importing asset though share intent

0 comments on commit 5d56970

Please sign in to comment.