登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
7
Fork
0
螳螂卜禅
/
MantisZip
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
发行版
最新版
v0.4.4
05f53e3
2026-07-08 17:49
对比
MantisZip 0.4.4 通过内容识别真实格式预览
螳螂卜禅
### 文件说明 / File Description MantisZip-0.4.4-Setup-WebSetup.exe 是需要联网才能安装的。MantisZip-0.4.4-Setup-Offline.exe 是离线安装包。 MantisZip-0.4.4-Setup-WebSetup.exe requires internet during installation. MantisZip-0.4.4-Setup-Offline.exe is a fully offline installer. ### 更新内容 / Changelog - 完成 [魔数检测预览系统](.sisyphus/plans/preview-magic-detection.md) 计划 — 通过文件内容(魔数)识别真实格式预览,不再依赖扩展名 - Completed [Magic Detection Preview System](.sisyphus/plans/preview-magic-detection.md) plan — identifies file formats by content (magic bytes) for preview, no longer relies on file extensions -  - 魔数检测结果与扩展名不一致时,可在工具栏切换"按扩展名/按魔数"预览 - When magic detection conflicts with the file extension, toggle between "by extension / by magic number" preview in the toolbar -  - 完成压缩包路径处理一站式重构 `ArchivePath`,统一了散落在各处的路径处理代码,并修复了加密压缩解压的多处 bug - Completed one-stop archive path refactoring (`ArchivePath`), unified scattered path handling code, and fixed multiple encryption-related compression/extraction bugs - 密码流程统一重构 — 统一密码入口 `ResolvePasswordAsync`,调用方大幅简化 - Unified password flow refactoring — centralized password entry via `ResolvePasswordAsync`, significantly simplified callers - 双击文件用系统默认程序打开(可在设置中调整阈值) - Double-click files to open with system default program (threshold configurable in settings) - 安装包增强,文件名重命名:`WebSetup`(联网)/ `Offline`(离线),联网安装包可自动下载所需依赖 - Installer improvements: renamed to `WebSetup` (online) / `Offline` (offline); online installer automatically downloads required dependencies - 离线安装包新增自包含模式,无需安装 .NET Runtime - Offline installer now includes self-contained mode, no .NET Runtime installation required
最后提交信息为:
fix: AddToArchiveAsync 加密条目预检,修复 CI 环境 CryptographicException 测试失败
v0.4.3
bce4a0a
2026-07-01 14:42
对比
MantisZip 0.4.3 快速路径选择 Quick Path Selection
螳螂卜禅
### 文件说明 / File Description MantisZip-0.4.3-Setup-NoDotNet.exe 是需要安装 dotnet runtime 才能运行的。MantisZip-0.4.3-Setup.exe 是自包含 dotnet runtime 的。 MantisZip-0.4.3-Setup-NoDotNet.exe requires the .NET runtime to be installed. MantisZip-0.4.3-Setup.exe is self-contained with the .NET runtime. **如果你不明白上面那句话是什么意思,请下载 MantisZip-0.4.3-Setup.exe。** **If you don't understand what the above means, please download MantisZip-0.4.3-Setup.exe.** ### 更新内容 / Changelog - 完成 [快速路径选择](.sisyphus/plans/quickpath-unified.md) 计划。 - Completed [Quick Path Selection](.sisyphus/plans/quickpath-unified.md) plan. - 快速路径选择,在"浏览"按钮旁边加上三个用于切换路径的按钮。(灵感来自软件 Listary) - Quick Path Selection: added three buttons next to the "Browse" button for switching paths. (Inspired by Listary) -  - 可以把常用路径加入书签,在"书签"按钮弹出菜单里面选择并切换。 - Frequently used paths can be bookmarked and selected via the "Bookmark" button popup menu for quick switching. -  - 可以在书签管理器里面管理书签。 - Bookmarks can be managed in the Bookmark Manager. -  - "历史"按钮,弹出菜单里面会显示最近的用到的目录并切换。 - The "History" button shows recently used directories in a popup menu for quick switching. -  - "切换"按钮,弹出菜单里面会显示此时打开的资源管理器目录并切换。 - The "Switch" button shows currently open Explorer directories in a popup menu for quick switching. - 
最后提交信息为:
fix bug
v0.4.2
7575845
2026-06-21 19:14
对比
MantisZip 0.4.2
螳螂卜禅
### 文件说明 / File Description MantisZip-0.4.2-Setup-NoDotNet.exe 是需要安装 dotnet runtime 才能运行的。MantisZip-0.4.2-Setup.exe 是自包含 dotnet runtime 的。 MantisZip-0.4.2-Setup-NoDotNet.exe requires the .NET runtime to be installed. MantisZip-0.4.2-Setup.exe is self-contained with the .NET runtime. **如果你不明白上面那句话是什么意思,请下载 MantisZip-0.4.2-Setup.exe。** **If you don't understand what the above means, please download MantisZip-0.4.2-Setup.exe.** ### 更新内容 / Changelog - 修复上下文动态菜单有时会闪烁的问题。 - Fixed issue where dynamic context menus sometimes flickered. - 修复安装时选择语言和外观无效的问题(感谢 Peiming_The_Blank)。 - Fixed issue where language and appearance selection during installation was ineffective (thanks to Peiming_The_Blank). - 完成计划 [zip 复制模式](.sisyphus/plans/zipengine-sharpcompress-migration.md),添加删除文件不再是"解压缩→重新压缩",而改成了"复制模式"。速度极大提升。 - Completed plan: [ZIP copy mode](.sisyphus/plans/zipengine-sharpcompress-migration.md). Adding/deleting files now uses "copy mode" instead of "decompress → recompress". Significantly faster. - 完成计划 [权限提升](.sisyphus/plans/uac-elevation-permission.md),当压缩解压到无权限的目录时,会有正确的处理(感谢 xieyilin.main)。 - Completed plan: [UAC elevation](.sisyphus/plans/uac-elevation-permission.md). Proper handling when compressing/extracting to directories without permission (thanks to xieyilin.main). -  -  - 
最后提交信息为:
Merge pull request #12 from mantis3d:beta
v0.4.1
6967335
2026-06-21 19:06
对比
MantisZip 0.4.1
螳螂卜禅
### 文件说明 / File Description MantisZip-0.4.1-Setup-NoDotNet.exe 是需要安装 dotnet runtime 才能运行的。MantisZip-0.4.1-Setup.exe 是自包含 dotnet runtime 的。 MantisZip-0.4.1-Setup-NoDotNet.exe requires the .NET runtime to be installed. MantisZip-0.4.1-Setup.exe is self-contained with the .NET runtime. **如果你不明白上面那句话是什么意思,请下载 MantisZip-0.4.0-Setup.exe。** **If you don't understand what the above means, please download MantisZip-0.4.0-Setup.exe.** ### 更新内容 / Changelog - 修复上下文动态菜单有时不能起效的问题,并增加了不使用动态菜单的选项 - Fixed issue where dynamic context menus sometimes didn't work, and added an option to disable dynamic menus -  - 文件列表增加回到父目录的行 - Added a "go to parent directory" row in the file list -  - 文件列表目录回车改成进入该目录 - Changed Enter key on directories in the file list to navigate into that directory
最后提交信息为:
fix lot
预览版本
v0.4.0
2ea64a8
2026-06-16 16:32
对比
第一个发行版 0.4.0
螳螂卜禅
## v0.4.0 ### 文件说明 MantisZip-0.4.0-Setup-NoDotNet.exe 是需要安装 dotnet runtime 才能运行的。 MantisZip-0.4.0-Setup.exe 是自包含 dotnet runtime 的。 **如果你不明白上面那句话是什么意思,请下载 MantisZip-0.4.0-Setup.exe。** ### 软件第一个版本: - 软件功能基本完整,测试基本完成。 -  - 
最后提交信息为:
more edit
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C#
1
https://gitee.com/mantis3d/MantisZip.git
git@gitee.com:mantis3d/MantisZip.git
mantis3d
MantisZip
MantisZip
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册