Skip to content

Commit 3e56dd9

Browse files
committed
Version bump to 1.14.0 (47)
1 parent 7243191 commit 3e56dd9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.14.0
4+
* Polish translation by [@gnu-ewm](https://github.com/gnu-ewm) and [@chuckmichael](https://github.com/chuckmichael)
5+
* Select area from floating button [#81](https://github.com/cvzi/ScreenshotTile/issues/81)
6+
* Custom file name [#83](https://github.com/cvzi/ScreenshotTile/issues/83)
7+
38
## 1.13.4
49
* Arabic translation by Rex_sa (rex07) and Yousef Khaled Elsayed Espetan (yousef10)
510

β€Žapp/build.gradleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "com.github.cvzi.screenshottile"
2323
minSdkVersion 24
2424
targetSdkVersion 30
25-
versionCode 46
26-
versionName "1.13.4"
25+
versionCode 47
26+
versionName "1.14.0"
2727
}
2828
buildTypes {
2929
release {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
β˜† Custom file name for screenshots
2+
β˜† Floating button action can be set to "select area"
3+
πŸ‡΅πŸ‡± Polish translation by gnu-ewm and ChuckMichael

0 commit comments

Comments
Β (0)