diff --git a/Koder.rdef b/Koder.rdef index e84e2a7..80c4c68 100644 --- a/Koder.rdef +++ b/Koder.rdef @@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH; resource app_version { major = 0, middle = 4, - minor = 0, + minor = 1, variety = B_APPV_FINAL, internal = 1, diff --git a/Makefile b/Makefile index 8f0d5fa..42bc8b3 100644 --- a/Makefile +++ b/Makefile @@ -118,11 +118,11 @@ WARNINGS = # With image symbols, stack crawls in the debugger are meaningful. # If set to "TRUE", symbols will be created. -SYMBOLS := TRUE +SYMBOLS := FALSE # Includes debug information, which allows the binary to be debugged easily. # If set to "TRUE", debug info will be created. -DEBUGGER := TRUE +DEBUGGER := FALSE # Specify any additional compiler flags to be used. COMPILER_FLAGS = -std=c++17 diff --git a/README.md b/README.md index 4c9572f..e1904ff 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ Copy all files from **data** directory to **Koder** directory in any non-package ## History +0.4.1 - *23-11-2018* + +* Fix crash in incremental search. +* Fix saving of Spaces per tab setting. + 0.4.0 - *07-10-2018* * Find/Replace window can be closed with Esc now.