edited changelog

This commit is contained in:
Bitl 2021-09-05 12:11:01 -07:00
parent 0f275fa1e9
commit 6aa290ceff
2 changed files with 4 additions and 2 deletions

View File

@ -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);
}

View File

@ -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!