mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
feat: final touches
This commit is contained in:
parent
4dae85e2bc
commit
2961a118fb
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.1 MiB |
|
|
@ -1,11 +1,25 @@
|
|||

|
||||
|
||||
- Fix custom path downloading overwriting non-empty directories ([#127](https://github.com/LCE-Hub/LCE-Emerald-Launcher/issues/127))
|
||||
- Add support for version channels in Workshop
|
||||
- Fix LCEOnline Auth on Linux and macOS
|
||||
- Add `unzip` fallback for Workshop items on Linux
|
||||
- Fix critical bug in Workshop that deleted worlds and DLCs (thanks LeGamer!)
|
||||
- Fix random disconnects on Windows
|
||||
- Show multiplayer status on Discord RPC
|
||||
- Fix skipping intro, fullscreen and legacy mode not importing in Settings (thanks Ryuzaki!)
|
||||
- Remove controls menu from Settings
|
||||
- Fix title bar and panorama not showing on setup
|
||||
- **Partnership with LapboardMC!**
|
||||
- **Removed LCEOnline Client, LCEOnline functionality is built into Emerald**
|
||||
- Fix audio skipping bug on Windows
|
||||
- Gentoo, Nix flakes and Homebrew support
|
||||
- **Xbox 360, PS3 and Java -> LCE world importing support (beta!)**
|
||||
- Proper Discord RPC shutdown
|
||||
- Remove click effects when disabling animations
|
||||
- **FULL Android Port powered by our own DiamondRuntime for running the game!**
|
||||
- Fix neoLegacy downloading issue
|
||||
- **A lot of UI polish (thanks piebot!)**
|
||||
- Add 2 default capes
|
||||
- Add more default skins
|
||||
- **Emerald Arguments.Schema support!**
|
||||
- **Partnership with Amythest LCE**
|
||||
- Fix Slim skins rendering in-launcher
|
||||
- Randomize splash texts
|
||||
- **Partnership with Project Lost Legacy (soon!)**
|
||||
- Add Player Head to Discord RPC
|
||||
- Make skin face inwards instead of outwards
|
||||
- Game crash log viewer support!
|
||||
- **Intel macOS support**
|
||||
- And more that I forgot!
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ const CreditsView = memo(function CreditsView() {
|
|||
"flamingphoenex",
|
||||
"Tymszn21",
|
||||
"DaPogLord",
|
||||
"turniphead",
|
||||
].sort(() => Math.random() - 0.5),
|
||||
[],
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue