diff --git a/4coder_API/version.h b/4coder_API/version.h index 2479ec9b..d3ee8b38 100644 --- a/4coder_API/version.h +++ b/4coder_API/version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 27 +#define PATCH 28 // string #define VN__(a,b,c) #a "." #b "." #c diff --git a/changes.txt b/changes.txt index b3c912d8..9b5cc96e 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,17 @@ +New in alpha 4.0.28: +-In config.4coder "eanble_virtual_whitespace" is now separate from "enable_code_wrapping" +-In project.4coder .os = "all" now matches for all operating systems +-In project.4coder .os = "default" matches if no other match is available +-When doing isearch clears the entire query +-When doing isearch sets the search field to the previous search string +-Bug fix: Fixed issues with string escape sequences in the parser for *.4coder files +-Bug fix: On windows network directories can now be browsed and their files can be loaded +-Bug fix: Linux keyboard handling has been upgraded to allow certain custom layouts to work +-Bug fix: Fixed replace_all_occurences in 4coder_experiments.cpp +-Bug fix: "buildsuper" scripts now runs metadata_generator on the result of the preprocessor + ensuring it only tries to link to commands that will actually be defined + New in alpha 4.0.27: -Project system upgraded to "version(1)" Wildcard patterns for file loading