Releases: CCBlueX/LiquidLauncher
Development build - e66b92a3c214ae4258b14d789a83489f4229e4b5
Development build from commit e66b92a
This is an automated build from the latest commit. It may be unstable.
Commit message: chore(build): use bun instead of yarn
Development build - e060842969a6f436f59c9cc0ae231e054b0874ad
Development build from commit e060842
This is an automated build from the latest commit. It may be unstable.
Commit message: feat(java): Azul Zulu JVM distribution (#433)
Add Azul Zulu as a JVM distribution option, as requested in #432.
Co-authored-by: Izuna Seikatsu izuna.seikatsu@ccbluex.net
Development build - c8289f698f92f97479e72d181127acd36b60917e
Development build from commit c8289f6
This is an automated build from the latest commit. It may be unstable.
Commit message: feat(api): error handling past startup validation
LiquidLauncher v0.5.0
LiquidLauncher v0.5.0 resolves issues relating to users with networking problems accessing our API, and sends these information directly to the client for a quicker API lookup. This release introduces full support for macOS ARM and resolves the WebView issue completely. As a side-effect, LiquidLauncher now uses fewer resources because it no longer keeps a WebView on hold. We also prepared LiquidLauncher for the upcoming LiquidBounce releases to synchronize the logged-in LiquidBounce account in the Premium Section. We also finally updated our Marketing Facts as well as giving the Launcher a bit more version neutrality considering that LiquidBounce has Multi-Version Support.
Changes
- UI: Updated banner images and assets
- UI: Added subsystem display on additional mods selection
- UI: Changed to version-neutral title text
- UI: Added first run dialog for onboarding of new users
- UI: Fixed text centering in News component
- UI: Fixed custom Java selector filter
- Content: Updated Facts for the login screen
- Content: Replaced News with LiquidBounce Blog (https://liquidbounce.net/blog)
- Launch: Added client synchronisazition by piping data through command-line arguments
- Launch: Replaced LauncherMeta with Piston-Meta for improved metadata retrieval
- Download: Added automatic retries for file downloads
- Download: Added contextual help on download failure
- Download (Webview): Use on-demand creation instead of loading at startup
- Download: Fixed Download URL by using the File PID instead of API provided URLs
Development build - e490b3cc61e4fe4a1806384fc15e9fa9c42f588b
Development build from commit e490b3c
This is an automated build from the latest commit. It may be unstable.
Commit message: fix(version): version prefix
Signed-off-by: Izuna izuna.seikatsu@ccbluex.net
Development build - 856e40136608beb3381d4a8587c2fb4efd91be6a
Development build from commit 856e401
This is an automated build from the latest commit. It may be unstable.
Commit message: feat(api): session token
Development build - 76d2ed607e2709302b55fbfe4b8eb8f4f7746269
Development build from commit 76d2ed6
This is an automated build from the latest commit. It may be unstable.
Commit message: feat(launch): pipe data to client through args
Development build - 5e0e168ff0bbad6689c08b91327db8118611841f
Development build from commit 5e0e168
This is an automated build from the latest commit. It may be unstable.
Commit message: refactor: replace launchermeta with piston-meta
Signed-off-by: Izuna izuna.seikatsu@ccbluex.net
Development build - 595eb0f1d19fed73a55204451339bf6089b8b116
Development build from commit 595eb0f
This is an automated build from the latest commit. It may be unstable.
Commit message: fix(download/webview): creation on use instead of on load
Creates a new webview window with a new index on each use. This will solve issues regarding redirection.
Development build - 5968a1a915f3f8dcd046bccf1bc9fd9f27883d50
Development build from commit 5968a1a
This is an automated build from the latest commit. It may be unstable.
Commit message: feat: first run dialog
Signed-off-by: Izuna izuna.seikatsu@ccbluex.net