minecraft-vortex-launcher/CHANGELOG

136 lines
6.5 KiB
Plaintext
Raw Permalink Normal View History

2024-12-06 08:45:05 -05:00
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
---------------------------------------------------------------------
2022-12-19 06:37:12 -05:00
v1.1.19
* Fixed client assets downloading
---------------------------------------------------------------------
2022-05-25 18:45:31 -04:00
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.
---------------------------------------------------------------------
2021-08-15 09:56:47 -04:00
v1.1.15
* Fixed launching new Fabric versions.
---------------------------------------------------------------------
2021-08-11 12:38:53 -04:00
v1.1.14
* Fixed launching Forge with new client versions (1.17+). Hopefully, for sure this time.
---------------------------------------------------------------------
2021-07-27 05:03:31 -04:00
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
---------------------------------------------------------------------
2020-07-16 13:15:12 -04:00
v1.1.12
* Fixed relaunching the game when the launcher remains open (yes, again)
---------------------------------------------------------------------
2020-07-03 15:18:58 -04:00
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
---------------------------------------------------------------------
2020-07-01 16:17:53 -04:00
v1.1.10
* Slightly changed the launch arguments to match the official ones
---------------------------------------------------------------------
2019-09-11 07:28:05 -04:00
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)
---------------------------------------------------------------------
2019-08-05 05:01:04 -04:00
v1.1.8
* More proper libraries parsing (fixes problems with natives versions mismatch)
---------------------------------------------------------------------
2019-07-16 06:47:28 -04:00
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
---------------------------------------------------------------------
2019-07-10 05:10:29 -04:00
v1.1.5
2019-07-16 06:47:28 -04:00
* Fixed launching Forge with 1.7.10 client
2019-07-10 05:10:29 -04:00
* Implemented proper UUID generator
---------------------------------------------------------------------
2019-06-17 12:35:12 -04:00
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
---------------------------------------------------------------------
2019-05-15 12:35:50 -04:00
v1.1.3.1
2019-05-15 13:14:42 -04:00
* Fixed libraries downloading on Windows
2019-05-15 12:35:50 -04:00
---------------------------------------------------------------------
v1.1.3
* Always use static UUID (fixes problems with saving achievements and reputation)
---------------------------------------------------------------------
2019-05-06 12:12:36 -04:00
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
2019-05-06 12:20:49 -04:00
* Prevent to allocate too low amount of memory
2019-05-06 12:12:36 -04:00
* Remove spaces from name
* Additional fixes
---------------------------------------------------------------------
2019-05-04 14:58:05 -04:00
v1.1.1
2019-05-04 15:25:40 -04:00
* 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)
2019-05-04 14:58:05 -04:00
* 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
---------------------------------------------------------------------
2019-05-02 11:11:02 -04:00
v1.1.0.1
2019-05-02 17:21:53 -04:00
* Create launcher_profile.json only when at least one version is available
2019-05-02 11:11:02 -04:00
* 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
2019-05-01 16:40:04 -04:00
* 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
2019-05-01 16:40:04 -04:00
* 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
---------------------------------------------------------------------
2018-06-14 04:05:43 -04:00
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
2018-06-14 04:05:43 -04:00
---------------------------------------------------------------------
v1.0.1
* Launcher now remember selected version
2018-06-14 04:05:43 -04:00
---------------------------------------------------------------------
v1.0
* Some bug fixes and imporvements
* Added ability to specify path to Java on Linux
2018-06-14 04:05:43 -04:00
---------------------------------------------------------------------
v0.9.2
* Added selection of Java version and architecture
* Launcher removes spaces from version name
2018-06-14 04:05:43 -04:00
---------------------------------------------------------------------
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
2018-06-14 04:05:43 -04:00
---------------------------------------------------------------------
v0.9
* First public release