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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.9.0"}
{".":"0.10.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Entries from the next release onward are generated by release-please from the
conventional commits on `main`. The two below were tagged by hand before that
and are recorded here so the history starts somewhere rather than at 0.3.0.

## [0.10.0](https://github.com/casmith/ps2hdd/compare/v0.9.0...v0.10.0) (2026-09-05)


### Features

* install CloneCD rips, and refuse Nero ones by name ([#63](https://github.com/casmith/ps2hdd/issues/63)) ([662f27e](https://github.com/casmith/ps2hdd/commit/662f27e2a77de74de3644d59cbdb259ea4b4f3c0))


### Bug fixes

* keep separate releases out of a multi-disc game ([#62](https://github.com/casmith/ps2hdd/issues/62)) ([7228fbb](https://github.com/casmith/ps2hdd/commit/7228fbb01290eccd4bb503aa5fcb830a33a0e8e2))
* mount pfsfuse single-threaded, so reads return what was written ([#61](https://github.com/casmith/ps2hdd/issues/61)) ([9b036e6](https://github.com/casmith/ps2hdd/commit/9b036e618b68433b55a1f8797988ad416039f8f0))
* scan in order, and keep the cache when a scan is cancelled ([#59](https://github.com/casmith/ps2hdd/issues/59)) ([c94cf51](https://github.com/casmith/ps2hdd/commit/c94cf51f653058385874b94ade2e276267611f90))

## [0.9.0](https://github.com/casmith/ps2hdd/compare/v0.8.1...v0.9.0) (2026-09-04)


Expand Down