Skip to content

DiskWise 1.2 — a way to reach us

Choose a tag to compare

@DreamOfXM DreamOfXM released this 17 Sep 02:49
· 38 commits to main since this release

There is now a way to tell us something is broken. DiskWise never touches the network, so a bug report can only come from your own machine — this release gives you a place in the app that says exactly how to send one.

What changed since v1.1.0

  • New Feedback page in the sidebar (under a new Support group): mail hnyxgxm2009@163.com, the QQ group (no. 913022339, QR code shown in-app), or a GitHub issue. Every line has a copy button, and the page spells out what makes a report useful — which step you were on, what you saw, your macOS version and architecture.
  • README: a Feedback section in both the English and Chinese halves, same three routes plus the group QR code.
  • The QR asset ships inside the app bundle (Contents/Resources/qq-group.png); the build now fails if it is missing rather than quietly shipping a broken page.
  • Screenshot harness fixed. SwiftUI reports a scrolling page's ideal height as its own, so one run used to produce five differently-sized images and the README table came apart. The canvas is measured once before the first page switch, each page is captured full and top-aligned, then cropped to the canvas. Two knobs narrow a run: DISKWISE_ONLY=caches,skins and DISKWISE_WIN=1280x1543.
  • All bilingual screenshots re-shot for 1.2, with EXIF/XMP chunks stripped.

What didn't change

  • One delete path: FileManager.trashItem. Nothing is ever unlinked; emptying the Trash is handed to Finder so macOS confirms it once more.
  • Protected paths (home itself, ~/Library, …) can never be removed wholesale.
  • Docker page stays read-only. No network, no telemetry, no daemon, no auto-updater.
  • Everything stays free: every feature and all six skins ship unlocked.
  • Bilingual UI (Simplified Chinese + English), Apple Silicon, macOS 13+.

Install

  1. Download DiskWise-1.2.dmg below.
  2. Open it and drag DiskWise.app into Applications.
  3. First launch: right-click → Open → Open. This build is ad-hoc signed, so Gatekeeper wants a human once.

Apple Silicon (arm64), macOS 13+.

Checksum

SHA256 (DiskWise-1.2.dmg) = 1b355b8855199fd3af1fa6994dee89a4d04ba977e35732b3db7624053fb8b6b4

中文说明

这个版本加了一个反馈入口。 App 自始至终不联网,所以出问题只有你自己能把报告发出来 —— 侧边栏新增「支持 → 问题反馈」页,
三条路都列在一处:邮箱 hnyxgxm2009@163.com、QQ 群(群号 913022339,页内直接扫二维码)、GitHub Issue。
每行都有复制按钮,页面还写清了什么样的报告有用:你在哪一步、看到了什么、macOS 版本和芯片架构。

其余改动:README 中英文各加一节反馈入口并附上群二维码;二维码图片随包分发(Contents/Resources/qq-group.png),
缺图构建会直接失败而不是安静地拍出一个坏页面;截图工具修好了一个尺寸漂移问题(SwiftUI 会把滚动页的理想高度报成自己的高度,
一趟跑完五张图各不相同,README 表格就散了),现在换页前先量画幅、拍完整图再裁顶,
并支持 DISKWISE_ONLY 只拍某几页、DISKWISE_WIN 换画幅;全部双语截图按 1.2 重拍,并清掉了 EXIF/XMP 元数据。

没变的部分:全 App 只有一条删除路径 FileManager.trashItem,一律进废纸篓、本会话可撤销,清空交给访达再确认一次;
保护路径整体不可删;Docker 页只读;不联网、无遥测、无守护进程、无自动更新;没有任何收费内容,六套皮肤和全部功能随包可用。

安装:下载下面的 DiskWise-1.2.dmg → 打开后把 DiskWise 拖进「应用程序」→ 首次打开请右键 → 打开。需要 macOS 13+,Apple Silicon。