Skip to content

Commit edf30cd

Browse files
committed
v2.8.3 (116)
1 parent d0469ec commit edf30cd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.8.3
4+
* Fix `%random%` in file name pattern [#480](https://github.com/cvzi/ScreenshotTile/issues/480)
5+
* Fix opening activity after screenshot failed [#503](https://github.com/cvzi/ScreenshotTile/issues/503)
6+
37
## 2.8.2
48
* Translations updated from crowdin
59
* Dependencies updated

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
minSdk 24
2424
compileSdk 34
2525
targetSdk 34
26-
versionCode 115
27-
versionName '2.8.2'
26+
versionCode 116
27+
versionName '2.8.3'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
3030
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v2.8.3
2+
* Minor bugfixes
3+
v2.8.0
4+
* Material3 (Material You) contributed by user0-tb
5+
v2.7.0
6+
* Option to disable instantly taking a screenshot when tapping the count down
7+
v2.6.2
8+
* Floating button can be placed over camera hole / cutout notch to allow "tap on camera"
9+
v2.5.2
10+
* Option to play a sound after a successful screenshot

0 commit comments

Comments
 (0)