mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
parent
92818b12b2
commit
014d3f9c99
2 changed files with 2 additions and 6 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Changes
|
# Changes
|
||||||
* 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 JVM installation
|
* Removed JVM installation
|
||||||
* Brute-force attack protection
|
* Brute-force attack protection
|
||||||
* Launcher compiles and runs with JDK 10
|
* Launcher compiles and runs with JDK 10
|
||||||
* Patched launchwrapper with Java 10 support
|
* Patched launchwrapper with Java 10 support
|
||||||
* 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 which allowed to use JavaScript plugins on 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 5 modules instead of two
|
||||||
* The old bypasses don't work
|
* The old bypasses don't work
|
||||||
* Partially modified structure of the classes
|
* Partially modified structure of the classes
|
||||||
* Bug fixes in the main branch of the launcher
|
* Bug fixes in the main branch of the launcher
|
||||||
|
|
|
@ -1,17 +1,15 @@
|
||||||
# Изменения
|
# Изменения
|
||||||
* Поддержка нативной библиотеки защиты Avanguard
|
|
||||||
* Сборка Gradle
|
* Сборка Gradle
|
||||||
* Код избавлен от множества грязных "хаков", зависящих от реализации и недокументированных особенностей конкретной JVM
|
* Код избавлен от множества грязных "хаков", зависящих от реализации и недокументированных особенностей конкретной JVM
|
||||||
* Вырезана установка своей JVM
|
* Вырезана установка своей JVM
|
||||||
* Защита от брута пароля
|
* Защита от брута пароля
|
||||||
* Лаунчер комплируется и запускается с JDK 10
|
* Лаунчер комплируется и запускается с JDK 10
|
||||||
* Патч launchwrapper с поддержкой Java 10
|
* Патч launchwrapper с поддержкой Java 10
|
||||||
* JsonAuthProvider и PHP скрипт для работы с Yii2
|
|
||||||
* ClassPath не виден в строке запуска
|
* ClassPath не виден в строке запуска
|
||||||
* Полностью разрешены симлинки без ограничений
|
* Полностью разрешены симлинки без ограничений
|
||||||
* Вырезана недокументированная возможность использования JavaScript плагинов на стороне сервера
|
* Вырезана недокументированная возможность использования JavaScript плагинов на стороне сервера
|
||||||
* Различные исправления и доработки
|
* Различные исправления и доработки
|
||||||
* Разбиение на 3 модуля вместо двух
|
* Разбиение на 5 модулей вместо двух
|
||||||
* Старые обходы не работают
|
* Старые обходы не работают
|
||||||
* Частично изменена структура классов
|
* Частично изменена структура классов
|
||||||
* Исправления багов из основной ветки лаунчера
|
* Исправления багов из основной ветки лаунчера
|
||||||
|
|
Loading…
Reference in a new issue