From 72a4a31e89d47a799103fbb390c71502bf177bd5 Mon Sep 17 00:00:00 2001 From: ci010 Date: Sun, 5 Nov 2023 17:31:13 +0000 Subject: [PATCH 1/2] docs: Update 0.37.7 release note --- src/pages/en/changelogs/0.37.7.md | 29 +++++++++++++++++++++++++++++ src/pages/zh/changelogs/0.37.7.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 src/pages/en/changelogs/0.37.7.md create mode 100644 src/pages/zh/changelogs/0.37.7.md diff --git a/src/pages/en/changelogs/0.37.7.md b/src/pages/en/changelogs/0.37.7.md new file mode 100644 index 0000000..d8e2379 --- /dev/null +++ b/src/pages/en/changelogs/0.37.7.md @@ -0,0 +1,29 @@ +--- +version: 0.37.7 +date: 2023-11-05 +layout: changelog +--- +## [0.37.7](#0.37.7) +### 🐛 Bug Fixes & Patches + +- Curseforge does not installed to instance ([bb2655575de4da34a083b57513d1ffc6388c1d49](https://github.com/Voxelum/x-minecraft-launcher/commit/bb2655575de4da34a083b57513d1ffc6388c1d49)) +- Fix the regression of the drag drop feature ([0b14812770100ce5c45fdc9035d863f3f3696f80](https://github.com/Voxelum/x-minecraft-launcher/commit/0b14812770100ce5c45fdc9035d863f3f3696f80)) +- Wrong user menu ui if cape > 4 ([6ae77a6cea4f43d5b4daeaf778b03a5f523bcade](https://github.com/Voxelum/x-minecraft-launcher/commit/6ae77a6cea4f43d5b4daeaf778b03a5f523bcade)) +- Home shader pack card wrong overflow ([301be867f6ae78a3322d1f4c7413b87567198f8d](https://github.com/Voxelum/x-minecraft-launcher/commit/301be867f6ae78a3322d1f4c7413b87567198f8d)) +- Try mount & scan the instance resource packs ([ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029](https://github.com/Voxelum/x-minecraft-launcher/commit/ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029)) +- I18n of new control ([1a9a4f1fc324b175846e55073983ef33f075d6df](https://github.com/Voxelum/x-minecraft-launcher/commit/1a9a4f1fc324b175846e55073983ef33f075d6df)) +- Update uk.yaml (#514) ([90cca3314e03e60a3751fc17db2666dd28438bea](https://github.com/Voxelum/x-minecraft-launcher/commit/90cca3314e03e60a3751fc17db2666dd28438bea)) +- Fix lint & type ([d5001d1b05e8b8c930b881bc1df1db659d80eea7](https://github.com/Voxelum/x-minecraft-launcher/commit/d5001d1b05e8b8c930b881bc1df1db659d80eea7)) +- Correct resource pack version range ([c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac](https://github.com/Voxelum/x-minecraft-launcher/commit/c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac)) +- The game options is not sync ([cf7d82de37fb4cff4092d1723da019d1bc3ac48a](https://github.com/Voxelum/x-minecraft-launcher/commit/cf7d82de37fb4cff4092d1723da019d1bc3ac48a)) +- Should correctly display the window on mac ([3425611dd196e58ec229329c22a561732e6cf17a](https://github.com/Voxelum/x-minecraft-launcher/commit/3425611dd196e58ec229329c22a561732e6cf17a)) +- Select the instance of there is no version selected ([7cd69d26a84764eec5beb40fd5dc27e6935f428b](https://github.com/Voxelum/x-minecraft-launcher/commit/7cd69d26a84764eec5beb40fd5dc27e6935f428b)) +- Full translate Ukranian language(EXPEREMENTAL) (#512) ([54c5743771a728be295e853ef469d461d38fc421](https://github.com/Voxelum/x-minecraft-launcher/commit/54c5743771a728be295e853ef469d461d38fc421)) +- Display launch failed message to user ([f51044610be951368fcb567586ef32d3ad2dfa2c](https://github.com/Voxelum/x-minecraft-launcher/commit/f51044610be951368fcb567586ef32d3ad2dfa2c)) +- Install java if user does not have java ([2f03b9037b209b80b87b385cefc6f07fb1284ccd](https://github.com/Voxelum/x-minecraft-launcher/commit/2f03b9037b209b80b87b385cefc6f07fb1284ccd)) +### 🏗️ Refactors + +- Add telemetry for successful run with flight control ([6d53e646aa648d64c6b5b2403d3f51f929ceed37](https://github.com/Voxelum/x-minecraft-launcher/commit/6d53e646aa648d64c6b5b2403d3f51f929ceed37)) +- Track the connection quality ([b7f39b034cc681c91892db88f8320dd3af9b7a77](https://github.com/Voxelum/x-minecraft-launcher/commit/b7f39b034cc681c91892db88f8320dd3af9b7a77)) +- Use store page to shaderpack and resourecpack page ([ea7131f2eba04f983afe58a8c557010137723e93](https://github.com/Voxelum/x-minecraft-launcher/commit/ea7131f2eba04f983afe58a8c557010137723e93)) +- Install java when user don't have matched version ([03ddde8dbc5d0f8ccb14ddec21e63ae886951705](https://github.com/Voxelum/x-minecraft-launcher/commit/03ddde8dbc5d0f8ccb14ddec21e63ae886951705)) diff --git a/src/pages/zh/changelogs/0.37.7.md b/src/pages/zh/changelogs/0.37.7.md new file mode 100644 index 0000000..3e7766e --- /dev/null +++ b/src/pages/zh/changelogs/0.37.7.md @@ -0,0 +1,29 @@ +--- +version: 0.37.7 +date: 2023-11-05 +layout: changelog +--- +## [0.37.7](#0.37.7) +### 🐛 修复与补丁 + +- Curseforge does not installed to instance ([bb2655575de4da34a083b57513d1ffc6388c1d49](https://github.com/Voxelum/x-minecraft-launcher/commit/bb2655575de4da34a083b57513d1ffc6388c1d49)) +- Fix the regression of the drag drop feature ([0b14812770100ce5c45fdc9035d863f3f3696f80](https://github.com/Voxelum/x-minecraft-launcher/commit/0b14812770100ce5c45fdc9035d863f3f3696f80)) +- Wrong user menu ui if cape > 4 ([6ae77a6cea4f43d5b4daeaf778b03a5f523bcade](https://github.com/Voxelum/x-minecraft-launcher/commit/6ae77a6cea4f43d5b4daeaf778b03a5f523bcade)) +- Home shader pack card wrong overflow ([301be867f6ae78a3322d1f4c7413b87567198f8d](https://github.com/Voxelum/x-minecraft-launcher/commit/301be867f6ae78a3322d1f4c7413b87567198f8d)) +- Try mount & scan the instance resource packs ([ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029](https://github.com/Voxelum/x-minecraft-launcher/commit/ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029)) +- I18n of new control ([1a9a4f1fc324b175846e55073983ef33f075d6df](https://github.com/Voxelum/x-minecraft-launcher/commit/1a9a4f1fc324b175846e55073983ef33f075d6df)) +- Update uk.yaml (#514) ([90cca3314e03e60a3751fc17db2666dd28438bea](https://github.com/Voxelum/x-minecraft-launcher/commit/90cca3314e03e60a3751fc17db2666dd28438bea)) +- Fix lint & type ([d5001d1b05e8b8c930b881bc1df1db659d80eea7](https://github.com/Voxelum/x-minecraft-launcher/commit/d5001d1b05e8b8c930b881bc1df1db659d80eea7)) +- Correct resource pack version range ([c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac](https://github.com/Voxelum/x-minecraft-launcher/commit/c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac)) +- The game options is not sync ([cf7d82de37fb4cff4092d1723da019d1bc3ac48a](https://github.com/Voxelum/x-minecraft-launcher/commit/cf7d82de37fb4cff4092d1723da019d1bc3ac48a)) +- Should correctly display the window on mac ([3425611dd196e58ec229329c22a561732e6cf17a](https://github.com/Voxelum/x-minecraft-launcher/commit/3425611dd196e58ec229329c22a561732e6cf17a)) +- Select the instance of there is no version selected ([7cd69d26a84764eec5beb40fd5dc27e6935f428b](https://github.com/Voxelum/x-minecraft-launcher/commit/7cd69d26a84764eec5beb40fd5dc27e6935f428b)) +- Full translate Ukranian language(EXPEREMENTAL) (#512) ([54c5743771a728be295e853ef469d461d38fc421](https://github.com/Voxelum/x-minecraft-launcher/commit/54c5743771a728be295e853ef469d461d38fc421)) +- Display launch failed message to user ([f51044610be951368fcb567586ef32d3ad2dfa2c](https://github.com/Voxelum/x-minecraft-launcher/commit/f51044610be951368fcb567586ef32d3ad2dfa2c)) +- Install java if user does not have java ([2f03b9037b209b80b87b385cefc6f07fb1284ccd](https://github.com/Voxelum/x-minecraft-launcher/commit/2f03b9037b209b80b87b385cefc6f07fb1284ccd)) +### 🏗️ 重构 + +- Add telemetry for successful run with flight control ([6d53e646aa648d64c6b5b2403d3f51f929ceed37](https://github.com/Voxelum/x-minecraft-launcher/commit/6d53e646aa648d64c6b5b2403d3f51f929ceed37)) +- Track the connection quality ([b7f39b034cc681c91892db88f8320dd3af9b7a77](https://github.com/Voxelum/x-minecraft-launcher/commit/b7f39b034cc681c91892db88f8320dd3af9b7a77)) +- Use store page to shaderpack and resourecpack page ([ea7131f2eba04f983afe58a8c557010137723e93](https://github.com/Voxelum/x-minecraft-launcher/commit/ea7131f2eba04f983afe58a8c557010137723e93)) +- Install java when user don't have matched version ([03ddde8dbc5d0f8ccb14ddec21e63ae886951705](https://github.com/Voxelum/x-minecraft-launcher/commit/03ddde8dbc5d0f8ccb14ddec21e63ae886951705)) From a40f61dc2a97b769ec4741f747b490ee4533bf26 Mon Sep 17 00:00:00 2001 From: CI010 Date: Mon, 6 Nov 2023 01:48:17 +0800 Subject: [PATCH 2/2] i18n --- src/pages/en/changelogs/0.37.7.md | 12 ++++------ src/pages/zh/changelogs/0.37.7.md | 39 ++++++++++++++++--------------- 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/src/pages/en/changelogs/0.37.7.md b/src/pages/en/changelogs/0.37.7.md index d8e2379..436b69c 100644 --- a/src/pages/en/changelogs/0.37.7.md +++ b/src/pages/en/changelogs/0.37.7.md @@ -6,18 +6,16 @@ layout: changelog ## [0.37.7](#0.37.7) ### 🐛 Bug Fixes & Patches -- Curseforge does not installed to instance ([bb2655575de4da34a083b57513d1ffc6388c1d49](https://github.com/Voxelum/x-minecraft-launcher/commit/bb2655575de4da34a083b57513d1ffc6388c1d49)) +- Curseforge does not install resource to instance ([bb2655575de4da34a083b57513d1ffc6388c1d49](https://github.com/Voxelum/x-minecraft-launcher/commit/bb2655575de4da34a083b57513d1ffc6388c1d49)) - Fix the regression of the drag drop feature ([0b14812770100ce5c45fdc9035d863f3f3696f80](https://github.com/Voxelum/x-minecraft-launcher/commit/0b14812770100ce5c45fdc9035d863f3f3696f80)) - Wrong user menu ui if cape > 4 ([6ae77a6cea4f43d5b4daeaf778b03a5f523bcade](https://github.com/Voxelum/x-minecraft-launcher/commit/6ae77a6cea4f43d5b4daeaf778b03a5f523bcade)) - Home shader pack card wrong overflow ([301be867f6ae78a3322d1f4c7413b87567198f8d](https://github.com/Voxelum/x-minecraft-launcher/commit/301be867f6ae78a3322d1f4c7413b87567198f8d)) -- Try mount & scan the instance resource packs ([ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029](https://github.com/Voxelum/x-minecraft-launcher/commit/ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029)) -- I18n of new control ([1a9a4f1fc324b175846e55073983ef33f075d6df](https://github.com/Voxelum/x-minecraft-launcher/commit/1a9a4f1fc324b175846e55073983ef33f075d6df)) +- Try scan the instance resource packs during instance mounted ([ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029](https://github.com/Voxelum/x-minecraft-launcher/commit/ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029)) - Update uk.yaml (#514) ([90cca3314e03e60a3751fc17db2666dd28438bea](https://github.com/Voxelum/x-minecraft-launcher/commit/90cca3314e03e60a3751fc17db2666dd28438bea)) -- Fix lint & type ([d5001d1b05e8b8c930b881bc1df1db659d80eea7](https://github.com/Voxelum/x-minecraft-launcher/commit/d5001d1b05e8b8c930b881bc1df1db659d80eea7)) - Correct resource pack version range ([c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac](https://github.com/Voxelum/x-minecraft-launcher/commit/c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac)) -- The game options is not sync ([cf7d82de37fb4cff4092d1723da019d1bc3ac48a](https://github.com/Voxelum/x-minecraft-launcher/commit/cf7d82de37fb4cff4092d1723da019d1bc3ac48a)) -- Should correctly display the window on mac ([3425611dd196e58ec229329c22a561732e6cf17a](https://github.com/Voxelum/x-minecraft-launcher/commit/3425611dd196e58ec229329c22a561732e6cf17a)) -- Select the instance of there is no version selected ([7cd69d26a84764eec5beb40fd5dc27e6935f428b](https://github.com/Voxelum/x-minecraft-launcher/commit/7cd69d26a84764eec5beb40fd5dc27e6935f428b)) +- The game options.txt is not synced ([cf7d82de37fb4cff4092d1723da019d1bc3ac48a](https://github.com/Voxelum/x-minecraft-launcher/commit/cf7d82de37fb4cff4092d1723da019d1bc3ac48a)) +- Correctly re-trigger the window display on mac ([3425611dd196e58ec229329c22a561732e6cf17a](https://github.com/Voxelum/x-minecraft-launcher/commit/3425611dd196e58ec229329c22a561732e6cf17a)) +- Select an arbitray instance if there is no instance selected ([7cd69d26a84764eec5beb40fd5dc27e6935f428b](https://github.com/Voxelum/x-minecraft-launcher/commit/7cd69d26a84764eec5beb40fd5dc27e6935f428b)) - Full translate Ukranian language(EXPEREMENTAL) (#512) ([54c5743771a728be295e853ef469d461d38fc421](https://github.com/Voxelum/x-minecraft-launcher/commit/54c5743771a728be295e853ef469d461d38fc421)) - Display launch failed message to user ([f51044610be951368fcb567586ef32d3ad2dfa2c](https://github.com/Voxelum/x-minecraft-launcher/commit/f51044610be951368fcb567586ef32d3ad2dfa2c)) - Install java if user does not have java ([2f03b9037b209b80b87b385cefc6f07fb1284ccd](https://github.com/Voxelum/x-minecraft-launcher/commit/2f03b9037b209b80b87b385cefc6f07fb1284ccd)) diff --git a/src/pages/zh/changelogs/0.37.7.md b/src/pages/zh/changelogs/0.37.7.md index 3e7766e..0a4de8c 100644 --- a/src/pages/zh/changelogs/0.37.7.md +++ b/src/pages/zh/changelogs/0.37.7.md @@ -5,25 +5,26 @@ layout: changelog --- ## [0.37.7](#0.37.7) ### 🐛 修复与补丁 +- **Curseforge不会将资源安装到实例中** ([bb2655575de4da34a083b57513d1ffc6388c1d49](https://github.com/Voxelum/x-minecraft-launcher/commit/bb2655575de4da34a083b57513d1ffc6388c1d49)) +- **修复了拖放功能的回归** ([0b14812770100ce5c45fdc9035d863f3f3696f80](https://github.com/Voxelum/x-minecraft-launcher/commit/0b14812770100ce5c45fdc9035d863f3f3696f80)) +- **如果披风数大于4,则用户菜单UI错误** ([6ae77a6cea4f43d5b4daeaf778b03a5f523bcade](https://github.com/Voxelum/x-minecraft-launcher/commit/6ae77a6cea4f43d5b4daeaf778b03a5f523bcade)) +- **主页着色包卡片错误溢出** ([301be867f6ae78a3322d1f4c7413b87567198f8d](https://github.com/Voxelum/x-minecraft-launcher/commit/301be867f6ae78a3322d1f4c7413b87567198f8d)) +- **尝试在挂载实例期间扫描实例资源包** ([ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029](https://github.com/Voxelum/x-minecraft-launcher/commit/ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029)) +- **更新uk.yaml (#514)** ([90cca3314e03e60a3751fc17db2666dd28438bea](https://github.com/Voxelum/x-minecraft-launcher/commit/90cca3314e03e60a3751fc17db2666dd28438bea)) +- **正确的资源包版本范围** ([c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac](https://github.com/Voxelum/x-minecraft-launcher/commit/c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac)) +- **游戏options.txt未同步** ([cf7d82de37fb4cff4092d1723da019d1bc3ac48a](https://github.com/Voxelum/x-minecraft-launcher/commit/cf7d82de37fb4cff4092d1723da019d1bc3ac48a)) +- **在Mac上正确重新触发窗口显示** ([3425611dd196e58ec229329c22a561732e6cf17a](https://github.com/Voxelum/x-minecraft-launcher/commit/3425611dd196e58ec229329c22a561732e6cf17a)) +- **如果没有选择实例,则选择任意实例** ([7cd69d26a84764eec5beb40fd5dc27e6935f428b](https://github.com/Voxelum/x-minecraft-launcher/commit/7cd69d26a84764eec5beb40fd5dc27e6935f428b)) +- **完整翻译乌克兰语(试验性)(#512)** ([54c5743771a728be295e853ef469d461d38fc421](https://github.com/Voxelum/x-minecraft-launcher/commit/54c5743771a728be295e853ef469d461d38fc421)) +- **向用户显示启动失败消息** ([f51044610be951368fcb567586ef32d3ad2dfa2c](https://github.com/Voxelum/x-minecraft-launcher/commit/f51044610be951368fcb567586ef32d3ad2dfa2c)) +- **如果用户没有Java,则安装Java** ([2f03b9037b209b80b87b385cefc6f07fb1284ccd](https://github.com/Voxelum/x-minecraft-launcher/commit/2f03b9037b209b80b87b385cefc6f07fb1284ccd)) -- Curseforge does not installed to instance ([bb2655575de4da34a083b57513d1ffc6388c1d49](https://github.com/Voxelum/x-minecraft-launcher/commit/bb2655575de4da34a083b57513d1ffc6388c1d49)) -- Fix the regression of the drag drop feature ([0b14812770100ce5c45fdc9035d863f3f3696f80](https://github.com/Voxelum/x-minecraft-launcher/commit/0b14812770100ce5c45fdc9035d863f3f3696f80)) -- Wrong user menu ui if cape > 4 ([6ae77a6cea4f43d5b4daeaf778b03a5f523bcade](https://github.com/Voxelum/x-minecraft-launcher/commit/6ae77a6cea4f43d5b4daeaf778b03a5f523bcade)) -- Home shader pack card wrong overflow ([301be867f6ae78a3322d1f4c7413b87567198f8d](https://github.com/Voxelum/x-minecraft-launcher/commit/301be867f6ae78a3322d1f4c7413b87567198f8d)) -- Try mount & scan the instance resource packs ([ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029](https://github.com/Voxelum/x-minecraft-launcher/commit/ec5b1d4e1bab8de3abd3ea164bbe8e0b64745029)) -- I18n of new control ([1a9a4f1fc324b175846e55073983ef33f075d6df](https://github.com/Voxelum/x-minecraft-launcher/commit/1a9a4f1fc324b175846e55073983ef33f075d6df)) -- Update uk.yaml (#514) ([90cca3314e03e60a3751fc17db2666dd28438bea](https://github.com/Voxelum/x-minecraft-launcher/commit/90cca3314e03e60a3751fc17db2666dd28438bea)) -- Fix lint & type ([d5001d1b05e8b8c930b881bc1df1db659d80eea7](https://github.com/Voxelum/x-minecraft-launcher/commit/d5001d1b05e8b8c930b881bc1df1db659d80eea7)) -- Correct resource pack version range ([c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac](https://github.com/Voxelum/x-minecraft-launcher/commit/c3b8ea9d3bc68f9fb3b2287a86a71c1ea3ff94ac)) -- The game options is not sync ([cf7d82de37fb4cff4092d1723da019d1bc3ac48a](https://github.com/Voxelum/x-minecraft-launcher/commit/cf7d82de37fb4cff4092d1723da019d1bc3ac48a)) -- Should correctly display the window on mac ([3425611dd196e58ec229329c22a561732e6cf17a](https://github.com/Voxelum/x-minecraft-launcher/commit/3425611dd196e58ec229329c22a561732e6cf17a)) -- Select the instance of there is no version selected ([7cd69d26a84764eec5beb40fd5dc27e6935f428b](https://github.com/Voxelum/x-minecraft-launcher/commit/7cd69d26a84764eec5beb40fd5dc27e6935f428b)) -- Full translate Ukranian language(EXPEREMENTAL) (#512) ([54c5743771a728be295e853ef469d461d38fc421](https://github.com/Voxelum/x-minecraft-launcher/commit/54c5743771a728be295e853ef469d461d38fc421)) -- Display launch failed message to user ([f51044610be951368fcb567586ef32d3ad2dfa2c](https://github.com/Voxelum/x-minecraft-launcher/commit/f51044610be951368fcb567586ef32d3ad2dfa2c)) -- Install java if user does not have java ([2f03b9037b209b80b87b385cefc6f07fb1284ccd](https://github.com/Voxelum/x-minecraft-launcher/commit/2f03b9037b209b80b87b385cefc6f07fb1284ccd)) ### 🏗️ 重构 -- Add telemetry for successful run with flight control ([6d53e646aa648d64c6b5b2403d3f51f929ceed37](https://github.com/Voxelum/x-minecraft-launcher/commit/6d53e646aa648d64c6b5b2403d3f51f929ceed37)) -- Track the connection quality ([b7f39b034cc681c91892db88f8320dd3af9b7a77](https://github.com/Voxelum/x-minecraft-launcher/commit/b7f39b034cc681c91892db88f8320dd3af9b7a77)) -- Use store page to shaderpack and resourecpack page ([ea7131f2eba04f983afe58a8c557010137723e93](https://github.com/Voxelum/x-minecraft-launcher/commit/ea7131f2eba04f983afe58a8c557010137723e93)) -- Install java when user don't have matched version ([03ddde8dbc5d0f8ccb14ddec21e63ae886951705](https://github.com/Voxelum/x-minecraft-launcher/commit/03ddde8dbc5d0f8ccb14ddec21e63ae886951705)) +- **为成功运行添加Flights控制的遥测** ([6d53e646aa648d64c6b5b2403d3f51f929ceed37](https://github.com/Voxelum/x-minecraft-launcher/commit/6d53e646aa648d64c6b5b2403d3f51f929ceed37)) +- **跟踪连接质量** ([b7f39b034cc681c91892db88f8320dd3af9b7a77](https://github.com/Voxelum/x-minecraft-launcher/commit/b7f39b034cc681c91892db88f8320dd3af9b7a77)) +- **使用存储页面来查看shaderpack和resourecpack页面** ([ea7131f2eba04f983afe58a8c557010137723e93](https://github.com/Voxelum/x-minecraft-launcher/commit/ea7131f2eba04f983afe58a8c557010137723e93)) +- **如果用户没有匹配版本,则安装Java** ([03ddde8dbc5d0f8ccb14ddec21e63ae886951705](https://github.com/Voxelum/x-minecraft-launcher/commit/03ddde8dbc5d0f8ccb14ddec21e63ae886951705)) + + +