Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KapiX committed Nov 23, 2018
1 parent 8691967 commit 0549502
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Koder.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0549502

Please sign in to comment.