Releases: Davis-Software/swc_mclauncher
Releases · Davis-Software/swc_mclauncher
1.1.12
1.1.11
small feature update
- launcher now detects if java version is too low to launch a given modpack
(does not apply to vanilla | the launcher will not detect a java version that is too new for a given modpack) - added a context menu for modpacks
- open containing folder
- uninstall modpack
1.1.10
small bug fix & package update
-
updated back-end packages
-
updated front-end packages
-
fixed Minecraft home folder not being generated, leading to launch failure
1.1.9
New features, bug fixes and optimizations
Features:
- Updated to the latest Electron and React versions
- Reworked About page, so it loads the README from GitHub
- Linux support finished
Bug fixes:
- React effects now clean up correctly
- Immediate crash of client while launching no longer crashes the React front-end
- Better error handling and reporting for better UX
- Added proper MarkDown styling
- Fixed settings page loading twice and thus overwriting settings with defaults in some cases
Optimizations:
- Removed unused code
- Better debugging info in console
- Some code refactoring
1.1.8
new feature & bug fixes
- running clients can now be killed using the launcher ui
bug fixes
- enabled strict mode
- fixed game info listener being registered on every component update
v1.1.7
bug fixes
- fixed java versions not being found on linux & macOS
- fixed some ui bugs
- more small fixes
v1.1.6
major bug fix
- fixed msToken expiring and not being refreshed properly
Now players do not have to refresh it manually by login in again.
Additionally it is now automatically refreshed if a game is started.
v1.1.5
java version dropdown now shows if java install is jre or jdk
- bug fixes
- minor visual improvements and optimizations
v1.1.4
- some general bug fixes