We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97015bd commit 3c8b81cCopy full SHA for 3c8b81c
Koder.rdef
@@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH;
5
resource app_version {
6
major = 0,
7
middle = 5,
8
- minor = 1,
+ minor = 2,
9
10
variety = B_APPV_FINAL,
11
internal = 1,
README.md
@@ -20,6 +20,11 @@ Copy all files from **data** directory to **Koder** directory in any non-package
20
21
## History
22
23
+0.5.2 - *08-01-2020*
24
+
25
+* Fix crash when opening Preferences.
26
+* Fix garbage button text in file modified warning.
27
28
0.5.1 - *11-05-2019*
29
30
* Fix crash when external lexer is not found.
0 commit comments