Skip to content

Commit 7c2c774

Browse files
committed
v1.18.0 (69)
1 parent 416a062 commit 7c2c774

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.18.0
4+
* Transparency of floating button [#175](https://github.com/cvzi/ScreenshotTile/issues/170) (in advanced settings)
5+
* Custom delay time (in advanced settings)
6+
* ๐Ÿ‡ฎ๐Ÿ‡ท Persian translation improved by [MeysamNaghavi](https://github.com/MeysamNaghavi)
7+
* Don't ask for storage permission on Android 10/Q+
8+
* Android 13: Offer monochrome icon for "Themed icons" in "Material You" https://developer.android.com/about/versions/13/features?hl=en#themed-app-icons
9+
* Android 13: Restrict exporting of broadcast receiver and activities https://developer.android.com/about/versions/13/features?hl=en#runtime-receivers
10+
* Android 13: Ask user to add tiles to quick settings on first start https://developer.android.com/about/versions/13/features?hl=en#quick-settings
11+
* Android 13: Offer per-app language https://developer.android.com/about/versions/13/features?hl=en#app-languages
12+
* Android 13: Notification permission https://developer.android.com/about/versions/13/changes/notification-permission
13+
314
## 1.17.2
415
* ๐Ÿ‡ฎ๐Ÿ‡ท Persian translation by [MeysamNaghavi](https://github.com/MeysamNaghavi)
516
* Allow installation on external storage [#170](https://github.com/cvzi/ScreenshotTile/issues/170)

โ€Žapp/build.gradleโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId "com.github.cvzi.screenshottile"
2424
minSdkVersion 24
2525
targetSdkVersion 33
26-
versionCode 68
27-
versionName "1.17.2"
26+
versionCode 69
27+
versionName "1.18.0"
2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
}
3030
namespace "com.github.cvzi.screenshottile"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
New options in advanced settings:
2+
๐ŸŒŸ Opacity/Transparency of floating button (in Advanced Settings menu)
3+
๐ŸŒŸ Custom delay in seconds for tile/floating button screenshot (in Advanced Settings menu)
4+
๐ŸŒŸ Adaptions for Android 13 Tiramisu

0 commit comments

Comments
ย (0)