mirror of https://github.com/quasar/Quasar.git
Update changelog
This commit is contained in:
parent
361438964f
commit
6b7ac3895a
15
CHANGELOG.md
15
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue