Skip to content

Commit a4e67d1

Browse files
committed
v2.15.0
1 parent 7c5a6a2 commit a4e67d1

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.0
4+
* Option to always crop fixed margins in "Subsequent actions" [#653](https://github.com/cvzi/ScreenshotTile/pull/653)
5+
36
## 2.14.0
47
* Option to use double tap for floating button [#628](https://github.com/cvzi/ScreenshotTile/pull/628)
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 134
37-
versionName '2.14.0'
36+
versionCode 135
37+
versionName '2.15.0'
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.0
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)