From a806b23b315922494266499ef127bf8f1fc30ce3 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 10 Mar 2020 10:26:59 -0700 Subject: [PATCH 1/2] Changes updated 4.1.4 ready to ship --- ship_files/changes.txt | 1 + 1 file changed, 1 insertion(+) 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 From 6f4bd5515b1981f97b8c9dfc7821990807f63bc8 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 10 Mar 2020 14:19:23 -0700 Subject: [PATCH 2/2] Version number 4.1.4 --- custom/4coder_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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