File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ LOCAL_INCLUDE_PATHS = src/bookmarks src/controls src/editor src/find \
3030 src/preferences src/support
3131LOCALES = 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)
3636COMPILER_FLAGS = -gno-column-info -std=c++17 -Werror
3737
You can’t perform that action at this time.
0 commit comments