Skip to content

Commit 43d234a

Browse files
authored
Move UNIkeEN.SJMCL 0.4.3 to SJMC.SJMCL 0.4.3 (microsoft#385899)
1 parent 387dfd0 commit 43d234a

4 files changed

Lines changed: 117 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: SJMC.SJMCL
5+
PackageVersion: 0.4.3
6+
InstallerType: wix
7+
Scope: machine
8+
InstallerSwitches:
9+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
10+
UpgradeBehavior: install
11+
Protocols:
12+
- sjmcl
13+
ReleaseDate: 2025-10-06
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.3_windows_i686.msi
17+
InstallerSha256: F2B4F22D420106906441F1D129D40F1A31A89D0F9C65657CA7033CF1816C18C6
18+
- Architecture: x64
19+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.3_windows_x86_64.msi
20+
InstallerSha256: 8158445FE8C1D371AA315E6D57F537D2ED6E1E1396693294E6D2B50705563C43
21+
- Architecture: arm64
22+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.4.3_windows_aarch64.msi
23+
InstallerSha256: A7F8E19F38F2DD7B08BCC104EC5C83F696635E917423F0B6D537E7022643AA29
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: SJMC.SJMCL
5+
PackageVersion: 0.4.3
6+
PackageLocale: en-US
7+
Author: Shanghai Jiao Tong University Minecraft Club
8+
PackageUrl: https://mc.sjtu.cn/sjmcl/en
9+
ShortDescription: Next‑generation open-source cross‑platform Minecraft launcher
10+
Description: SJMC Launcher is a modern, cross-platform Minecraft launcher built on the Tauri framework, independently developed by members of the Shanghai Jiao Tong University Minecraft Club.
11+
Documentations:
12+
- DocumentLabel: Docs
13+
DocumentUrl: https://mc.sjtu.cn/sjmcl/en/docs
14+
ManifestType: locale
15+
ManifestVersion: 1.10.0
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: SJMC.SJMCL
5+
PackageVersion: 0.4.3
6+
PackageLocale: zh-CN
7+
Publisher: SJMCL
8+
PublisherUrl: https://mc.sjtu.cn/
9+
PublisherSupportUrl: https://github.com/UNIkeEN/SJMCL/issues
10+
Author: 上海交通大学 Minecraft 社
11+
PackageName: SJMCL
12+
PackageUrl: https://mc.sjtu.cn/sjmcl
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/UNIkeEN/SJMCL/blob/HEAD/LICENSE
15+
Copyright: 2025 © SJMCL Team
16+
ShortDescription: 新一代开源跨平台 Minecraft 启动器
17+
Description: SJMC Launcher 是一款基于 Tauri 框架打造的现代化、跨平台 Minecraft 启动器,由上海交通大学 Minecraft 社的成员自主开发。
18+
Tags:
19+
- mc
20+
- minecraft
21+
- 我的世界
22+
ReleaseNotes: |-
23+
- 🌟 Support automatic dimming of the launcher background image in dark mode. #983 @UNIkeEN
24+
- 🌟 Optimize Java scanning logic on Windows, adding more search locations. #1021 #1029 @UNIkeEN @pynickle
25+
- 🌟 Optimize Traditional Chinese Minecraft Wiki links. #1027 @pynickle
26+
- 🐛 Fix issue where 'Quick Singleplayer' failed to work on 1.21.x game versions. #980 @pynickle
27+
- 🐛 Fix long text display issues in the mod list, mod info modal, and launcher settings page. #984 #997 @1357310795
28+
- 🐛 Fix incorrect Minecraft Wiki links for some game versions. #994 @pynickle
29+
- 🐛 Fix frontend parsing issue when instance names contain certain special characters. #1005 @pynickle
30+
- 🐛 Fix text color issue in the mod update modal under dark mode. #1007 @pynickle
31+
- 🐛 Fix issue where the server list on the details page did not refresh correctly after switching instances. #1012 @1357310795
32+
- 🐛 Fix information recognition issues for special mods in the mod info and mod update modals. #1016 @SundayChen
33+
- 🐛 Fix issue where the automatic language setting to Simplified Chinese failed on early game versions. #1019 @pynickle
34+
- 🐛 Fix white screen issue on early macOS versions. #1023 @1357310795 @hans362
35+
- 🐛 Fix incorrect MUA English website links in the Docs and Help pages. #1028 @pynickle
36+
- 🐛 Fix potential failure of auto-update on Windows platform. #1038 @hans362 @1357310795
37+
- 🐛 Fix failure to download Forge and NeoForge libraries when using BMCLAPI. #1042 @xunying123
38+
- 🛠 Refactor the frontend instance data caching module for better stability. #1012 @1357310795
39+
- 🛠 Make downloading the Fabric API mod optional when installing Fabric. #1022 @Nova-Squ1 @UNIkeEN
40+
- 🛠 Set game process priority earlier to apply it during the game startup phase. #1034 @pynickle
41+
- Workflow:
42+
- Distribute unsigned macOS builds with warnings instead of failing the whole action when signing fails. #1010 @Minecrafter-Pythoner
43+
44+
- 🌟 在深色模式下支持自动调暗启动器壁纸。#983 @UNIkeEN
45+
- 🌟 优化 Windows 平台的 Java 扫描逻辑,增加更多的扫描位置。#1021 #1029 @UNIkeEN @pynickle
46+
- 🌟 优化繁体中文的 Minecraft Wiki 跳转链接。#1027 @pynickle
47+
- 🐛 修复 1.21.x 版本游戏“快速进入世界”失效的问题。#980 @pynickle
48+
- 🐛 修复模组列表、模组信息对话框与启动器设置界面的长文本显示问题。#984 #997 @1357310795
49+
- 🐛 修复部分游戏版本指向的错误 Minecraft Wiki 链接。#994 @pynickle
50+
- 🐛 修复当实例名称存在特定字符时的前端解析问题。#1005 @pynickle
51+
- 🐛 修复模组更新对话框部分文本在深色模式下的显示问题。#1007 @pynickle
52+
- 🐛 修复切换实例后,详情页服务器列表未正确刷新的问题。#1012 @1357310795
53+
- 🐛 修复模组信息、模组更新对话框对特殊模组的信息识别问题。#1016 @SundayChen
54+
- 🐛 修复对于早期游戏版本,自动设置语言为简体中文的功能失效的问题。#1019 @pynickle
55+
- 🐛 修复早期 macOS 平台下启动器白屏的问题。#1023 @1357310795 @hans362
56+
- 🐛 修复文档与帮助界面的错误 MUA 英文版官网链接。#1028 @pynickle
57+
- 🐛 修复 Windows 平台下自动更新可能失败的问题。#1038 @hans362 @1357310795
58+
- 🐛 修复使用 BMCLAPI 时 Forge 与 NeoForge 运行库下载失败的问题。#1042 @xunying123
59+
- 🛠 重构前端实例数据缓存模块以提升稳定性。#1012 @1357310795
60+
- 🛠 在安装 Fabric 时一并下载 Fabric API 模组现在是可选的。#1022 @Nova-Squ1 @UNIkeEN
61+
- 🛠 提前设置游戏进程的优先级以应用于游戏启动阶段。#1034 @pynickle
62+
- 工作流:
63+
- 当 macOS 签名失败时将默认分发未签名版本并警告,而非抛出错误。#1010 @Minecrafter-Pythoner
64+
ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.4.3
65+
Documentations:
66+
- DocumentLabel: 文档
67+
DocumentUrl: https://mc.sjtu.cn/sjmcl/docs/
68+
ManifestType: defaultLocale
69+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: SJMC.SJMCL
5+
PackageVersion: 0.4.3
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)