From 3e9ddd494bbb7faa1305ba54897bb7635bd44034 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 24 May 2021 16:16:12 -0500 Subject: [PATCH] Syncing latest changes between public/private. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cbf61c..248db81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.6.4 (20367) +- Some cleanups in the Favorites tab of the gather window. + ### 1.6.3 (20366) - Telnet access works again for gui builds without requiring a password (access must still be granted via the gui). @@ -22,8 +25,8 @@ - Added `ba.clipboard_*` functions for copying and pasting text on supported platforms. - Implemented clipboard functionality on SDL based builds (such as prefab). - Fixed an issue where click locations on scaled text fields could be incorrectly calculated. -- Server-wrapper improvements allowing config path and ba_root path to be passed explicitly. -- Binary -cfgdir option now properly allows any path, not just './ba_root'. +- Server-wrapper improvements allowing config path and `ba_root` path to be passed explicitly. +- Binary -cfgdir option now properly allows any path, not just `./ba_root`. - Additional server-wrapper options such as disabling auto-restart and automatic restarts on config file changes. - Running a `_ba.connect_to_party` command via the -exec arg should now do the right thing. - Fixed possible crash due to buffer under/overruns in `Utils::precalc_rands_*`.