From 210c509c2b5b8a68f5f64b4f0cc9f5179c804cfd Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Tue, 3 Dec 2019 10:48:09 -0500 Subject: [PATCH] Updated readme.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c33ec8a56f..d6400a12b9 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ #### Changes for **v0.86.0** consist of: -* Audio Buffer choppy audio bugfix. -* User activity logger disabled, option in code to log to console. +* Audio Buffer choppy audio bugfix by increasing the buffer size. +* User Activity Logger disabled, option in code to log the reports to console. * CMakeLists.txt configured to work for Polyvox, Interface JSDocs. (may be obsolete) * Custom Application Title. * Entity Script Whitelist, no scripts are whitelisted by default. -* Batch file log output, instant close of application on closing of the CMD=line. +* Background CMD outputs full log, instant close of application on closing of the CMD-line. This build has been tested on Windows 10 Pro 64-bit w/ Nvidia graphics drivers. ### Whitelist Instructions -The batch file that you launch from sets the whitelist environment variable for you, however if you are unable to launch from the batch file and have to launch interface.exe directly then you must set the Windows environment variable "**EXTRA_WHITELIST**" with your whitelisted domains comma separated like so: "**https://kasen.io/,http://kasen.io/**" +The **Start - NO STEAMVR** batch file launches and sets the whitelist environment variable for you (you have to edit in your whitelisted domains), however if you are unable to launch from the batch file and have to launch interface.exe directly then you must set the Windows environment variable "**EXTRA_WHITELIST**" with your whitelisted domains comma separated like so: "**https://kasen.io/,http://kasen.io/**" The whitelist checks against the domains literally, so you have to be precise to ensure security and functionality. For example, the difference between "http://" and "https://" matters as those will be seen as two different domains in the eyes of the whitelist. \ No newline at end of file