4.1.7 version number & change list

master
Allen Webster 2021-01-24 15:34:02 -08:00
parent 10bb28bb40
commit 50b2bbbec0
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#define MAJOR 4
#define MINOR 1
#define PATCH 6
#define PATCH 7
// string
#define VN__(a,b,c) #a "." #b "." #c

View File

@ -5,7 +5,10 @@
+ Added highlighting for functions, types, and macros in code index
+ Default input is now dispatched through an "implicit map" callback
+ Audio system API and default audio mixer with examples in 4coder_examples.cpp
+ Standard search list for loading custom DLL, config, fonts, themes and more
Search order: loaded project's path, "user path", binary path
+ Fix: crash when pasting in read only buffer
+ Fix: crash when closing cli output buffer
4.1.6
+ In config.4coder "bind_by_physical_key" uses a key-layout that does not change with language