Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributors / 贡献者

## Core contributors / 核心贡献者

- **VincentAdamNemessis** — project direction, reverse-engineering validation, real-save acceptance, and release ownership.
项目方向、逆向验证、真实存档验收与发布维护。
- **OpenAI Codex** — core MH3G converter implementation, save-schema analysis, safety model, native UI integration, regression verification, and release engineering.
MH3G 转换器核心实现、存档结构分析、安全模型、原生 UI 集成、回归验证与发布工程。

## Platform contributors / 平台贡献者

- **Yoruaski** — Windows compatibility-wrapper contribution and tester-side Windows build support.
Windows 兼容包装器贡献与测试端 Windows 构建支持。

Contributions are recorded by technical scope; commit authorship remains the source of truth for individual changes.
贡献按技术范围记录;单项改动的最终署名以 Git 提交作者信息为准。
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/mh3g-save-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mh3g-save-convert"
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-mh3g-save-converter-macos-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app_dir="$app_root/MH3G Save Converter.app"
contents="$app_dir/Contents"
macos="$contents/MacOS"
resources="$contents/Resources"
version="${MH3G_CONVERTER_UI_VERSION:-0.0.3-dev}"
version="${MH3G_CONVERTER_UI_VERSION:-0.0.4-dev}"
build_number="${MH3G_CONVERTER_UI_BUILD:-1}"

[[ "$(uname -s)" == "Darwin" ]] || { echo "macOS app packaging must run on macOS" >&2; exit 1; }
Expand Down
Loading