Launcher/docs/EN-changes.md

22 lines
897 B
Markdown
Raw Normal View History

2018-09-17 10:07:32 +03:00
# Changes
2018-10-31 12:28:56 +03:00
* Avanguard native guard library support
2018-09-17 10:07:32 +03:00
* Build with Gradle
* The code is free of many dirty "hacks" that depend on the implementation and undocumented features of a particular JVM
2018-10-31 12:28:56 +03:00
* Removed JVM installation
* Brute-force attack protection
* Launcher compiles and runs with JDK 10
* Patched launchwrapper with Java 10 support
2018-09-17 10:07:32 +03:00
* JsonAuthProvider and a PHP script to work with Yii2
* ClassPath is not visible in the start line
* Symlinks are fully allowed without restrictions
2018-10-31 12:28:56 +03:00
* Removed an undocumented feature which allowed to use JavaScript plugins on server side
2018-09-17 10:07:32 +03:00
* Various improvements and bugfixes
* Split into 3 modules instead of two
* The old bypasses don't work
2018-10-31 12:28:56 +03:00
* Partially modified structure of the classes
* Bug fixes in the main branch of the launcher
2018-09-17 10:07:32 +03:00
* Ability to install different skins on different servers
* Send HWID
2018-10-31 12:28:56 +03:00
* Flexible exe settings when building
* And much more!