From 027e46da7ab1d9b9d5da3e42e9d52f3c67cedbe2 Mon Sep 17 00:00:00 2001 From: CI010 Date: Sat, 16 Apr 2022 19:29:09 +0800 Subject: [PATCH] chore(release): version 0.23.1 --- .github/workflows/build.yml | 3 +-- xmcl-electron-app/CHANGELOG.md | 26 ++++++++++++++++++++++++++ xmcl-electron-app/package.json | 2 +- xmcl-keystone-ui/package.json | 2 +- xmcl-runtime-api/package.json | 2 +- xmcl-runtime/package.json | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c52a31e82..09a4bd0c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/xmcl-electron-app/CHANGELOG.md b/xmcl-electron-app/CHANGELOG.md index 1931043a0..aea3528fc 100644 --- a/xmcl-electron-app/CHANGELOG.md +++ b/xmcl-electron-app/CHANGELOG.md @@ -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 diff --git a/xmcl-electron-app/package.json b/xmcl-electron-app/package.json index 359e7c691..d1a8ee960 100644 --- a/xmcl-electron-app/package.json +++ b/xmcl-electron-app/package.json @@ -2,7 +2,7 @@ "name": "xmcl", "private": true, "main": "./dist/index.js", - "version": "0.23.0", + "version": "0.23.1", "author": "ci010 ", "description": "A great minecraft launcher in the future", "license": "MIT", diff --git a/xmcl-keystone-ui/package.json b/xmcl-keystone-ui/package.json index 53064370a..f1c80d9d1 100644 --- a/xmcl-keystone-ui/package.json +++ b/xmcl-keystone-ui/package.json @@ -2,7 +2,7 @@ "name": "@xmcl/keystone-ui", "private": true, "productName": "xmcl", - "version": "0.22.0", + "version": "0.22.1", "author": "ci010 ", "description": "A great minecraft launcher in the future", "license": "MIT", diff --git a/xmcl-runtime-api/package.json b/xmcl-runtime-api/package.json index 138e20dae..a7dbfd204 100644 --- a/xmcl-runtime-api/package.json +++ b/xmcl-runtime-api/package.json @@ -1,6 +1,6 @@ { "name": "@xmcl/runtime-api", - "version": "0.7.0", + "version": "0.7.1", "author": "ci010 ", "description": "Shared API for between launcher renderer & main process", "license": "MIT", diff --git a/xmcl-runtime/package.json b/xmcl-runtime/package.json index 300189414..c5380c1e7 100644 --- a/xmcl-runtime/package.json +++ b/xmcl-runtime/package.json @@ -1,7 +1,7 @@ { "name": "@xmcl/runtime", "private": true, - "version": "0.21.0", + "version": "0.21.1", "author": "ci010 ", "description": "The runtime for x minecraft launcher in nodejs", "license": "MIT",