diff --git a/custom/4coder_version.h b/custom/4coder_version.h index c918764c..1c0ca3ae 100644 --- a/custom/4coder_version.h +++ b/custom/4coder_version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 1 -#define PATCH 3 +#define PATCH 4 // string #define VN__(a,b,c) #a "." #b "." #c diff --git a/ship_files/changes.txt b/ship_files/changes.txt index ef1ccfd9..7986b31c 100644 --- a/ship_files/changes.txt +++ b/ship_files/changes.txt @@ -8,6 +8,7 @@ + show whitespace mode implemented in 'default_render_buffer' + `set_face_size` and `set_face_size_this_buffer` commands + `HookID_WholeScreenRenderCaller` hook runs once per frame after all views render + + Bindings use exact matches for modifiers, instead of most recent sub-set matches + Extended key codes list + Fix: tabs are measured with the correct amount of width for the user's settings + Fix: virtual whitespace toggling works when the config initially diabled virtual whitespace