We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753eaac commit c46ff9cCopy full SHA for c46ff9c
2 files changed
Koder.rdef
@@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH;
5
resource app_version {
6
major = 0,
7
middle = 5,
8
- minor = 0,
+ minor = 1,
9
10
variety = B_APPV_FINAL,
11
internal = 1,
README.md
@@ -20,6 +20,14 @@ Copy all files from **data** directory to **Koder** directory in any non-package
20
21
## History
22
23
+0.5.1 - *11-05-2019*
24
+
25
+* Fix crash when external lexer is not found.
26
+* Enable folding for Python.
27
+* Fix crash when invoking incremental search twice.
28
+* Fix read-only detection for volumes mounted as read-only.
29
+* Highlight syntax for the entire file on language change.
30
31
0.5.0 - *01-04-2019*
32
33
* Make preferences update automatically.
0 commit comments