Skip to content

Commit 447bf03

Browse files
committed
v2.8.4 (117)
1 parent 71ff3eb commit 447bf03

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 2.8.4
4+
* Floating button position on Android 14 improved [#462](https://github.com/cvzi/ScreenshotTile/issues/462)
5+
* Translations updated from crowdin
6+
* Dependencies updated
7+
38
## 2.8.3
49
* Fix `%random%` in file name pattern [#480](https://github.com/cvzi/ScreenshotTile/issues/480)
510
* Fix opening activity after screenshot failed [#503](https://github.com/cvzi/ScreenshotTile/issues/503)

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 116
27-
versionName '2.8.3'
26+
versionCode 117
27+
versionName '2.8.4'
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,11 @@
1+
v2.8.4
2+
* Minor bugfixes
3+
* Translations updated
4+
v2.8.0
5+
* Material3 (Material You) contributed by user0-tb
6+
v2.7.0
7+
* Option to disable instantly taking a screenshot when tapping the count down
8+
v2.6.2
9+
* Floating button can be placed over camera hole / cutout notch to allow "tap on camera"
10+
v2.5.2
11+
* Option to play a sound after a successful screenshot

0 commit comments

Comments
 (0)