Skip to content

Commit 49a2dcd

Browse files
committed
v2.11.0 (122)
1 parent 6b5d1c7 commit 49a2dcd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 2.11.0
4+
* Option to disable floating button when quick settings are pulled down
5+
36
## 2.10.0
47
* Select apps where floating button is automatically shown/hidden
58

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 121
30-
versionName '2.10.0'
29+
versionCode 122
30+
versionName '2.11.0'
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,9 @@
1+
v2.11.0
2+
* Option to disable floating button when quick settings are pulled down
3+
v2.10.0
4+
* Select apps where floating button is automatically shown/hidden
5+
v2.9.0
6+
* Separate floating button position for landscape and portrait orientation
7+
* Option to disable floating button on lockscreen
8+
* Option to disable floating button in portrait/landscape orientation
9+
* Fix cropping on Android 14

0 commit comments

Comments
 (0)