Skip to content

Commit

Permalink
Bump version v2.6.1 (110)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Oct 29, 2023
1 parent 4891da2 commit b861672
Show file tree
Hide file tree
Showing 3 changed files with 14 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.6.1
* Floating button on camera hole for Android 12 and lower [#453](https://github.com/cvzi/ScreenshotTile/issues/453)
* Whole row is clickable in sound selector [#431](https://github.com/cvzi/ScreenshotTile/issues/431)
* Translations updated from crowdin

## 2.6.0
* Floating button can be placed over camera hole / cutout notch [#453](https://github.com/cvzi/ScreenshotTile/issues/453)
* Only show accessibility toast when accessibility service is inactive
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 109
versionName '2.6.0'
versionCode 110
versionName '2.6.1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField 'com.github.cvzi.screenshottile.MutableBoolean', 'TESTING_MODE', 'new com.github.cvzi.screenshottile.MutableBoolean(false)'
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/110.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v2.6.1
* Floating button can be placed over camera hole / cutout notch to allow "tap on camera"
v2.5.2
* Option to play a sound after a successful screenshot
v2.4.0
* Custom action when long-pressing the quick settings tile
* Improvements for "restricted settings" in Android 13 and 14

0 comments on commit b861672

Please sign in to comment.