Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KapiX committed May 14, 2023
1 parent 6b418f0 commit 7679d0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.6.0 - TBD
## [0.6.0] - 2023-05-14

* Add Find/Replace history.
* Add --wait switch to block when used from command line.
Expand Down Expand Up @@ -130,6 +130,10 @@

* Initial release.

[0.6.0]: https://github.com/KapiX/Koder/releases/tag/0.6.0
[0.5.4]: https://github.com/KapiX/Koder/releases/tag/0.5.4
[0.5.3]: https://github.com/KapiX/Koder/releases/tag/0.5.3
[0.5.2]: https://github.com/KapiX/Koder/releases/tag/0.5.2
[0.5.1]: https://github.com/KapiX/Koder/releases/tag/0.5.1
[0.5.0]: https://github.com/KapiX/Koder/releases/tag/0.5.0
[0.4.1]: https://github.com/KapiX/Koder/releases/tag/0.4.1
Expand Down
2 changes: 1 addition & 1 deletion Koder.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource app_version {
middle = 6,
minor = 0,

variety = B_APPV_DEVELOPMENT,
variety = B_APPV_FINAL,
internal = 1,

short_info = "Koder",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ LOCAL_INCLUDE_PATHS = src/bookmarks src/controls src/editor src/find \
src/preferences src/support
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

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

Expand Down

0 comments on commit 7679d0f

Please sign in to comment.