From 76a13dc53a5e65c3d42f70e47a1808128421994b Mon Sep 17 00:00:00 2001 From: John Gross Date: Wed, 26 Jul 2017 00:40:46 -0700 Subject: [PATCH] # Torch 1.1.207.7 * Notes - This release makes significant changes to TorchConfig.xml. It has been renamed to Torch.cfg and has different options. * Features - Plugins, Torch, and the DS can now all update automatically - Changed command prefix to ! - Added manual save command (thanks to Maldark) - Added restart command - Improved instance creation: now creates an entire skeleton instance with blank config - Added instance name to console title * Fixes - Optimized UI so it's snappier and freezes less often - Fixed NetworkManager.RaiseEvent overload that had an off-by-one bug - Fixed chat window so it automatically scrolls down --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ae355..9aea744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Torch 1.1.205.478 +* Notes + - This release makes significant changes to TorchConfig.xml. It has been renamed to Torch.cfg and has different options. +* Features + - Plugins, Torch, and the DS can now all update automatically + - Changed command prefix to ! + - Added manual save command (thanks to Maldark) + - Added restart command + - Improved instance creation: now creates an entire skeleton instance with blank config + - Added instance name to console title +* Fixes + - Optimized UI so it's snappier and freezes less often + - Fixed NetworkManager.RaiseEvent overload that had an off-by-one bug + - Fixed chat window so it automatically scrolls down + # Torch 1.0.182.329 * Improved logging, logs now to go the Logs folder and aren't deleted on start * Fixed chat tab not enabling with -autostart