Skip to content

Commit e6bbb70

Browse files
committedNov 12, 2024
v2.9.3
1 parent 37a4c50 commit e6bbb70

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId "fr.nuage.souvenirs"
2020
minSdkVersion 24
2121
targetSdkVersion 35
22-
versionCode 36
23-
versionName "2.9.2"
22+
versionCode 37
23+
versionName "2.9.3"
2424
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2525
setProperty("archivesBaseName", "souvenirs-$versionName")
2626
}

‎metadata/en-US/changelogs/37.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Change: remove status bar in album view mode
2+
Fix: Album disposition of element on a fresh new album
3+
Fix: Multiple panoramic photo in one album
4+
Fix: Spinning wheel on large file share into album
5+
Fix: Background sync job killed. Now using frontend service
6+
Fix: Video scale in view mode
7+
Fix: Crash on sharing media to Souvenir app
8+
Fix: Blurred background if image/video smaller than element
9+
Fix: Video playing if last page of an album

0 commit comments

Comments
 (0)
Failed to load comments.