V1.0.0
· 4 min read
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
- V1 tauri dev by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/23
- Add open backup folder button by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/25
- Create .github/workflows/rust-clippy.yml by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/26
- Fix clippy warnings :D by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/27
- Bump tauri from 1.2.4 to 1.2.5 in /src-tauri by @dependabot in https://github.com/mcthesw/game-save-manager/pull/28
- Create rust-clippy.yml by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/29
- Update rust-clippy.yml by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/30
- Update from master by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/31
- Create LICENSE by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/39
- Add ci by @Itsusinn in https://github.com/mcthesw/game-save-manager/pull/40
- refactor: replace native-dialog with tauri built-in dialog by @Itsusinn in https://github.com/mcthesw/game-save-manager/pull/41
- ci: fix wrong workflow trigger by @Itsusinn in https://github.com/mcthesw/game-save-manager/pull/42
- Feat build windows portable exe by @Itsusinn in https://github.com/mcthesw/game-save-manager/pull/43
- build: minimize binary size by @Itsusinn in https://github.com/mcthesw/game-save-manager/pull/44
- Bump @antfu/utils from 0.7.2 to 0.7.5 by @dependabot in https://github.com/mcthesw/game-save-manager/pull/46
- Bump vite from 4.1.2 to 4.1.5 by @dependabot in https://github.com/mcthesw/game-save-manager/pull/45
- Bump postcss from 8.4.21 to 8.4.31 by @dependabot in https://github.com/mcthesw/game-save-manager/pull/49
- Bump @babel/traverse from 7.20.13 to 7.23.2 by @dependabot in https://github.com/mcthesw/game-save-manager/pull/50
- Bump @tauri-apps/cli from 1.4.0 to 1.5.6 by @dependabot in https://github.com/mcthesw/game-save-manager/pull/55
- fix: Update library zip and open by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/56
- Update dependencies and docs; add a save-location component by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/57
- ci: fix concurrency error by @Itsusinn in https://github.com/mcthesw/game-save-manager/pull/58
- Fix & Add feature by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/60
- Feat: Add dark theme by @AsterNighT in https://github.com/mcthesw/game-save-manager/pull/62
- Add i18n support by @AsterNighT in https://github.com/mcthesw/game-save-manager/pull/63
- Add an edit-game button by @noneSycamore in https://github.com/mcthesw/game-save-manager/pull/65
- build(deps-dev): bump vite from 4.1.5 to 4.5.2 by @dependabot in https://github.com/mcthesw/game-save-manager/pull/64
- Merge dev branch by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/68
- feat: edit save descriptions by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/69
- Dev by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/70
- fix: correct error types by @mcthesw in https://github.com/mcthesw/game-save-manager/pull/71
New Contributors
- @dependabot made their first contribution in https://github.com/mcthesw/game-save-manager/pull/28
- @Itsusinn made their first contribution in https://github.com/mcthesw/game-save-manager/pull/40
- @AsterNighT made their first contribution in https://github.com/mcthesw/game-save-manager/pull/62
- @noneSycamore made their first contribution in https://github.com/mcthesw/game-save-manager/pull/65
Full Changelog: https://github.com/mcthesw/game-save-manager/compare/0.3.0...latest-release
