diff --git a/README.md b/README.md index 906a644..2b4c2e3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ |-------------|---------------|----------| | image | image | image | + + + --- @@ -69,10 +72,6 @@ LCE Emerald Launcher is the easiest way to play Minecraft Legacy Console Edition ## Installation - - - - ### Windows | Format | Best For | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 67c1c80..ce5da14 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,31 +1,4 @@ ![Release Artwork](https://raw.githubusercontent.com/LCE-Hub/LCE-Emerald-Launcher/refs/heads/main/RELEASE_ARTWORK.png) -- **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 -| | | | | -|-|-|-|-| -| image | image | image | image | +- Fix ear-killing sound effect bug +- More sound effect fixes diff --git a/flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.metainfo.xml b/flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.metainfo.xml index 1fc2a5c..c620ac2 100644 --- a/flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.metainfo.xml +++ b/flatpak/io.github.Emerald_Legacy_Launcher.Emerald_Legacy_Launcher.metainfo.xml @@ -12,7 +12,7 @@ https://github.com Emerald Team - +

Latest stable release of the Emerald Legacy Launcher.

diff --git a/package.json b/package.json index b55a09e..17c057a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "emerald-legacy-launcher", "private": true, - "version": "1.4.0", + "version": "1.4.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 751dac2..884c4bf 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -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", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4f96017..97b30db 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e8d8bd..26f5552 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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",