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,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.17.0](https://github.com/danielcopper/decky-romm-sync/compare/decky-romm-sync-v0.16.0...decky-romm-sync-v0.17.0) (2026-05-04)


### ⚠ BREAKING CHANGES

* **downloads:** Existing installs of nested single-file ROMs were stored locally without their file extension. Affected ROMs must be re-downloaded (or re-synced via the plugin) after updating so the on-disk filename is corrected — buggy entries cannot be patched in place.

### Bug Fixes

* **downloads:** preserve file extension for nested single-file ROMs ([#226](https://github.com/danielcopper/decky-romm-sync/issues/226)) ([#263](https://github.com/danielcopper/decky-romm-sync/issues/263)) ([dbe14f4](https://github.com/danielcopper/decky-romm-sync/commit/dbe14f47f1c586db3d2f6ba781f0ae6bc54e7388))
* **migration:** block all ops during pending RetroDECK path migration ([#261](https://github.com/danielcopper/decky-romm-sync/issues/261)) ([afd5939](https://github.com/danielcopper/decky-romm-sync/commit/afd59393be88e4f1c032448a08475668e8ffc18f))

## [0.16.0](https://github.com/danielcopper/decky-romm-sync/compare/decky-romm-sync-v0.15.0...decky-romm-sync-v0.16.0) (2026-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decky-romm-sync",
"version": "0.16.0",
"version": "0.17.0",
"description": "Decky Loader plugin to sync your RomM library to Steam as non-steam shortcuts",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RomM Sync",
"version": "0.16.0",
"version": "0.17.0",
"author": "Daniel",
"flags": [
"_root"
Expand Down
Loading