1
1
Change Log
2
2
==========
3
3
4
+ Version 1.6.1 * (2024-09-20)*
5
+ -----------------------------
6
+
7
+ - Fix: Class not found exception on release mode.
8
+ - Issue #65 : Handle url encoding.
9
+ - Update SDK version to 34
10
+ - Migrate from Groovy to Kotlin DSL
11
+ - Migrate to Gradle version catalog
12
+ - Russian translation of the app
13
+ - Created remember the last used folder option
14
+ - fixed string resources for default folder option
15
+ - Added import/export to html functionality
16
+ - Add Vietnamese to the list of supported languages
17
+ - Migrate to Material 3
18
+ - Add Chinese to the supported languages
19
+ - Optimize onChildDraw calculating icon top position
20
+
4
21
Version 1.6.0 * (2023-05-11)*
5
22
-----------------------------
6
23
7
24
* Fixing Empty folder field entries #45 by @AmrDeveloper
8
25
* Change cursor color in light and dark theme to be clear #44 by @AmrDeveloper
9
26
10
-
11
27
Version 1.5.1 * (2023-06-06)*
12
28
-----------------------------
13
29
14
30
* Fixing Empty folder field entries #45 by @AmrDeveloper
15
31
* Change cursor color in light and dark theme to be clear #44 by @AmrDeveloper
16
32
17
-
18
33
Version 1.5.0 * (2023-05-25)*
19
34
-----------------------------
20
35
@@ -25,7 +40,6 @@ Version 1.5.0 *(2023-05-25)*
25
40
* Update Kotlin and libraries versions
26
41
* Optimize onChildDraw calculating icon top position
27
42
28
-
29
43
Version 1.4.0 * (2023-04-19)*
30
44
-----------------------------
31
45
0 commit comments