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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0 — 2026-08-07

- Enabled automatic operation without `-pc711pcompat`.
- Kept matching limited to SK hynix `1C5C:174A` with NVMe class `01:08:02`.
- Excluded Darwin 25/macOS 26, where the tested PC711 works natively.
- Removed the public diagnostic stages and read-only probe paths.
- Added concise Chinese and English installation guidance for the automatic build.

## 0.6.0 — 2026-08-06

- Added Darwin 24.6 PC711 interrupt compatibility mode via `-pc711pcompat`.
Expand Down
4 changes: 2 additions & 2 deletions Driver/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>0.6.0</string>
<string>1.0.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>PC711Probe</key>
Expand Down
Loading
Loading