Release v2.0.6 - Localization, Electron 27, Fixes
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
- 7e95771 Remove dependence on node crypto module in landing.js
- b019f40 Dependency upgrade.
- 5a62174 Electron 27, dependency upgrade.