From 6b7ac3895a76595dbbfa51860864a1c6f5037fb3 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Fri, 5 Jun 2020 17:19:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3901b43a..317e6d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Quasar Changelog +## Quasar v1.4.0 [05.06.2020] +* **Changed target framework to .NET Framework 4.5.2** +* **Changed license to MIT** +* Changed message serializer to Protobuf +* Changed versioning scheme to Semantic Versioning (https://semver.org/) +* Added attended/unattended client modes +* Added TLS 1.2 as transport encryption +* Added UTC timestamps to log files +* Added dependencies as NuGet packages +* Updated dependencies +* Updated message processing in client and server +* Updated mouse and keyboard input to SendInput API +* Fixed file transfer vulnerbilities (#623) +* Lots of under the hood changes for an upcoming plugin system + ## Quasar v1.3.0.0 [28.09.2016] * Added Registry Editor * Added Remote Webcam diff --git a/README.md b/README.md index 482fd746..cad5611e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Quasar is a fast and light-weight remote administration tool coded in C#. The us * For older systems please use [Quasar version 1.3.0](https://github.com/quasar/QuasarRAT/releases/tag/v1.3.0.0) ## Compiling -Open the project in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6`. See below which build configuration to choose from. +Open the project in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6`. The resulting executables can be found in the `Bin` directory. See below which build configuration to choose from. ## Building a client | Build configuration | Usage scenario | Description