Skip to content
Open
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.15.0"
".": "0.16.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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))


### 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)


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.15.0",
"version": "0.16.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.15.0",
"version": "0.16.0",
"author": "Daniel",
"flags": [
"_root"
Expand Down
Loading