Skip to content

Commit

Permalink
v2.11.2 (124)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 19, 2024
1 parent 070f777 commit a386556
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.11.2
* Restore floating button position periodically [#562](https://github.com/cvzi/ScreenshotTile/issues/562)
* Update translations from crowdin

## 2.11.1
* Work-around for distorted screenshots in assistant mode in Android 10 and 11 [#556](https://github.com/cvzi/ScreenshotTile/issues/556)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
compileSdk libs.versions.sdk.compile.get().toInteger()
targetSdk libs.versions.sdk.target.get().toInteger()

versionCode 123
versionName '2.11.1'
versionCode 124
versionName '2.11.2'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v2.11.2
* Work-around for distorted screenshots in assistant mode in Android 10 and 11
v2.11.0
* Option to disable floating button when quick settings are pulled down
v2.10.0
* Select apps where floating button is automatically shown/hidden
v2.9.0
* Separate floating button position for landscape and portrait orientation
* Option to disable floating button on lockscreen
* Option to disable floating button in portrait/landscape orientation
* Fix cropping on Android 14

0 comments on commit a386556

Please sign in to comment.