Release v2.2.1
Mitigates https://github.com/advisories/GHSA-r4pf-3v7r-hh55
Security
- https://github.com/dscalzi/HeliosLauncher/commit/ae0e9e227d2885fc3daf808dc7c8d3db26d70d10 Mitigate CVE-2024-27303
Unclaimed project
Are you a maintainer of HeliosLauncher? Claim this project to take control of your public changelog and roadmap.
Changelog
☀ Custom launcher for modded minecraft written in Electron and Node.js
Mitigates https://github.com/advisories/GHSA-r4pf-3v7r-hh55
Electron has been upgraded to v29, and as a result Node.js has also been upgraded to v20. This is now the minimum supported version.
Microsoft and Mojang login error messages have been moved down to Helios Launcher to support localization.
Mojang's auth server now returns a 410 which means it is permanently removed. It has been removed from our status checks accordingly.
Helios-core changelog https://github.com/dscalzi/helios-core/releases/tag/v2.1.1
This release adds support for fabric.
Helios-core changelog https://github.com/dscalzi/helios-core/releases/tag/v2.1.0
Most user facing strings are now fully localized. The default translation file for English is included in app/assets/lang/en_US.toml. Data points that nearly every fork will change are extracted out in _custom.toml. This will hopefully make it easier for forks to create and maintain translations. At the moment translations will not be included in the base repository since it c...