From 6aa290ceff8355921ae1f295347a4e187ec6c9ff Mon Sep 17 00:00:00 2001 From: Bitl Date: Sun, 5 Sep 2021 12:11:01 -0700 Subject: [PATCH] edited changelog --- .../NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs | 4 ++-- changelog.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs b/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs index 25bac4c..f8f3f6f 100644 --- a/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs +++ b/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs @@ -528,7 +528,7 @@ namespace NovetusLauncher if (e.KeyCode == Keys.Enter) { - ConsoleBox.AppendText(Environment.NewLine); + ConsoleBox.AppendText(Environment.NewLine, System.Drawing.Color.White); ConsoleProcessCommands(lastLine); e.Handled = true; } @@ -643,7 +643,7 @@ namespace NovetusLauncher GlobalFuncs.ConsolePrint("= dlldelete off | Turn off the deletion of opengl32.dll when ReShade is off.", 4, ConsoleBox); GlobalFuncs.ConsolePrint("= dlldelete on | Turn on the deletion of opengl32.dll when ReShade is off.", 4, ConsoleBox); GlobalFuncs.ConsolePrint("---------", 1, ConsoleBox); - GlobalFuncs.ConsolePrint(LocalVars.important2, 2, ConsoleBox); + GlobalFuncs.ConsolePrint(LocalVars.important2, 1, ConsoleBox); GlobalFuncs.ConsolePrint("---------", 1, ConsoleBox); } diff --git a/changelog.txt b/changelog.txt index ffdf556..5cef09f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,6 +16,8 @@ Changes from 1.3 Pre-Release 3: - Fixed configuration file conflicts. In some clients, this will fix the WASD keys not functioning properly. - Re-added Teams and Spawn Locations to 2006S to fix crashes when joining a server. - Clicking on "Argument Help" for Novetus CMD in the Bootstrapper will no longer close the Bootstrapper. +- Added item editing to the Item Creation SDK. +- Changed the console text font. - Added more items (full list at end of changelog) Changes from 1.2.4.1: - The OBJ2MeshV1GUI, The Asset Localizer, and the Item SDK have been merged to form the Asset SDK!