Skip to main content

V1.0.2

· One min read
Sworld
Game Save Manager maintainer
  • Add an option to delete existing files before restoring
  • Provide a workaround for restoring hidden files
  • Allow restoration to continue after a single SaveUnit fails
  • Reject invalid game names

Configuration changes

In GameSaveManager.config.json, SaveUnit gains a delete_before_apply: bool field.

Preview release

These minor updates are distributed through the preview channel, which keeps only the latest build.

Latest preview

V1.0.1

· One min read
Sworld
Game Save Manager maintainer
  • Prevent multiple application instances
  • Add a configurable cloud root directory and improve default settings
  • Upgrade configuration files when updating
  • Fix clipped content in the sidebar and settings page
  • Add an action to open a game's save location

Preview release

These minor updates are distributed through the preview channel, which keeps only the latest build.

Latest preview

V1.0.0

· 4 min read
Sworld
Game Save Manager maintainer

After several years of development, Game Save Manager V1.0.0 is ready, together with a new official website.

Before installing

  • This release is incompatible with previous test versions. Use a fresh installation.
  • Red buttons perform potentially destructive operations. Read the guide before using them.
  • If the portable build will not start, install WebView2 or use the installer.

Download

Highlights

  • Multiple save files and folders
  • Cloud backups through WebDAV
  • Scheduled backups
  • Quick actions from the system tray
  • Application size under 10 MB and roughly 5 MB of background memory use
  • Open save locations directly
  • Game sorting
  • Dark mode
  • Internationalization framework
  • Safety improvements
  • Edit existing saves

Discussions

What's changed

New Contributors

Full Changelog: https://github.com/mcthesw/game-save-manager/compare/0.3.0...latest-release

V1.0.0 Alpha

· One min read
Sworld
Game Save Manager maintainer
danger

This is an early test release. It is not recommended for managing real game saves.

This alpha requires care and is not yet compatible with saves from older versions. See #38.

Changes

  • Rebuild with Rust and Tauri
  • Reduce application size to under 15 MB
  • Support multiple save files and folders
  • Improve safety
  • Fix launching other files
  • Add an action to open the backup directory
  • Fix backing up empty folders

Get involved

Download

V0.3.0

· One min read
Sworld
Game Save Manager maintainer
danger

This is an early test release. It is not recommended for managing real game saves.

Safety improvements

Changes since V0.2.0:

  • Block other operations until the current operation finishes
  • Add an extra-backup setting
  • When enabled, create a backup before every overwrite and keep up to five extra backups per game

Extra backups are stored in installation directory/save_data/game name/extra_backup.

Install

Extract the archive and create a desktop shortcut.

Update

Extract over the existing installation directory. Old configuration files are upgraded automatically.

Download

V0.2.0

· One min read
Sworld
Game Save Manager maintainer
danger

This is an early test release. It is not recommended for managing real game saves.

This is the first public beta. It implements the planned core features: adding games, backing up saves, deleting backups, and restoring saves.

The public beta may be unstable. If saves appear to be missing, check the save_data folder in the installation directory. Its JSON files and subfolders contain the save information.

Download

V0.1.1

· One min read
Sworld
Game Save Manager maintainer
danger

This is an early test release. It is not recommended for managing real game saves.

This release implements the core features of a save manager:

  • Import games
  • Back up saves with a description
  • Delete backups
  • Replace current saves with a backup
  • Stop managing a game

The following areas are still incomplete:

  • Settings
  • Uploading and displaying game icons
  • Storage management
  • Home page onboarding

Full changelog

Download