minecraft-vortex-launcher/CHANGELOG
2024-12-06 16:45:05 +03:00

136 lines
6.5 KiB
Plaintext

v1.1.20
* Fixed launching NeoForge and new Fabric versions
* Multithreaded downloading is enabled by default now
* "Download missing libraries on game start" option is enabled by default now
---------------------------------------------------------------------
v1.1.19
* Fixed client assets downloading
---------------------------------------------------------------------
v1.1.18
* Fixed launching Minecraft clients that use new LWJGL (3.3+)
---------------------------------------------------------------------
v1.1.17
* Fixed a critical security vulnerability related to Log4j (CVE-2021-44228). Properly this time.
---------------------------------------------------------------------
v1.1.16
* Fixed a critical security vulnerability related to Log4j ([CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228)).
* Added handling of two new Minecraft arguments (clientId and xuid).
* Added handling of spaces in the path to the game directory.
---------------------------------------------------------------------
v1.1.15
* Fixed launching new Fabric versions.
---------------------------------------------------------------------
v1.1.14
* Fixed launching Forge with new client versions (1.17+). Hopefully, for sure this time.
---------------------------------------------------------------------
v1.1.13
* Fixed launching Forge with new client versions (1.17+)
* Fixed launching Fabric with new Java versions
* Fixed detection of old client versions
---------------------------------------------------------------------
v1.1.12
* Fixed relaunching the game when the launcher remains open (yes, again)
---------------------------------------------------------------------
v1.1.11
* Fixed relaunching the game when the launcher remains open ("Keep the launcher open" option)
* The launcher now unsets _JAVA_OPTIONS environment variable
---------------------------------------------------------------------
v1.1.10
* Slightly changed the launch arguments to match the official ones
---------------------------------------------------------------------
v1.1.9
* Fixed download progress bar
* Some default settings changed to more sane values
* Added setting to keep the launcher open after launching the game
* Slightly improved startup time for older game versions (1.6 and older)
---------------------------------------------------------------------
v1.1.8
* More proper libraries parsing (fixes problems with natives versions mismatch)
---------------------------------------------------------------------
v1.1.7
* Fixed launching Forge with old clients (1.6.4 and older)
* Fixed download progress counting when multi-thread download is enabled
* Fixed rare crash when selecting "Redownload existing files" checkbox
---------------------------------------------------------------------
v1.1.6
* Fixed UUID generation
---------------------------------------------------------------------
v1.1.5
* Fixed launching Forge with 1.7.10 client
* Implemented proper UUID generator
---------------------------------------------------------------------
v1.1.4
* Use better default parameters for older client versions (older than 1.13)
* Remove memory allocation limit for 32-bit Java
* Some additional fixes and improvements
---------------------------------------------------------------------
v1.1.3.1
* Fixed libraries downloading on Windows
---------------------------------------------------------------------
v1.1.3
* Always use static UUID (fixes problems with saving achievements and reputation)
---------------------------------------------------------------------
v1.1.2
* Fixed launching versions with spaces in name
* Prevent to allocate more than 1.5 GB of memory when using 32-bit Java
* Prevent to allocate too low amount of memory
* Remove spaces from name
* Additional fixes
---------------------------------------------------------------------
v1.1.1
* Launcher now automatically downloads missing libraries if launcher_profile.json size has changed
* Added creating resources for old Minecraft versions
* Added handling of ${auth_session} and ${game_assets} parameters (required for old Minecraft versions)
* Fixed rare crashes when selecting version in Downloader
* Added OK button to "Download progress" window
* Fixed finding Minecraft versions when additional files present in versions directory
---------------------------------------------------------------------
v1.1.0.1
* Create launcher_profile.json only when at least one version is available
* Interface (GUI) improvements
* Fixed download failures detection
* Java existence checking improved
---------------------------------------------------------------------
v1.1
* Implemented Client Downloader. It's now possible to download any Minecraft (client) version
* Implemented downloading missing libraries on game launch (can be enabled in settings)
* Implemented UUID generator
* Implemented launcher settings
* Some interface (GUI) improvements
* Fixed client JSON parsing, it's now possible to run all Minecraft version (including newest)
* It's now possible to install Forge and (probably) other APIs
* Added ability to change launch parameters (can be changed in settings)
* Added ability to save launch string to external file
* launcher_profile.json creates (required for Forge installers)
* Disabled RAM amount limit
* Working directory changed to launcher's directory
* Configuration location changed to launcher's directory
* Additional bug fixes and improvements
---------------------------------------------------------------------
v1.0.2
* Fixed launching of Forge clients
* Launch arguments changed according to official Minecraft launcher
* Added handling of version_type argument
* Some additional fixes
---------------------------------------------------------------------
v1.0.1
* Launcher now remember selected version
---------------------------------------------------------------------
v1.0
* Some bug fixes and imporvements
* Added ability to specify path to Java on Linux
---------------------------------------------------------------------
v0.9.2
* Added selection of Java version and architecture
* Launcher removes spaces from version name
---------------------------------------------------------------------
v0.9.1
* Java finder is modified (only for Windows)
* Launcher forbids allocating low amount of ram
* Launcher forbids too short player names
* Launcher removes spaces from player name
* RAM string now accepts only digits
---------------------------------------------------------------------
v0.9
* First public release