Skip to content

Commit a386556

Browse files
committed
v2.11.2 (124)
1 parent 070f777 commit a386556

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 2.11.2
4+
* Restore floating button position periodically [#562](https://github.com/cvzi/ScreenshotTile/issues/562)
5+
* Update translations from crowdin
6+
37
## 2.11.1
48
* Work-around for distorted screenshots in assistant mode in Android 10 and 11 [#556](https://github.com/cvzi/ScreenshotTile/issues/556)
59

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
compileSdk libs.versions.sdk.compile.get().toInteger()
2727
targetSdk libs.versions.sdk.target.get().toInteger()
2828

29-
versionCode 123
30-
versionName '2.11.1'
29+
versionCode 124
30+
versionName '2.11.2'
3131

3232
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3333
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v2.11.2
2+
* Work-around for distorted screenshots in assistant mode in Android 10 and 11
3+
v2.11.0
4+
* Option to disable floating button when quick settings are pulled down
5+
v2.10.0
6+
* Select apps where floating button is automatically shown/hidden
7+
v2.9.0
8+
* Separate floating button position for landscape and portrait orientation
9+
* Option to disable floating button on lockscreen
10+
* Option to disable floating button in portrait/landscape orientation
11+
* Fix cropping on Android 14

0 commit comments

Comments
 (0)