Skip to content

Commit f9364e6

Browse files
committed
v1.17.1
1 parent 2453e7d commit f9364e6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## 1.17.1
4+
* πŸ‡·πŸ‡Ί Russian translation improved by [Ilyas Khaniev](https://github.com/TheOldBlood)
5+
* πŸ‡―πŸ‡΅ Japanese translation improved by [FrzMtrsprt](https://github.com/FrzMtrsprt)
6+
* πŸ‡»πŸ‡³ Vietnamese translation improved by [bruhwut](https://github.com/FrzMtrsprt)
7+
38
## 1.17.0
49
* Choose which action buttons appear in the notification (configurable in app settings)
510
* Rename file from notification

β€Ž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 32
26-
versionCode 66
27-
versionName "1.17.0"
26+
versionCode 67
27+
versionName "1.17.1"
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+
🌟 Choose which buttons appear in the notification
2+
🌟 Rename file from notification
3+
There is a new option in the app settings to choose which buttons will appear below the notification after a screenshot.
4+
Up to three buttons can be selected. The default buttons are "Share", "Edit" and "Delete". The new buttons "Rename" and "Details" are disabled by default.

0 commit comments

Comments
Β (0)