Skip to content

Commit

Permalink
v2.8.3 (116)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Mar 31, 2024
1 parent d0469ec commit edf30cd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.8.3
* Fix `%random%` in file name pattern [#480](https://github.com/cvzi/ScreenshotTile/issues/480)
* Fix opening activity after screenshot failed [#503](https://github.com/cvzi/ScreenshotTile/issues/503)

## 2.8.2
* Translations updated from crowdin
* Dependencies updated
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdk 24
compileSdk 34
targetSdk 34
versionCode 115
versionName '2.8.2'
versionCode 116
versionName '2.8.3'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
}
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v2.8.3
* Minor bugfixes
v2.8.0
* Material3 (Material You) contributed by user0-tb
v2.7.0
* Option to disable instantly taking a screenshot when tapping the count down
v2.6.2
* Floating button can be placed over camera hole / cutout notch to allow "tap on camera"
v2.5.2
* Option to play a sound after a successful screenshot

0 comments on commit edf30cd

Please sign in to comment.