diff options
| author | 2026-03-17 17:40:05 +0800 | |
|---|---|---|
| committer | 2026-03-17 17:40:05 +0800 | |
| commit | 1812ca8974aee347b61bd415c1e2b63a205137dd (patch) | |
| tree | 9691205659cd39d8641bc5c1db0d801a7d3fbf2f /packages/ui/CHANGELOG.md | |
| parent | e51e6ef36721b8e3915cd3053b6218e2d5c88cb2 (diff) | |
| parent | e356ab996ad3ef4ad5fb9c90d4a4b4e61ff3342d (diff) | |
| download | DropOut-1812ca8974aee347b61bd415c1e2b63a205137dd.tar.gz DropOut-1812ca8974aee347b61bd415c1e2b63a205137dd.zip | |
Merge branch 'main' of https://github.com/HydroRoll-Team/DropOut
Diffstat (limited to 'packages/ui/CHANGELOG.md')
| -rw-r--r-- | packages/ui/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 |