mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-17 15:57:13 +00:00
bump (#84)
This commit is contained in:
parent
587d1983b8
commit
d90c95da7f
|
|
@ -24,6 +24,9 @@
|
|||
|-------------|---------------|----------|
|
||||
| <img width="1388" height="918" alt="image" src="https://github.com/user-attachments/assets/28269ade-db3b-4bff-ac15-e8a6eb53a69e" /> | <img width="1551" height="997" alt="image" src="https://github.com/user-attachments/assets/dca543ab-94cf-48ce-8e61-dfe92fe278a7" /> | <img width="1551" height="997" alt="image" src="https://github.com/user-attachments/assets/d7bc0ed2-3bf4-4704-83c3-75c716d13a65" /> |
|
||||
|
||||
<a href="https://github.com/LCE-Hub/LCE-Emerald-Launcher/releases/latest">
|
||||
<img src="https://raw.githubusercontent.com/rubenpgrady/get-it-on-github/refs/heads/main/get-it-on-github.png" style="width: 160px">
|
||||
</a>
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -69,10 +72,6 @@ LCE Emerald Launcher is the easiest way to play Minecraft Legacy Console Edition
|
|||
|
||||
## Installation
|
||||
|
||||
<a href="https://github.com/LCE-Hub/LCE-Emerald-Launcher/releases">
|
||||
<img src="https://raw.githubusercontent.com/rubenpgrady/get-it-on-github/refs/heads/main/get-it-on-github.png" style="width: 160px">
|
||||
</a>
|
||||
|
||||
### Windows
|
||||
|
||||
| Format | Best For |
|
||||
|
|
|
|||
|
|
@ -1,31 +1,4 @@
|
|||

|
||||
|
||||
- **Launcher Plugins**!
|
||||
Emerald can now be extended or modified using Plugins, new menus, features, whatever!
|
||||
|
||||
- Fix **Hellish Ends**'s download link
|
||||
- Fix **neoLegacy**'s download link
|
||||
- New and improved UI!
|
||||
- Customizability features for instances (Panorama and Title Image)
|
||||
- A lot more splash texts by the community!
|
||||
- New splash screen intro!
|
||||
- Fullscreen support
|
||||
- Skip intro option in settings
|
||||
- Sound effects for notification toasts
|
||||
- New credits screen!
|
||||
- Skin viewer now in the skin changing menu
|
||||
- Fix performance issues on the screenshots menu
|
||||
- **Deeplinks**! You can now call Emerald actions using the `emerald://` protocol
|
||||
- Improved Discord RPC
|
||||
- A little bit more easter eggs
|
||||
- Add `unzip` as fallback to `bsdtar` on GNU/Linux
|
||||
- End partnership with Relic Network.
|
||||
- No more portable binaries. Installer has custom paths option.
|
||||
- Bytebukkit has been renamed to LCEOnline
|
||||
- Gitea and Forgejo support for instances
|
||||
- Delete files *after* downloading rather than *before* that
|
||||
|
||||
## Screenshots
|
||||
| | | | |
|
||||
|-|-|-|-|
|
||||
| <img width="1328" height="853" alt="image" src="https://github.com/user-attachments/assets/14485a65-d514-4f05-8b11-c60cd4130798" /> | <img width="1328" height="853" alt="image" src="https://github.com/user-attachments/assets/5bddf800-df54-4564-96ad-5428ba68abc5" /> | <img width="1328" height="853" alt="image" src="https://github.com/user-attachments/assets/77cd6977-506c-4dbb-9bf6-8447aeb2d416" /> | <img width="1328" height="853" alt="image" src="https://github.com/user-attachments/assets/9d6eaa12-2bea-416e-9650-f20b5864ea72" /> |
|
||||
- Fix ear-killing sound effect bug
|
||||
- More sound effect fixes
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<url type="homepage">https://github.com</url>
|
||||
<developer_name>Emerald Team</developer_name>
|
||||
<releases>
|
||||
<release version="1.4.0" date="2026-03-19">
|
||||
<release version="1.4.1" date="2026-03-19">
|
||||
<description>
|
||||
<p>Latest stable release of the Emerald Legacy Launcher.</p>
|
||||
</description>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "emerald-legacy-launcher",
|
||||
"private": true,
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
|
@ -1043,7 +1043,7 @@ checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
|
|||
|
||||
[[package]]
|
||||
name = "emerald-legacy-launcher"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
dependencies = [
|
||||
"base64 0.21.7",
|
||||
"byteorder",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "emerald-legacy-launcher"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
description = "A FOSS, cross-platform launcher for Minecraft Legacy Edition"
|
||||
authors = ["Emerald Team"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "LCE Emerald Launcher",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"identifier": "com.emerald.legacy",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
|
|
|
|||
Loading…
Reference in a new issue