Skip to content

Commit

Permalink
LiquidLauncher v0.2.2 (#236)
Browse files Browse the repository at this point in the history
- updated to Tauri v2.0 (BETA)
- introduced more error checks with context
- start with 1.7 as version-range (because of Version Translation)
- select nextgen as default client
- replaced auth-lib and added compability with old format
- added discord social button
- support for multiple java distributions
  • Loading branch information
1zun4 authored Mar 20, 2024
1 parent 23adc59 commit 09db6bd
Show file tree
Hide file tree
Showing 39 changed files with 3,127 additions and 2,178 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liquidlauncher",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,13 +10,17 @@
"tauri": "tauri"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0",
"@tauri-apps/cli": "^1.5",
"svelte": "^4.1.2",
"vite": "^5.0"
"@tauri-apps/cli": "^2.0.0-beta",
"svelte": "^4.2",
"vite": "^5.0",
"@sveltejs/vite-plugin-svelte": "^3.0"
},
"dependencies": {
"@tauri-apps/api": "^1.5",
"nouislider": "^15.7.1"
"@tauri-apps/api": "^2.0.0-beta",
"@tauri-apps/plugin-process": "^2.0.0-beta",
"@tauri-apps/plugin-dialog": "^2.0.0-beta",
"@tauri-apps/plugin-shell": "^2.0.0-beta",
"@tauri-apps/plugin-updater": "^2.0.0-beta",
"nouislider": "^15.7"
}
}
1 change: 1 addition & 0 deletions public/img/icon/social/icon-discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Cargo
# will have compiled files and executables
/target/

/gen/
Loading

0 comments on commit 09db6bd

Please sign in to comment.