diff --git a/CHANGELOG.md b/CHANGELOG.md index 828f1d46..a5ce5125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.4.0 +* Custom action when long-pressing the quick settings tile [#376](https://github.com/cvzi/ScreenshotTile/pull/376) [#426](https://github.com/cvzi/ScreenshotTile/issues/426) +* Show an explanation for "restricted settings" in Android 13+ [#410](https://github.com/cvzi/ScreenshotTile/issues/410) + ## 2.3.7 * Add donation links diff --git a/app/build.gradle b/app/build.gradle index d0dd23f7..fcc379a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { minSdk 24 compileSdk 34 targetSdk 34 - versionCode 104 - versionName '2.3.7' + versionCode 105 + versionName '2.4.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' buildConfigField "com.github.cvzi.screenshottile.MutableBoolean", "TESTING_MODE", "new com.github.cvzi.screenshottile.MutableBoolean(false)" } diff --git a/fastlane/metadata/android/en-US/changelogs/105.txt b/fastlane/metadata/android/en-US/changelogs/105.txt new file mode 100644 index 00000000..3fb3ba57 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/105.txt @@ -0,0 +1,9 @@ +v2.4.0 +* Custom action when long-pressing the quick settings tile +* Improvements for "restricted settings" in Android 13 and 14 +v2.3.0 +* In "Details"-view you can move the image to a folder +v2.2.0 +* Option to prevent screenshots when phone is locked +* Option to override original file in photo editor +* Landscape screenshots are rotated in photo editor \ No newline at end of file