Skip to content

Commit 6360eb0

Browse files
committed
v2.15.1 (136)
1 parent a337901 commit 6360eb0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 2.15.1
4+
* Bugfix: Warning about "Use system defaults" was not shown in "Subsequent actions" [#682](https://github.com/cvzi/ScreenshotTile/pull/682)
5+
36
## 2.15.0
47
* Option to always crop fixed margins in "Subsequent actions" [#653](https://github.com/cvzi/ScreenshotTile/pull/653)
58

app/build.gradle

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

36-
versionCode 135
37-
versionName '2.15.0'
36+
versionCode 136
37+
versionName '2.15.1'
3838

3939
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
4040
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
v2.15.1
2+
* Option to always crop fixed margins in "Subsequent actions"
3+
v2.14.0
4+
* Option to use double tap for floating button
5+
v2.13.0
6+
* Add 'appfunctions' for Android 16 to enable assistant apps to initiate screenshots
7+
v2.12.5
8+
* Fix crop mode when "Save to gallery" is disabled
9+
* Add in-app language selector

0 commit comments

Comments
 (0)