Skip to content

Commit 0fd285a

Browse files
committed
v2.9.2 (120)
1 parent acaecdb commit 0fd285a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.9.2
4+
* Crop function on Android 14 in assistant mode [#535](https://github.com/cvzi/ScreenshotTile/issues/535) [#462](https://github.com/cvzi/ScreenshotTile/issues/462)
5+
36
## 2.9.1
47
* Crop function on Android 14 improved [#535](https://github.com/cvzi/ScreenshotTile/issues/535) [#462](https://github.com/cvzi/ScreenshotTile/issues/462)
58

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
minSdk 24
2424
compileSdk 34
2525
targetSdk 34
26-
versionCode 119
27-
versionName '2.9.1'
26+
versionCode 120
27+
versionName '2.9.2'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
3030
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
v2.9.2
2+
* Fix cropping on Android 14
3+
v2.9.0
4+
* Separate floating button position for landscape and portrait orientation
5+
* Option to disable floating button on lockscreen
6+
* Option to disable floating button in portrait/landscape orientation

0 commit comments

Comments
 (0)