* 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.
This environment variable may override the default Java arguments used by the launcher, which can lead to negative effects (such as too small amount memory allocated).
The recommended way to change the default Java arguments is through the launcher settings.
* 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)
Fixes #8
* 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 ammount of memory
* Remove spaces from name
* Additional fixes
* Automatically download missing libraries if launcher_profile.json size has changed
* Create resources 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
Fixes #1
Fixes #3