Skip to content

Commit

Permalink
v2.9.0 (118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 14, 2024
1 parent ec16e12 commit 5ce469d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.9.0
* Remember floating button position separately for landscape and portrait orientation
* Option to disable floating button on lockscreen
* Option to disable floating button in portrait/landscape orientation

## 2.8.4
* Floating button position on Android 14 improved [#462](https://github.com/cvzi/ScreenshotTile/issues/462)
* Translations updated from crowdin
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdk 24
compileSdk 34
targetSdk 34
versionCode 117
versionName '2.8.4'
versionCode 118
versionName '2.9.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/118.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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

0 comments on commit 5ce469d

Please sign in to comment.