File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
11
Version 1.5.1 * (2023-06-06)*
5
12
-----------------------------
6
13
@@ -11,7 +18,13 @@ Version 1.5.1 *(2023-06-06)*
11
18
Version 1.5.0 * (2023-05-25)*
12
19
-----------------------------
13
20
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
+
15
28
16
29
Version 1.4.0 * (2023-04-19)*
17
30
-----------------------------
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
16
16
minSdkVersion 17
17
17
targetSdkVersion rootProject. targetSdkVersion
18
18
versionCode 22
19
- versionName " 1.5.1 "
19
+ versionName " 1.6.0 "
20
20
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
21
21
22
22
javaCompileOptions {
You can’t perform that action at this time.
0 commit comments