From e1faf5b8144b0afd5ad824847ec53ebce87800cc Mon Sep 17 00:00:00 2001 From: CI010 Date: Tue, 16 Jul 2024 02:27:46 +0800 Subject: [PATCH] docs: Update 0.44.14 release note (#125) Co-authored-by: ci010 --- src/en/changelogs/0.44.14.md | 25 +++++++++++++++++++++++++ src/zh/changelogs/0.44.14.md | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 src/en/changelogs/0.44.14.md create mode 100644 src/zh/changelogs/0.44.14.md diff --git a/src/en/changelogs/0.44.14.md b/src/en/changelogs/0.44.14.md new file mode 100644 index 0000000..e78bc23 --- /dev/null +++ b/src/en/changelogs/0.44.14.md @@ -0,0 +1,25 @@ +--- +version: 0.44.14 +date: 2024-07-15 +layout: changelog +--- +## [0.44.14](#0.44.14) +### 🐛 Bug Fixes & Patches + +- Use javaw for java updater ([dd92f4743492a8f7d390793165eee84aef6093b5](https://github.com/Voxelum/x-minecraft-launcher/commit/dd92f4743492a8f7d390793165eee84aef6093b5)) +- Enforce launcher platform to avoid some corner case ([3fd6e55a06a3eeb1ac5f7692da6b6784e24b64d3](https://github.com/Voxelum/x-minecraft-launcher/commit/3fd6e55a06a3eeb1ac5f7692da6b6784e24b64d3)) +- Use javaw instead of java to launch ([4b5bbd6d5cb66161bd5ebeea29ab95f4e4807af3](https://github.com/Voxelum/x-minecraft-launcher/commit/4b5bbd6d5cb66161bd5ebeea29ab95f4e4807af3)) +- Make add instance dialog persist ([8763a665f8f45b251dc36da13c52d93aba5c4bc1](https://github.com/Voxelum/x-minecraft-launcher/commit/8763a665f8f45b251dc36da13c52d93aba5c4bc1)) +- Mod revalidate does not work on early stage ([5849716f23d59878fc42b6f69e4ba4df9480f0bf](https://github.com/Voxelum/x-minecraft-launcher/commit/5849716f23d59878fc42b6f69e4ba4df9480f0bf)) +- Try to use java to auto update the launcher ([11b1390e074792fa96ceeb17c85c18810aa4ba0f](https://github.com/Voxelum/x-minecraft-launcher/commit/11b1390e074792fa96ceeb17c85c18810aa4ba0f)) +- Should not call window api after it's closed ([3cc8b6690257f9593fb1cc990ce08b96c7cf9060](https://github.com/Voxelum/x-minecraft-launcher/commit/3cc8b6690257f9593fb1cc990ce08b96c7cf9060)) +- Fix hardcoded values in `FeedbackCard` (#683) ([7503bba20e23e884bbcb69cbcc58306b4ba60b8f](https://github.com/Voxelum/x-minecraft-launcher/commit/7503bba20e23e884bbcb69cbcc58306b4ba60b8f)) +- Correctly recover the maximize window size #679 ([7e93685146a460b6de43563818aaf9feeb2ffe4a](https://github.com/Voxelum/x-minecraft-launcher/commit/7e93685146a460b6de43563818aaf9feeb2ffe4a)) +- Should not mark optional dep's dep as required ([e8acf1a4678af5db7b834e1f0e498e33f49fab0d](https://github.com/Voxelum/x-minecraft-launcher/commit/e8acf1a4678af5db7b834e1f0e498e33f49fab0d)) +- Bad default region causing next button in setup page is disabled ([0cbf35d38c0934abc0fb1a079e96d81d7bf1a611](https://github.com/Voxelum/x-minecraft-launcher/commit/0cbf35d38c0934abc0fb1a079e96d81d7bf1a611)) +### 🏗️ Refactors + +- Make version loading more lightweight ([ff7da4f46b997ff54799b196358879eb7ddb37cc](https://github.com/Voxelum/x-minecraft-launcher/commit/ff7da4f46b997ff54799b196358879eb7ddb37cc)) +- Update ru.yaml (#688) ([8d995a94fa44eee40b12ed145960b61df09f3b12](https://github.com/Voxelum/x-minecraft-launcher/commit/8d995a94fa44eee40b12ed145960b61df09f3b12)) +- Try to avoid the case there is no java to download for current platform ([ef4215c82eaf77248d94038ca303a2b3954c5e8d](https://github.com/Voxelum/x-minecraft-launcher/commit/ef4215c82eaf77248d94038ca303a2b3954c5e8d)) +- Add more p2p turn region ([d2193bbf2747a0a280c7056e232505997ad2c468](https://github.com/Voxelum/x-minecraft-launcher/commit/d2193bbf2747a0a280c7056e232505997ad2c468)) diff --git a/src/zh/changelogs/0.44.14.md b/src/zh/changelogs/0.44.14.md new file mode 100644 index 0000000..f24cd02 --- /dev/null +++ b/src/zh/changelogs/0.44.14.md @@ -0,0 +1,25 @@ +--- +version: 0.44.14 +date: 2024-07-15 +layout: changelog +--- +## [0.44.14](#0.44.14) +### 🐛 修复与补丁 + +- 使用 javaw 进行 Java 更新器 ([dd92f4743492a8f7d390793165eee84aef6093b5](https://github.com/Voxelum/x-minecraft-launcher/commit/dd92f4743492a8f7d390793165eee84aef6093b5)) +- 强制启动器平台以避免一些边缘情况 ([3fd6e55a06a3eeb1ac5f7692da6b6784e24b64d3](https://github.com/Voxelum/x-minecraft-launcher/commit/3fd6e55a06a3eeb1ac5f7692da6b6784e24b64d3)) +- 使用 javaw 而不是 java 来启动 ([4b5bbd6d5cb66161bd5ebeea29ab95f4e4807af3](https://github.com/Voxelum/x-minecraft-launcher/commit/4b5bbd6d5cb66161bd5ebeea29ab95f4e4807af3)) +- 使添加实例对话框持久化 ([8763a665f8f45b251dc36da13c52d93aba5c4bc1](https://github.com/Voxelum/x-minecraft-launcher/commit/8763a665f8f45b251dc36da13c52d93aba5c4bc1)) +- 早期阶段的模组重新验证不起作用 ([5849716f23d59878fc42b6f69e4ba4df9480f0bf](https://github.com/Voxelum/x-minecraft-launcher/commit/5849716f23d59878fc42b6f69e4ba4df9480f0bf)) +- 尝试使用 java 自动更新启动器 ([11b1390e074792fa96ceeb17c85c18810aa4ba0f](https://github.com/Voxelum/x-minecraft-launcher/commit/11b1390e074792fa96ceeb17c85c18810aa4ba0f)) +- 不应在窗口关闭后调用窗口 API ([3cc8b6690257f9593fb1cc990ce08b96c7cf9060](https://github.com/Voxelum/x-minecraft-launcher/commit/3cc8b6690257f9593fb1cc990ce08b96c7cf9060)) +- 修复 `FeedbackCard` 中的硬编码值 (#683) ([7503bba20e23e884bbcb69cbcc58306b4ba60b8f](https://github.com/Voxelum/x-minecraft-launcher/commit/7503bba20e23e884bbcb69cbcc58306b4ba60b8f)) +- 正确恢复最大化窗口大小 #679 ([7e93685146a460b6de43563818aaf9feeb2ffe4a](https://github.com/Voxelum/x-minecraft-launcher/commit/7e93685146a460b6de43563818aaf9feeb2ffe4a)) +- 不应将可选依赖的依赖标记为必需 ([e8acf1a4678af5db7b834e1f0e498e33f49fab0d](https://github.com/Voxelum/x-minecraft-launcher/commit/e8acf1a4678af5db7b834e1f0e498e33f49fab0d)) +- 错误的默认区域导致设置页面中的下一步按钮被禁用 ([0cbf35d38c0934abc0fb1a079e96d81d7bf1a611](https://github.com/Voxelum/x-minecraft-launcher/commit/0cbf35d38c0934abc0fb1a079e96d81d7bf1a611)) +### 🏗️ 重构 + +- 使版本加载更轻量 ([ff7da4f46b997ff54799b196358879eb7ddb37cc](https://github.com/Voxelum/x-minecraft-launcher/commit/ff7da4f46b997ff54799b196358879eb7ddb37cc)) +- 更新 ru.yaml (#688) ([8d995a94fa44eee40b12ed145960b61df09f3b12](https://github.com/Voxelum/x-minecraft-launcher/commit/8d995a94fa44eee40b12ed145960b61df09f3b12)) +- 尝试避免当前平台没有可下载的 Java 的情况 ([ef4215c82eaf77248d94038ca303a2b3954c5e8d](https://github.com/Voxelum/x-minecraft-launcher/commit/ef4215c82eaf77248d94038ca303a2b3954c5e8d)) +- 添加更多 P2P 中继区域 ([d2193bbf2747a0a280c7056e232505997ad2c468](https://github.com/Voxelum/x-minecraft-launcher/commit/d2193bbf2747a0a280c7056e232505997ad2c468)) \ No newline at end of file