File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
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 = 4,
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 @@ -118,11 +118,11 @@ WARNINGS =
118118
119119# With image symbols, stack crawls in the debugger are meaningful.
120120# If set to "TRUE", symbols will be created.
121- SYMBOLS := TRUE
121+ SYMBOLS := FALSE
122122
123123# Includes debug information, which allows the binary to be debugged easily.
124124# If set to "TRUE", debug info will be created.
125- DEBUGGER := TRUE
125+ DEBUGGER := FALSE
126126
127127# Specify any additional compiler flags to be used.
128128COMPILER_FLAGS = -std=c++17
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Copy all files from **data** directory to **Koder** directory in any non-package
1919
2020## History
2121
22+ 0.4.1 - * 23-11-2018*
23+
24+ * Fix crash in incremental search.
25+ * Fix saving of Spaces per tab setting.
26+
22270.4.0 - * 07-10-2018*
2328
2429* Find/Replace window can be closed with Esc now.
You can’t perform that action at this time.
0 commit comments