diff options
| author | 2026-03-02 12:09:49 +0800 | |
|---|---|---|
| committer | 2026-03-02 12:09:49 +0800 | |
| commit | ee2ec7e999d445d31497fd007176657cc80a393c (patch) | |
| tree | 2a94007be206eaa02e34d77a86c705dfd1ab08b7 | |
| parent | 24a229ede321e8296ea99b332ccfa61213791d10 (diff) | |
| parent | 9545de91e256b478217022726f5671d150650f7b (diff) | |
| download | DropOut-ee2ec7e999d445d31497fd007176657cc80a393c.tar.gz DropOut-ee2ec7e999d445d31497fd007176657cc80a393c.zip | |
chore(release): bump versions (#114)
# Releases
## @dropout/ui
## v0.1.0-alpha.3
### Refactors
-
[`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10):
Partial rewrite layout of instances page.
### Bug Fixes
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Auto select game version if version is unique.
### New Features
-
[`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240):
Improve sidebar avatar on large and small screens.
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Support detect and select java path.
-
[`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa):
Improve position and colors of the UI toast.
## dropout
## v0.2.0-alpha.5
### New Features
-
[`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240):
Improve sidebar avatar on large and small screens.
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Support detect and select java path.
-
[`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa):
Improve position and colors of the UI toast.
### Chores
-
[`8a4133c`](https://github.com/HydroRoll-Team/DropOut/commit/8a4133c9c517556cd16c2bbc1cd20bf4ee8f52f0):
Update README file
-
[`0ffa00e`](https://github.com/HydroRoll-Team/DropOut/commit/0ffa00eb79f06d877c74925b3da4abb0e25370ec):
Remove unnecessary vsc extension svelte
### Refactors
-
[`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10):
Partial rewrite layout of instances page.
### Bug Fixes
-
[`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa):
Fix logo on Linux and MacOS.
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Auto select game version if version is unique.
| -rw-r--r-- | .changes/chore-vsc-extensions.md | 5 | ||||
| -rw-r--r-- | .changes/chore.md | 5 | ||||
| -rw-r--r-- | .changes/instance-layout.md | 6 | ||||
| -rw-r--r-- | .changes/logo.md | 5 | ||||
| -rw-r--r-- | .changes/settings-java.md | 6 | ||||
| -rw-r--r-- | .changes/sidebar-avatar.md | 6 | ||||
| -rw-r--r-- | .changes/toast.md | 6 | ||||
| -rw-r--r-- | .changes/version-select.md | 6 | ||||
| -rw-r--r-- | packages/ui/CHANGELOG.md | 16 | ||||
| -rw-r--r-- | packages/ui/package.json | 4 | ||||
| -rw-r--r-- | src-tauri/CHANGELOG.md | 22 | ||||
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
13 files changed, 42 insertions, 49 deletions
diff --git a/.changes/chore-vsc-extensions.md b/.changes/chore-vsc-extensions.md deleted file mode 100644 index f887a70..0000000 --- a/.changes/chore-vsc-extensions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -dropout: "patch:chore" ---- - -Remove unnecessary vsc extension svelte diff --git a/.changes/chore.md b/.changes/chore.md deleted file mode 100644 index da2bcc6..0000000 --- a/.changes/chore.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -dropout: "patch:chore" ---- - -Update README file diff --git a/.changes/instance-layout.md b/.changes/instance-layout.md deleted file mode 100644 index 9633046..0000000 --- a/.changes/instance-layout.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dropout/ui": "patch:refactor" -dropout: "patch:refactor" ---- - -Partial rewrite layout of instances page. diff --git a/.changes/logo.md b/.changes/logo.md deleted file mode 100644 index ab8ef7d..0000000 --- a/.changes/logo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -dropout: "patch:fix" ---- - -Fix logo on Linux and MacOS. diff --git a/.changes/settings-java.md b/.changes/settings-java.md deleted file mode 100644 index 7f13302..0000000 --- a/.changes/settings-java.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dropout/ui": "patch:feat" -dropout: "patch:feat" ---- - -Support detect and select java path. diff --git a/.changes/sidebar-avatar.md b/.changes/sidebar-avatar.md deleted file mode 100644 index a6042fd..0000000 --- a/.changes/sidebar-avatar.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dropout/ui": "patch:feat" -dropout: "patch:feat" ---- - -Improve sidebar avatar on large and small screens. diff --git a/.changes/toast.md b/.changes/toast.md deleted file mode 100644 index ee28372..0000000 --- a/.changes/toast.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dropout/ui": "patch:feat" -dropout: "patch:feat" ---- - -Improve position and colors of the UI toast. diff --git a/.changes/version-select.md b/.changes/version-select.md deleted file mode 100644 index 0f6ce83..0000000 --- a/.changes/version-select.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dropout/ui": "patch:fix" -dropout: "patch:fix" ---- - -Auto select game version if version is unique. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index bc780fb..d9e5b4d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.1.0-alpha.3 + +### Refactors + +- [`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10): Partial rewrite layout of instances page. + +### Bug Fixes + +- [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Auto select game version if version is unique. + +### New Features + +- [`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240): Improve sidebar avatar on large and small screens. +- [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Support detect and select java path. +- [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Improve position and colors of the UI toast. + ## v0.1.0-alpha.2 ### Chores diff --git a/packages/ui/package.json b/packages/ui/package.json index b85f887..853d979 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@dropout/ui", "private": true, - "version": "0.1.0-alpha.2", + "version": "0.1.0-alpha.3", "type": "module", "scripts": { "dev": "vite", @@ -43,4 +43,4 @@ "typescript": "~5.9.3", "vite": "npm:rolldown-vite@^7" } -} +}
\ No newline at end of file diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index f0f3123..3778d95 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v0.2.0-alpha.5 + +### New Features + +- [`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240): Improve sidebar avatar on large and small screens. +- [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Support detect and select java path. +- [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Improve position and colors of the UI toast. + +### Chores + +- [`8a4133c`](https://github.com/HydroRoll-Team/DropOut/commit/8a4133c9c517556cd16c2bbc1cd20bf4ee8f52f0): Update README file +- [`0ffa00e`](https://github.com/HydroRoll-Team/DropOut/commit/0ffa00eb79f06d877c74925b3da4abb0e25370ec): Remove unnecessary vsc extension svelte + +### Refactors + +- [`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10): Partial rewrite layout of instances page. + +### Bug Fixes + +- [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Fix logo on Linux and MacOS. +- [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Auto select game version if version is unique. + ## v0.2.0-alpha.4 ### Chores diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1cce2cc..b375c6e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.2.0-alpha.4" +version = "0.2.0-alpha.5" edition = "2024" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 08e2fc9..1c31a09 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Dropout", - "version": "0.2.0-alpha.4", + "version": "0.2.0-alpha.5", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm --filter @dropout/ui dev", |