Skip to content

Commit

Permalink
chore(release): version 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Apr 16, 2022
1 parent 3ff87dd commit 027e46d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
if: ${{ runner.os == 'macOS' && startsWith(github.event.head_commit.message, 'chore(release)') }}
run: |
mkdir asar
mv xmcl-electron-app/build/output/mac/xmcl.app/Contents/Resources/app.asar asar/app-mac.asar
mv xmcl-electron-app/build/output/mac/xmcl.app/Contents/Resources/app.asar.sha256 asar/app-mac.asar.sha256
mv "xmcl-electron-app/build/output/mac/X Minecraft Launcher.app/Contents/Resources/app.asar" asar/app-mac.asar
- name: Prepare Linux Asar
if: ${{ runner.os == 'Linux' && startsWith(github.event.head_commit.message, 'chore(release)') }}
run: |
Expand Down
26 changes: 26 additions & 0 deletions xmcl-electron-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@

## 0.23.1
### @xmcl/runtime-api@0.7.1
#### Bug Fixes

- macos tray icon size ([c7884881f49cf2c57dd653cccd910bfdbacb461c](https://github.com/Voxelum/x-minecraft-launcher/commit/c7884881f49cf2c57dd653cccd910bfdbacb461c))
### @xmcl/keystone-ui@0.22.1
#### Bug Fixes

- correctly propagate task speed ([048c3b04d87bd55113047980219e800eb2d31748](https://github.com/Voxelum/x-minecraft-launcher/commit/048c3b04d87bd55113047980219e800eb2d31748))
### @xmcl/runtime@0.21.1
#### Bug Fixes

- incremental update relaunch on macos & linux ([c32490cf54e7d854698d7f19e1413206bdfab08f](https://github.com/Voxelum/x-minecraft-launcher/commit/c32490cf54e7d854698d7f19e1413206bdfab08f))
- wrong worker path on macos ([ea6750dcea880c2893b63ba777c927dade7fe800](https://github.com/Voxelum/x-minecraft-launcher/commit/ea6750dcea880c2893b63ba777c927dade7fe800))
### xmcl@0.23.1
#### Bug Fixes

- optimize the protocol reg logic ([1dbb0de2311bc7e2baa381f5bfeae2890c520d46](https://github.com/Voxelum/x-minecraft-launcher/commit/1dbb0de2311bc7e2baa381f5bfeae2890c520d46))
- incremental update relaunch on macos & linux ([c32490cf54e7d854698d7f19e1413206bdfab08f](https://github.com/Voxelum/x-minecraft-launcher/commit/c32490cf54e7d854698d7f19e1413206bdfab08f))
- correct macos app name ([b679dfdd80fd1f3a3e409ca653f4dae7857aa443](https://github.com/Voxelum/x-minecraft-launcher/commit/b679dfdd80fd1f3a3e409ca653f4dae7857aa443))
- wrong worker path on macos ([ea6750dcea880c2893b63ba777c927dade7fe800](https://github.com/Voxelum/x-minecraft-launcher/commit/ea6750dcea880c2893b63ba777c927dade7fe800))
- i18n list sometime not show ([7ac6dea32c733b9ea3637de7f4a0adb4ad33b98b](https://github.com/Voxelum/x-minecraft-launcher/commit/7ac6dea32c733b9ea3637de7f4a0adb4ad33b98b))
- macos tray icon size ([c7884881f49cf2c57dd653cccd910bfdbacb461c](https://github.com/Voxelum/x-minecraft-launcher/commit/c7884881f49cf2c57dd653cccd910bfdbacb461c))
- do not create desktop if it existed ([ac29170bab9ccdf8861a64c214b9e7afb032b41c](https://github.com/Voxelum/x-minecraft-launcher/commit/ac29170bab9ccdf8861a64c214b9e7afb032b41c))


## 0.23.0
### @xmcl/runtime-api@0.7.0
#### Features
Expand Down
2 changes: 1 addition & 1 deletion xmcl-electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xmcl",
"private": true,
"main": "./dist/index.js",
"version": "0.23.0",
"version": "0.23.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xmcl/keystone-ui",
"private": true,
"productName": "xmcl",
"version": "0.22.0",
"version": "0.22.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "A great minecraft launcher in the future",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-runtime-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmcl/runtime-api",
"version": "0.7.0",
"version": "0.7.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "Shared API for between launcher renderer & main process",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion xmcl-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xmcl/runtime",
"private": true,
"version": "0.21.0",
"version": "0.21.1",
"author": "ci010 <cijhn@hotmail.com>",
"description": "The runtime for x minecraft launcher in nodejs",
"license": "MIT",
Expand Down

0 comments on commit 027e46d

Please sign in to comment.