Skip to content

Commit 7679d0f

Browse files
committed
Release 0.6.0
1 parent 6b418f0 commit 7679d0f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.6.0 - TBD
3+
## [0.6.0] - 2023-05-14
44

55
* Add Find/Replace history.
66
* Add --wait switch to block when used from command line.
@@ -130,6 +130,10 @@
130130

131131
* Initial release.
132132

133+
[0.6.0]: https://github.com/KapiX/Koder/releases/tag/0.6.0
134+
[0.5.4]: https://github.com/KapiX/Koder/releases/tag/0.5.4
135+
[0.5.3]: https://github.com/KapiX/Koder/releases/tag/0.5.3
136+
[0.5.2]: https://github.com/KapiX/Koder/releases/tag/0.5.2
133137
[0.5.1]: https://github.com/KapiX/Koder/releases/tag/0.5.1
134138
[0.5.0]: https://github.com/KapiX/Koder/releases/tag/0.5.0
135139
[0.4.1]: https://github.com/KapiX/Koder/releases/tag/0.4.1

Koder.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource app_version {
77
middle = 6,
88
minor = 0,
99

10-
variety = B_APPV_DEVELOPMENT,
10+
variety = B_APPV_FINAL,
1111
internal = 1,
1212

1313
short_info = "Koder",

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ LOCAL_INCLUDE_PATHS = src/bookmarks src/controls src/editor src/find \
3030
src/preferences src/support
3131
LOCALES = ca de el en en_AU en_GB es es_419 fr fur hu it ja nl pl pt ro ru sv tr uk zh_Hans
3232

33-
SYMBOLS := TRUE
34-
DEBUGGER := TRUE
33+
SYMBOLS := FALSE
34+
DEBUGGER := FALSE
3535
# -gno-column-info is a workaround for Debugger issue (#15159)
3636
COMPILER_FLAGS = -gno-column-info -std=c++17 -Werror
3737

0 commit comments

Comments
 (0)