mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Merge branch 'master' of github.com:GravitLauncher/Launcher
This commit is contained in:
commit
ef840af7a0
1 changed files with 10 additions and 10 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Changes
|
# Changes
|
||||||
* Support native guard library Avanguard
|
* Avanguard native guard library support
|
||||||
* Build with Gradle
|
* Build with Gradle
|
||||||
* The code is free of many dirty "hacks" that depend on the implementation and undocumented features of a particular JVM
|
* The code is free of many dirty "hacks" that depend on the implementation and undocumented features of a particular JVM
|
||||||
* Removed installing JVM
|
* Removed JVM installation
|
||||||
* Brutus password protection
|
* Brute-force attack protection
|
||||||
* Launcher complished and runs with JDK 10
|
* Launcher compiles and runs with JDK 10
|
||||||
* Patch launchwrapper with support Java 10
|
* Patched launchwrapper with Java 10 support
|
||||||
* JsonAuthProvider and a PHP script to work with Yii2
|
* JsonAuthProvider and a PHP script to work with Yii2
|
||||||
* ClassPath is not visible in the start line
|
* ClassPath is not visible in the start line
|
||||||
* Symlinks are fully allowed without restrictions
|
* Symlinks are fully allowed without restrictions
|
||||||
* Removed an undocumented feature, JavaScript plugins server side
|
* Removed an undocumented feature which allowed to use JavaScript plugins on server side
|
||||||
* Various improvements and bugfixes
|
* Various improvements and bugfixes
|
||||||
* Split into 3 modules instead of two
|
* Split into 3 modules instead of two
|
||||||
* The old bypasses don't work
|
* The old bypasses don't work
|
||||||
* A partially modified structure of the classes
|
* Partially modified structure of the classes
|
||||||
* Bug fixes from the main branch of the launcher
|
* Bug fixes in the main branch of the launcher
|
||||||
* Ability to install different skins on different servers
|
* Ability to install different skins on different servers
|
||||||
* Send HWID
|
* Send HWID
|
||||||
* Flexible setting options exe when you build
|
* Flexible exe settings when building
|
||||||
* And much more!
|
* And much more!
|
Loading…
Reference in a new issue