Skip to content

Commit 6a29d95

Browse files
committed
v2.13.0 (133)
1 parent cd9f8a1 commit 6a29d95

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.13.0
4+
* Add 'appfunctions' for Android 16 to enable assistant apps to initiate screenshots [#667](https://github.com/cvzi/ScreenshotTile/pull/667)
5+
36
## 2.12.5
47
* Ask for notification permission when disabling "use system defaults"
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 132
37-
versionName '2.12.5'
36+
versionCode 133
37+
versionName '2.13.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v2.13.0
2+
* Add 'appfunctions' for Android 16 to enable assistant apps to initiate screenshots
3+
v2.12.5
4+
* Fix crop mode when "Save to gallery" is disabled
5+
* Add in-app language selector

0 commit comments

Comments
 (0)