File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH;
55resource app_version {
66 major = 0,
77 middle = 5,
8- minor = 0 ,
8+ minor = 1 ,
99
1010 variety = B_APPV_FINAL,
1111 internal = 1,
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ Copy all files from **data** directory to **Koder** directory in any non-package
2020
2121## History
2222
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+
23310.5.0 - * 01-04-2019*
2432
2533* Make preferences update automatically.
You can’t perform that action at this time.
0 commit comments