Skip to content

Commit 103b45b

Browse files
authored
Move UNIkeEN.SJMCL 0.6.0 to SJMC.SJMCL 0.6.0 (microsoft#385907)
1 parent f446b0c commit 103b45b

4 files changed

Lines changed: 105 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.6.0
6+
InstallerType: wix
7+
Scope: machine
8+
InstallerSwitches:
9+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
10+
UpgradeBehavior: install
11+
Protocols:
12+
- sjmcl
13+
ReleaseDate: 2025-11-09
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.0_windows_i686.msi
17+
InstallerSha256: 7AFDA22DEF12F750608DDF1A57AE860C6464AC421E7994465A81C0E87F7FC1EA
18+
- Architecture: x64
19+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.0_windows_x86_64.msi
20+
InstallerSha256: 1011FF64167CA96F3A9E12EEA713516CB98F18ABBD1D91DF4FF5BA83394605F0
21+
- Architecture: arm64
22+
InstallerUrl: https://mc.sjtu.cn/sjmcl/releases/SJMCL_0.6.0_windows_aarch64.msi
23+
InstallerSha256: B510DA2900E0EB2F3E704E885F4179630E9E272DA03BE1166B887808B5C1CF82
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.6.0
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: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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.6.0
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 changing custom skins for offline accounts from local files. #1084 @Reqwey
24+
- 🌟 Automatically clean up older launcher log files. #1114 @UNIkeEN
25+
- 🐛 Fix issue where the NeoForge loader could not be detected in certain cases. #1118 @xunying123
26+
- 🐛 Fix issue where downloading the Forge loader could fail when installing modpacks under specific conditions. #1120 @Reqwey
27+
- 🐛 Fix serialization issues when creating or modifying client manifest JSON files. #1127 @Reqwey
28+
- 🐛 Fix display issue of category tabs in the resource download modal. #1132 @1357310795
29+
- ⚡️ Improve performance of retrieving Simplified Chinese translations for instance mod lists and refactor the related caching mechanism. #1106 @Reqwey
30+
- ⚡️ Support checking account feature availability from multiple sources to improve user experience in mainland China. #1110 @UNIkeEN
31+
- ⚡️ Improve loading speed of instance mod lists and resource pack lists. #1131 @Reqwey
32+
- 💄 Refactor parts of the codebase for better style and maintainability. @Reqwey @ToolmanP @UNIkeEN
33+
- 🇯🇵 Update Japanese translations of the launcher interface locales. #1124 @LAR73
34+
- 📦 Mark the launcher category as 'Game'. #1128 @hebingchang
35+
- Workflow:
36+
- Update Rust dependency version to 1.91.0 due to the introduction of new std features. @UNIkeEN
37+
38+
- 🔥 支持离线账户从本地文件更换自定义皮肤。#1084 @Reqwey
39+
- 🌟 支持自动清理较早的启动器日志文件。#1114 @UNIkeEN
40+
- 🐛 修复部分情况下 NeoForge 加载器无法被识别的问题。#1118 @xunying123
41+
- 🐛 修复安装整合包时,部分情况下 Forge 加载器下载失败的问题。#1120 @Reqwey
42+
- 🐛 修复创建或修改客户端清单文件时的序列化问题。#1127 @Reqwey
43+
- 🐛 修复资源下载对话框中分类标签的显示问题。#1132 @1357310795
44+
- ⚡️ 提升实例模组列表获取简体中文翻译的性能,重构相关缓存机制。#1106 @Reqwey
45+
- ⚡️ 支持从多个服务源检查账户功能可用性,提升中国大陆用户体验。#1110 @UNIkeEN
46+
- ⚡️ 提升实例模组列表与资源包列表的加载速度。#1131 @Reqwey
47+
- 💄 重构部分代码以提升代码风格与可维护性。 @Reqwey @ToolmanP @UNIkeEN
48+
- 🇯🇵 更新启动器界面文本的日语翻译。#1124 @LAR73
49+
- 📦 标记启动器的分类为“游戏”。#1128 @hebingchang
50+
- 工作流:
51+
- 由于引入新的 std 特性,本项目的 Rust 依赖版本更新至 1.91.0。 @UNIkeEN
52+
ReleaseNotesUrl: https://github.com/UNIkeEN/SJMCL/releases/tag/v0.6.0
53+
Documentations:
54+
- DocumentLabel: 文档
55+
DocumentUrl: https://mc.sjtu.cn/sjmcl/docs/
56+
ManifestType: defaultLocale
57+
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.6.0
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)