Skip to content

Commit 0549502

Browse files
committed
Release 0.4.1
1 parent 8691967 commit 0549502

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Koder.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH;
55
resource app_version {
66
major = 0,
77
middle = 4,
8-
minor = 0,
8+
minor = 1,
99

1010
variety = B_APPV_FINAL,
1111
internal = 1,

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
128128
COMPILER_FLAGS = -std=c++17

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2227
0.4.0 - *07-10-2018*
2328

2429
* Find/Replace window can be closed with Esc now.

0 commit comments

Comments
 (0)