Skip to content

Commit cbb8760

Browse files
authored
New version: UNIkeEN.SJMCL version 0.6.2 (microsoft#317227)
1 parent bd1f2ef commit cbb8760

4 files changed

Lines changed: 93 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: UNIkeEN.SJMCL
5+
PackageVersion: 0.6.2
6+
InstallerType: wix
7+
Scope: machine
8+
InstallerSwitches:
9+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
10+
UpgradeBehavior: install
11+
Protocols:
12+
- sjmcl
13+
ReleaseDate: 2025-11-26
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.2_windows_i686.msi
17+
InstallerSha256: 936FC1EA1CE56E7BFB27880293BD14E4CA80E4A341B9194F07D5BD423CBF0F14
18+
- Architecture: x64
19+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.2_windows_x86_64.msi
20+
InstallerSha256: AACFACEB554DF4282C5487D31E715A42F4C9EBDA64651E279CAD0D8C6E102CC5
21+
- Architecture: arm64
22+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.2_windows_aarch64.msi
23+
InstallerSha256: ECEF6FC3594D48803AA8F301C2973941E478632A11D27BBF99F1B338E87AB390
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: UNIkeEN.SJMCL
5+
PackageVersion: 0.6.2
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: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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: UNIkeEN.SJMCL
5+
PackageVersion: 0.6.2
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+
- 🐛 Fix and refactor the logic for querying game server status, now supporting displaying an 'unknown player' count. #1061 #1157 @pynickle @UNIkeEN
24+
- 🐛 Fix the client manifest JSON format issue when creating a modded instance. #1129 @Reqwey
25+
- 🐛 Fix the issue where Mojang Java runtime downloaded by SJMCL on macOS lacked execution permissions. #1154 @UNIkeEN
26+
- 🐛 Fix display issues in the resource download modal and the mod list. #1160 @1357310795
27+
- 🛠 Provide more complete crash reports, including the game's native crash report files. #1121 @no6rainer
28+
- 🛠 Update error messages shown during Microsoft account login to cover more scenarios. @HsxMark @Reqwey
29+
- 💄 Refactor parts of the codebase for better style and maintainability. @UNIkeEN
30+
- 📦 Update the frontend dependency js-yaml to its patch version. #1153 @dependabot[bot]
31+
32+
- 🐛 修复并重构查询游戏服务器状态的逻辑,支持显示未知游玩人数。#1061 #1157 @pynickle @UNIkeEN
33+
- 🐛 修复新建实例的客户端清单文件格式问题。#1129 @Reqwey
34+
- 🐛 修复 macOS 平台下,使用启动器下载的 Mojang Java 无运行权限的问题。#1154 @UNIkeEN
35+
- 🐛 修复资源下载对话框与模组列表的前端显示问题。#1160 @1357310795
36+
- 🛠 提供更完善的游戏崩溃报告,包含游戏本体的原生报告文件。#1121 @no6rainer
37+
- 🛠 更新微软账户登录时的报错提示文本,适应更多情况。 @HsxMark @Reqwey
38+
- 💄 重构部分代码以提升代码风格与可维护性。 @UNIkeEN
39+
- 📦 更新前端依赖 js-yaml 至补丁版本。#1153 @dependabot[bot]
40+
ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.2
41+
Documentations:
42+
- DocumentLabel: 文档
43+
DocumentUrl: https://mc.sjtu.cn/sjmcl/zh/docs
44+
ManifestType: defaultLocale
45+
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: UNIkeEN.SJMCL
5+
PackageVersion: 0.6.2
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)