Zmyrna
cade9f185a
Update distromanager.js
2024-12-15 04:30:39 +09:00
Zmyrna
412b8f1085
Update README.md
2024-12-14 21:16:04 +09:00
Zmyrna
337a4438b1
RLP3
2024-12-14 21:00:17 +09:00
peunsu
aebdf3e27e
Merge pull request #12 from peunsu/dev
...
[skip ci]Update README.md
2024-06-26 02:46:17 +09:00
peunsu
0d29fb5325
Update README.md
2024-06-26 02:44:45 +09:00
peunsu
b8fd8e114f
Merge pull request #11 from peunsu/dev
...
Update README.md
2024-06-24 23:27:41 +09:00
peunsu
3113a4c3c7
Merge branch 'master' into dev
2024-06-24 23:27:35 +09:00
peunsu
4e765da8db
Update README.md
2024-06-24 23:24:57 +09:00
peunsu
64bc438614
Merge pull request #10 from peunsu/dev
...
Merge Helios Launcher v2.2.1 updates.
2024-06-22 20:53:12 +09:00
peunsu
2ec6eb38f6
Fix typo in Korean translation.
2024-06-22 20:51:12 +09:00
peunsu
6dcaef224b
Merge Helios Launcher v2.2.1 updates.
2024-06-22 20:18:47 +09:00
peunsu
73741af4a8
[skip ci] Update README.md
2024-02-18 16:06:15 +09:00
peunsu
776ebc9cbe
Merge pull request #6 from peunsu/dev
...
Change media icons
2024-02-17 20:50:47 +09:00
peunsu
03dccf95a4
Change media icons
2024-02-17 11:48:09 +00:00
peunsu
8672333a31
Update README.md
2024-02-12 16:06:15 +09:00
peunsu
cb422db770
Update README.md
2024-02-12 16:03:22 +09:00
peunsu
d2a2718cfc
Update README.md
2024-02-12 16:00:52 +09:00
peunsu
2d42d73482
Merge pull request #5 from peunsu/dev
...
Pre-Release v3.0.1
2024-02-12 15:30:22 +09:00
peunsu
65fb2201d5
Update to v3.0.1
2024-02-12 06:25:32 +00:00
peunsu
11cce42f40
Change the download url of distribution.json. Modify css style and image extension.
2024-02-12 05:12:39 +00:00
peunsu
ab2eeb246b
Merge pull request #4 from peunsu/dev
...
Pre-Release v3.0.0
2024-02-11 18:32:14 +09:00
peunsu
1e00abcb3b
Change distribution.json URL and Update version to 3.0.0
2024-02-11 09:27:38 +00:00
peunsu
3294e0b46d
Remove the border circle of the logo on landing page.
2024-02-11 09:24:27 +00:00
peunsu
02fd9876bd
Add translation and change anything saying "Helios" to "MRS"
2024-02-11 09:13:31 +00:00
peunsu
a189c3857b
Change fonts and backgrounds.
2024-02-11 09:13:21 +00:00
peunsu
0ab617b898
copilot
2024-02-09 07:41:10 +00:00
Daniel Scalzi
95eebc18a7
2.1.1
2024-01-04 19:09:30 -05:00
Daniel Scalzi
d03ff90f78
Remove mojang authserver as it has been permanently shut down.
2024-01-04 19:09:03 -05:00
Daniel Scalzi
258cd0d421
2.1.0
2023-12-03 18:06:25 -05:00
Daniel Scalzi
f65eb2f2d6
Dependency upgrade.
2023-12-03 18:05:47 -05:00
jebibot
fb1cb7b415
feat: support Fabric ( #313 )
...
* feat: support Fabric
* fix: GAME_LAUNCH_REGEX for Fabric
* Small refactor.
* Update documentation.
* Upgrade helios-distribution-types, helios-core.
---------
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
2023-12-03 18:02:57 -05:00
Daniel Scalzi
9b898cc033
2.0.6
2023-11-25 19:09:40 -05:00
Daniel Scalzi
5a6217467a
Electron 27, dependency upgrade.
2023-11-25 18:58:34 -05:00
jebibot
3d470d9a32
feat: localize discord RPC, window title, button ( #314 )
...
* feat: localize discord RPC, window title, button
* fix: settings.dropinMods.okButton key
2023-11-25 18:31:41 -05:00
jebibot
cf7fd2f411
fix: auto connect for 1.20+ ( #316 )
2023-11-25 18:29:09 -05:00
jebibot
16790ca416
fix: Discord RPC check ( #315 )
2023-11-25 18:28:21 -05:00
Daniel Scalzi
7e95771957
Remove dependence on node crypto module in landing.js
2023-11-11 23:37:59 -05:00
Kamesuta
ab7e3c301c
Fix js.uicore.autoUpdate name in en_US.toml ( #307 )
2023-10-14 16:37:03 -04:00
Daniel Scalzi
b019f40802
Dependency upgrade.
2023-10-05 15:31:06 -04:00
Kamesuta
9d80d3b1d5
Localize HeliosLauncher UI using lang files ( #301 )
...
* First step to use Language .json file in ejs
* i18n for landing.ejs
* i18n for login.ejs
* i18n for loginOptions.ejs
* i18n for overlay.ejs
* i18n for settings.ejs
* i18n for waiting.ejs
* i18n for welcome.ejs
* langloader.js placeholder support
* i18n for landing.js
* i18n for login.js
* i18n for overlay.js
* i18n for settings.js
* i18n for uibinder.js
* i18n for uicore.js
* remove html language replacement
* use toml for i18n
* Fix mojang/microsoft status icon is undefined
* cascadable langloader
* separate lang file for customization
* move some placeholder text to _placeholder.toml
* Update
* Reduce package lock diff.
* Remove another placeholder.
* Checkbox does not require translation.
* Icons don't need translation.
* Leave placeholders inline.
* Fix translation for news pages.
* Remove more unneeded translations.
---------
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
2023-10-05 15:26:32 -04:00
Daniel Scalzi
92f2aab2a1
2.0.5
2023-08-21 11:49:40 -04:00
Daniel Scalzi
06ba2ebe69
Electron 26, helios-core 2.0.5, dependency upgrade.
2023-08-21 11:46:47 -04:00
GeekCorner
e6cf76b436
docs (Microsoft Auth): Add docs regarding whitelist system ( #300 )
...
* docs (Microsoft Auth): Add docs regarding whitelist system
* docs: Commit Dan's suggestion
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
* docs: Commit Dan's second suggestion
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
* docs: Commit Dan's third suggestion
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
* docs: Commit Dan's fourth suggestion
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
* docs: Commit Dan's fifth suggestion
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
---------
Co-authored-by: Daniel Scalzi <d_scalzi@yahoo.com>
2023-07-26 13:18:57 -04:00
Daniel Scalzi
5de3acb96a
Electron 25.
2023-07-23 23:58:13 -04:00
Daniel Scalzi
d89b270c20
2.0.4 - Harden Java discovery logic, Electron 24.
2023-04-12 21:41:34 -04:00
Daniel Scalzi
9e26b288fc
Fix RAM slider megabyte calculation.
2023-04-05 19:18:29 -04:00
Daniel Scalzi
22d2e064f3
2.0.3 - Improve error message for users without a mc profile.
2023-03-30 18:25:09 -04:00
Daniel Scalzi
ab3d4e9499
2.0.2 - Make version parse regex more lenient, grant explicit permissions to github actions.
2023-03-28 21:40:33 -04:00
Daniel Scalzi
3295430c54
2.0.1 - Build is optional in Java versions (esp. Oracle).
2023-03-25 18:57:23 -04:00
Daniel Scalzi
e4ddf898f9
v2.0.0
2023-03-24 17:46:52 -04:00