Skip to content

Commit 94d60f0

Browse files
committed
Update app version code and name
1 parent 51ec54c commit 94d60f0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 1.6.0 *(2023-05-11)*
5+
-----------------------------
6+
7+
* Fixing Empty folder field entries #45 by @AmrDeveloper
8+
* Change cursor color in light and dark theme to be clear #44 by @AmrDeveloper
9+
10+
411
Version 1.5.1 *(2023-06-06)*
512
-----------------------------
613

@@ -11,7 +18,13 @@ Version 1.5.1 *(2023-06-06)*
1118
Version 1.5.0 *(2023-05-25)*
1219
-----------------------------
1320

14-
* Implement creating new folder option from link create view #43 by @AmrDeveloper
21+
* Russian translation.
22+
* Russian Vietnamese.
23+
* Russian Chinese.
24+
* Added import/export to html functionality.
25+
* Update Kotlin and libraries versions
26+
* Optimize onChildDraw calculating icon top position
27+
1528

1629
Version 1.4.0 *(2023-04-19)*
1730
-----------------------------

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdkVersion 17
1717
targetSdkVersion rootProject.targetSdkVersion
1818
versionCode 22
19-
versionName "1.5.1"
19+
versionName "1.6.0"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

2222
javaCompileOptions {

0 commit comments

Comments
 (0)