diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f87262a..bc7e4aa 100755 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7a316..d029bb2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.16.0](https://github.com/danielcopper/decky-romm-sync/compare/decky-romm-sync-v0.15.0...decky-romm-sync-v0.16.0) (2026-04-14) + + +### Features + +* **saves:** redesign saves tab with slot-based collapsible layout ([#220](https://github.com/danielcopper/decky-romm-sync/issues/220)) ([ebb4d56](https://github.com/danielcopper/decky-romm-sync/commit/ebb4d567df7e8c73a6359651996c624b321d4487)) +* **saves:** save version history and rollback UI ([#225](https://github.com/danielcopper/decky-romm-sync/issues/225)) ([4bc8ff1](https://github.com/danielcopper/decky-romm-sync/commit/4bc8ff1a03347565e08116fecc9931b8a543d19b)) +* **saves:** show offline indicators in play section and saves tab ([#221](https://github.com/danielcopper/decky-romm-sync/issues/221)) ([#223](https://github.com/danielcopper/decky-romm-sync/issues/223)) ([78331c0](https://github.com/danielcopper/decky-romm-sync/commit/78331c0badf19156c33d31ab6910caa1c369efa3)) +* **saves:** show success toast on migration completion ([#234](https://github.com/danielcopper/decky-romm-sync/issues/234)) ([82f7af8](https://github.com/danielcopper/decky-romm-sync/commit/82f7af8bfd08a1e577e4b934826adb2a9782d3b1)) + + +### Bug Fixes + +* **saves:** resolve corename from retroarch .info, split retrodeck config adapter ([#227](https://github.com/danielcopper/decky-romm-sync/issues/227)) ([2f27f8e](https://github.com/danielcopper/decky-romm-sync/commit/2f27f8e563fc0fede0a39f0ac981df2821157c50)) +* **saves:** resolve corename via retroarch .info for sort-by-core save paths ([#233](https://github.com/danielcopper/decky-romm-sync/issues/233)) ([089e455](https://github.com/danielcopper/decky-romm-sync/commit/089e4559e65de4fa158e15340270c8feb96c76ef)) + ## [0.15.0](https://github.com/danielcopper/decky-romm-sync/compare/decky-romm-sync-v0.14.0...decky-romm-sync-v0.15.0) (2026-04-01) diff --git a/package.json b/package.json index 0616ae2..1949350 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-romm-sync", - "version": "0.15.0", + "version": "0.16.0", "description": "Decky Loader plugin to sync your RomM library to Steam as non-steam shortcuts", "type": "module", "scripts": { diff --git a/plugin.json b/plugin.json index 21ba456..900bf13 100755 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "RomM Sync", - "version": "0.15.0", + "version": "0.16.0", "author": "Daniel", "flags": [ "_root"