Skip to content

Commit

Permalink
Version 2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgluf committed Sep 27, 2022
1 parent 305b675 commit f4e02d6
Show file tree
Hide file tree
Showing 2 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 @@ -21,8 +21,8 @@ android {
applicationId "fr.nuage.souvenirs"
minSdkVersion 24
targetSdkVersion 30
versionCode 24
versionName "2.7.1"
versionCode 25
versionName "2.8.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "souvenirs-$versionName")
}
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
New Feature: Record sound directly to an album using the microphone.
New Feature: It's now possible to force some element on the background.
Change: Photosphere preview when scrolling album.
Change: Fill empty gap between images using blured background.
Fix: Previous image not cleared when drawing.

0 comments on commit f4e02d6

Please sign in to comment.