Skip to content

Commit 2af4484

Browse files
committed
v2.12.5 (132)
1 parent a75220e commit 2af4484

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 2.12.5
4+
* Ask for notification permission when disabling "use system defaults"
5+
6+
## 2.12.4
7+
* reverted to v2.12.2, 2.12.3 is broken
8+
39
## 2.12.3
410
* Dependencies updated
511

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
compileSdk libs.versions.sdk.compile.get().toInteger()
3333
targetSdk libs.versions.sdk.target.get().toInteger()
3434

35-
versionCode 131
36-
versionName '2.12.4'
35+
versionCode 132
36+
versionName '2.12.5'
3737

3838
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3939
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)