Skip to content

Commit ebd554d

Browse files
committed
v2.12.2 (129)
1 parent 4ab1c22 commit ebd554d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.12.2
4+
* Fix image position on crop activity if "Save to gallery" is disabled [#606](https://github.com/cvzi/ScreenshotTile/issues/606)
5+
* Show hint about "new window" permission in MIUI and HyperOS
6+
* Do not ask so many things on first run
7+
38
## 2.12.1
49
* Add in-app language selector
510

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 128
31-
versionName '2.12.1'
30+
versionCode 129
31+
versionName '2.12.2'
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.2
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)