From 3998afcc6204270606a69e74d83c7d68fd9c5c24 Mon Sep 17 00:00:00 2001 From: Bitl Date: Thu, 5 Jan 2023 11:14:09 -0700 Subject: [PATCH] updated files --- README-AND-CREDITS.TXT | 1 + changelog.txt | 10 ++++++++++ consolehelp.txt | 1 + scripts/batch/clean_junk.bat | 3 ++- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README-AND-CREDITS.TXT b/README-AND-CREDITS.TXT index b770b6a..6d0f604 100644 --- a/README-AND-CREDITS.TXT +++ b/README-AND-CREDITS.TXT @@ -309,6 +309,7 @@ Thank you Nukley for the idea of the Splash Tester. Credits go to Nostal-ia for getting 2011M corescripts working and helping me with 2011E corescripts. Credits to Hazelnut (creator of JRBX) for the buttons used in the Stylish style. Credits go to davcs86 for the HWID generation code (https://github.com/davcs86/csharp-uhwid) +Credits got to BRAVONATCHO and Sodikm for the web proxy code. All credits for the used pieces of code go to the respective authors. ------------------------------------------------------------ diff --git a/changelog.txt b/changelog.txt index c78551b..a9d963b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +1.3 Snapshot v22.8405.19856.1 +Enhancements: +- Added the Web Proxy! + - Novetus will now have a prompt on launch asking if the user would like to enable the web proxy. When pressing "Yes", the user will have to install the web proxy certificate on the next prompt. The initial prompt will only appear once. + - The proxy Console command is an additional way to turn on and turn off the web proxy. + - The Proxy is extendable with user scripts that enhance the client experience. + +Fixes: +- Fixed a bug where resetting the config would close the console. +---------------------------------------------------------------------------- 1.3 Snapshot v22.8391.14830.1 Notes: - As of the current Novetus version, .NET Framework 4.0 is no longer the main framework running Novetus. Novetus now requires .NET Framework 4.8. diff --git a/consolehelp.txt b/consolehelp.txt index 4648bcf..b9f8b7d 100644 --- a/consolehelp.txt +++ b/consolehelp.txt @@ -16,6 +16,7 @@ Commands:|3 + config save - Saves the config file|4 + config load - Reloads the config file|4 + config reset - Resets the config file|4 ++ proxy - Turns Novetus' web proxy on and off. ---------|1 Command-Line Parameters:|3 ---------|1 diff --git a/scripts/batch/clean_junk.bat b/scripts/batch/clean_junk.bat index 1ad6397..1330c2d 100644 --- a/scripts/batch/clean_junk.bat +++ b/scripts/batch/clean_junk.bat @@ -1,6 +1,5 @@ @ECHO OFF del /S Novetus\*.pdb -del /S Novetus\*.exe.config del /S Novetus\*.log del /S Novetus\*.bak @@ -125,6 +124,8 @@ del /s /q Novetus\config\clients\GlobalSettings7_2008M.xml del /s /q Novetus\config\clients\GlobalSettings_13_2012M.xml del /s /q Novetus\config\clients\GlobalSettings_4_2009L.xml +del /s /q Novetus\bin\rootCert.pfx + rmdir /s /q Novetus\maps\Custom rmdir /s /q Novetus\shareddata\assetcache rmdir /s /q Novetus\logs \ No newline at end of file