mirror of https://github.com/quasar/Quasar.git
New version (RELEASE2)
This commit is contained in:
parent
8b45549243
commit
6681b8b50f
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,18 @@
|
|||
Changelog - xRAT 2.0
|
||||
====================
|
||||
|
||||
xRAT v2.0.0.0 RELEASE2 [24.07.2014]
|
||||
---
|
||||
* Added Remote Shell
|
||||
* Added changeable Assembly Information
|
||||
* Added Computer Commands (Restart, Shutdown, Standby)
|
||||
* Added dynamic sizes for system information (easily expandable)
|
||||
* Added Antivirus & Firewall detection
|
||||
* Extended File Manager (Execute, Delete, Rename)
|
||||
* Fixed disposing of modal dialog box
|
||||
* Some minor fixes
|
||||
|
||||
|
||||
xRAT v2.0.0.0 RELEASE1 [08.07.2014]
|
||||
---
|
||||
* Added Icon Changer
|
||||
|
|
|
@ -7,7 +7,7 @@ namespace xRAT_2.Settings
|
|||
{
|
||||
public static class XMLSettings
|
||||
{
|
||||
public const string VERSION = "RELEASE1";
|
||||
public const string VERSION = "RELEASE2";
|
||||
public static ushort ListenPort { get; set; }
|
||||
public static bool AutoListen { get; set; }
|
||||
public static bool ShowPopup { get; set; }
|
||||
|
|
Loading…
Reference in New Issue