Skip to content

Commit 702c123

Browse files
committed
v2.12.1 (128)
1 parent b592344 commit 702c123

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.12.0
3+
## 2.12.1
44
* Add in-app language selector
55

66
## 2.11.4

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 127
31-
versionName '2.12.0'
30+
versionCode 128
31+
versionName '2.12.1'
3232

3333
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3434
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">&#x200c;Screenshot Tile</string>
3+
<string name="app_name">Screenshot Tile</string>
44
<string name="app_name_long">&#x200c;Screenshot Tile (NoRoot)</string>
55
<string name="tile_label">&#x200c;Screenshot</string>
66
<string name="tile_floating">&#x200c;Floating Screenshot Button</string>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
v2.12.1
2+
* Add in-app language selector
3+
v2.11.0
4+
* Fix dark mode on Android 9
5+
* Work-around for distorted screenshots in assistant mode in Android 10 and 11
6+
* Option to disable floating button when quick settings are pulled down
7+
v2.10.0
8+
* Select apps where floating button is automatically shown/hidden
9+
v2.9.0
10+
* Separate floating button position for landscape and portrait orientation
11+
* Option to disable floating button on lockscreen
12+
* Option to disable floating button in portrait/landscape orientation
13+
* Fix cropping on Android 14

0 commit comments

Comments
 (0)