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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Unreleased

* Added:
* Opt-in portable backups for cross-platform Windows and Wine/Proton saves.
When enabled via the new `backup.semanticPaths` setting (off by default),
Windows save locations are stored portably so that a backup made on Windows
can be restored into a Wine/Proton prefix on Linux (and vice versa) without
per-game redirects.
New restore settings support this: `restore.winePrefix` (global fallback
prefix), `restore.preferredWinePrefixes` (per-game prefix, Wine user, and
drive mappings), and `restore.driveMappings` (manual drive-letter mappings).
On Linux, restoring a portable backup will prompt for a Wine prefix when one
cannot be determined automatically.
([#194](https://github.com/mtkennerly/ludusavi/issues/194),
[#310](https://github.com/mtkennerly/ludusavi/issues/310))

## v0.31.0 (2026-04-04)

* Added:
Expand Down
Loading