登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
应用工具
>
应用软件
&&
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
31
Fork
6
螳螂卜禅
/
MantisZip
代码
Issues
0
Pull Requests
17
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
发行版
标签 (Tag)
全部
全部
正式版
预览版
发行版列表
MantisZip 0.4.5 压缩解压增强
最新版
MantisZip 0.4.4 通过内容识别真实格式预览
MantisZip 0.4.3 快速路径选择 Quick Path Selection
MantisZip 0.4.2
MantisZip 0.4.1
第一个发行版 0.4.0
预览版本
MantisZip 0.4.5 压缩解压增强
最新版
对比
螳螂卜禅
2026-07-14 18:12
v0.4.5
a2b59f2
- 完成 [压缩选项增强](.sisyphus/plans/compression-options-enhancement.md) 计划 — 7z 字典大小、固实块、Word Size、匹配器可配置;ZIP 压缩方法(Deflate/Deflate64/BZip2/LZMA/PPMd/Store)可配置;ZIP/7z 加密方式可配置,7z 支持加密文件名开关 - Completed [Compression Options Enhancement](.sisyphus/plans/compression-options-enhancement.md) plan — configurable 7z dictionary size, solid block, word size, match finder; configurable ZIP compression method (Deflate/Deflate64/BZip2/LZMA/PPMd/Store); configurable ZIP/7z encryption method, 7z encrypt headers toggle -  - 完成 [文件过滤功能](.sisyphus/plans/file-filter-feature.md) 计划 — 支持按扩展名、文件名、尺寸、日期过滤,可保存为命名预设 - Completed [File Filter](.sisyphus/plans/file-filter-feature.md) plan — filter by extension, filename, size, or date range; supports named presets persisted in settings -  - 新增便携模式,CI 自动生成 Portable 压缩包 - Added portable mode; CI automatically generates Portable zip - 解压路径统一 — `ExtractSelectedAsync` 改为调用引擎 `ExtractEntriesAsync` - Unified extract path — `ExtractSelectedAsync` now delegates to engine `ExtractEntriesAsync` - 视图菜单新增"隐藏预览信息"开关,预览信息面板可独立显隐控制 - Added "Hide Preview Info" toggle in View menu for independent control of preview info panel visibility - 可配置双击行为 — 设置窗口新增"双击压缩包"选项(打开/原地解压/智能原地解压/打开解压窗口),`--open` CLI 按配置路由 (#16) - Configurable double-click behavior — new "double-click archive" option in Settings (open/extract-here/smart-extract/extract-dialog); `--open` CLI routes accordingly -  - 解压后自动删除原压缩包 — 新增"解压完成后将原压缩包移到回收站"选项,(#16) - Auto-delete archive after extraction — new option to move original archive to Recycle Bin -  - 文件冲突窗口增加“暂停”和“取消”按钮。(#25) - Add ‘Pause’ and ‘Cancel’ buttons to the file conflict window. -  - 修复安装后会导致别的软件安装完启动时错误本软件的问题。 - Fixed issue where installing other software could incorrectly route their startup to MantisZip.
最后提交信息为:
release 0.4.5
MantisZip 0.4.4 通过内容识别真实格式预览
对比
螳螂卜禅
2026-07-08 17:49
v0.4.4
05f53e3
### 文件说明 / 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 测试失败
MantisZip 0.4.3 快速路径选择 Quick Path Selection
对比
螳螂卜禅
2026-07-01 14:42
v0.4.3
bce4a0a
### 文件说明 / 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
MantisZip 0.4.2
对比
螳螂卜禅
2026-06-21 19:14
v0.4.2
7575845
### 文件说明 / 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
MantisZip 0.4.1
对比
螳螂卜禅
2026-06-21 19:06
v0.4.1
6967335
### 文件说明 / 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
第一个发行版 0.4.0
预览版本
对比
螳螂卜禅
2026-06-16 16:32
v0.4.0
2ea64a8
## 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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册