Skip to content

Commit cb61ec0

Browse files
committed
v2.12.4 (131)
1 parent 9478dba commit cb61ec0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
compileSdk libs.versions.sdk.compile.get().toInteger()
2828
targetSdk libs.versions.sdk.target.get().toInteger()
2929

30-
versionCode 129
31-
versionName '2.12.2'
30+
versionCode 131
31+
versionName '2.12.4'
3232

3333
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3434
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v2.12.3
2+
* Fix crop mode when "Save to gallery" is disabled
3+
v2.12.1
4+
* Add in-app language selector
5+
v2.11.0
6+
* Fix dark mode on Android 9
7+
* Work-around for distorted screenshots in assistant mode in Android 10 and 11
8+
* Option to disable floating button when quick settings are pulled down
9+
v2.10.0
10+
* Select apps where floating button is automatically shown/hidden

0 commit comments

Comments
 (0)