Skip to content

Commit 829e267

Browse files
committed
v2.8.2 (115)
1 parent 6e159ea commit 829e267

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 2.8.2
4+
* Translations updated from crowdin
5+
* Dependencies updated
6+
37
## 2.8.1
48
* Translations updated from crowdin
59

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 114
27-
versionName '2.8.1'
26+
versionCode 115
27+
versionName '2.8.2'
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,8 @@
1+
v2.8.2
2+
* Material3 (Material You) contributed by user0-tb
3+
v2.7.0
4+
* Option to disable instantly taking a screenshot when tapping the count down
5+
v2.6.2
6+
* Floating button can be placed over camera hole / cutout notch to allow "tap on camera"
7+
v2.5.2
8+
* Option to play a sound after a successful screenshot

0 commit comments

Comments
 (0)