Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
latest-linux.yml | 2023-11-26 | 392 Bytes | |
Helios-Launcher-setup-2.0.6.AppImage | 2023-11-26 | 92.5 MB | |
latest-mac.yml | 2023-11-26 | 534 Bytes | |
latest.yml | 2023-11-26 | 358 Bytes | |
Helios-Launcher-setup-2.0.6.exe | 2023-11-26 | 88.0 MB | |
Helios-Launcher-setup-2.0.6.exe.blockmap | 2023-11-26 | 91.3 kB | |
Helios-Launcher-setup-2.0.6-arm64.dmg | 2023-11-26 | 98.0 MB | |
Helios-Launcher-setup-2.0.6-arm64.dmg.blockmap | 2023-11-26 | 103.9 kB | |
Helios-Launcher-setup-2.0.6-x64.dmg | 2023-11-26 | 102.0 MB | |
Helios-Launcher-setup-2.0.6-x64.dmg.blockmap | 2023-11-26 | 107.1 kB | |
README.md | 2023-11-26 | 2.0 kB | |
Release v2.0.6 - Localization, Electron 27, Fixes source code.tar.gz | 2023-11-26 | 12.3 MB | |
Release v2.0.6 - Localization, Electron 27, Fixes source code.zip | 2023-11-26 | 12.3 MB | |
Totals: 13 Items | 405.4 MB | 0 |
Release v2.0.6
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 can be difficult to maintain them.
The minecraft.net status check has been removed. Pinging the website with a simple GET request no longer successfully returns, which had caused the service to appear constantly offline. The status check for this service is not particularly useful, so it has been removed.
A number of additional fixes and upgrades are included.
Electron has been upgraded to v27.
Helios-core changelog: https://github.com/dscalzi/helios-core/releases/tag/v2.0.6
Changes
- Localization
- https://github.com/dscalzi/HeliosLauncher/commit/9d80d3b1d502f0d46f7194858509626692b62c64 Localize HeliosLauncher UI using lang files (#301)
- https://github.com/dscalzi/HeliosLauncher/commit/ab7e3c301cf1da1ae4da0e8fd8f12ef38f13d866 Fix js.uicore.autoUpdate name in en_US.toml
- https://github.com/dscalzi/HeliosLauncher/commit/3d470d9a324e92259166d043189cbb802bee275d feat: localize discord RPC, window title, button (#314)
- https://github.com/dscalzi/HeliosLauncher/commit/7e95771957221446ee3f5e814e03327501bef43b Remove dependence on node crypto module in landing.js
- https://github.com/dscalzi/HeliosLauncher/commit/b019f408022844ed963d1c6a451a9d920e4a6e4b Dependency upgrade.
- https://github.com/dscalzi/HeliosLauncher/commit/5a6217467a024694bb60e82dc04f33eca1b1397c Electron 27, dependency upgrade.
Fixes
- https://github.com/dscalzi/HeliosLauncher/commit/16790ca41687cc2a700b58f21ca4783c54c6494a fix: Discord RPC check (#315)
- https://github.com/dscalzi/HeliosLauncher/commit/cf7fd2f4113cc32d405277c50edec62dfb228937 fix: auto connect for 1.20+ (#316)