Skip to content

Releases: naschorr/deep-rock-galactic-save-syncer

Deep Rock Galactic Save Syncer v2.7.0

12 Mar 05:38
a898699
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

Deep Rock Galactic Save Syncer v2.6.0

28 Nov 00:16
83eb75d
Compare
Choose a tag to compare

What's Changed

  • Removed unnecessary _mixins.css file by @naschorr in #105
  • Updated sync button text to be a bit more descriptive to what's happening by @naschorr in #107
  • Added tooltips to the OmniButton's more complex states by @naschorr in #109
  • Implemented OmniButtonState model to handle state tracking and prevent potential desyncing by @naschorr in #110
  • Fixed save file padding by @naschorr in #112
  • Added logger output to OmniButton state build logic by @naschorr in #115

Full Changelog: v2.5.0...v2.6.0

Deep Rock Galactic Save Syncer v2.5.0

21 Nov 00:54
cc14463
Compare
Choose a tag to compare

What's Changed

  • Updated the README to reflect recent UI changes by @naschorr in #71
  • Updated the UI to better reflect DRG's UI styling by @naschorr in #72
  • Improve readability of promotion stars by @naschorr in #73
  • Upgraded to .NET 7 by @naschorr in #78
  • Updated documentation to include a fix for the missing save file when… by @naschorr in #79
  • Improved in app missing save file UX to explain how to solve the problem by @naschorr in #81
  • Updated tests to use .NET 7 by @naschorr in #83
  • Updated missing save file UI to now describe how to fix the problem by @naschorr in #88
  • Added wiki link button to the app by @naschorr in #95
  • Removed hard coded exitSteamExampleUrl, and made it load dynamically by @naschorr in #96
  • Updated app example image to include wiki link button by @naschorr in #97
  • Updated missing save file troubleshooting steps to be consistent with the wiki by @naschorr in #98
  • Added test data corresponding to DRG version 1.37.79197.0 by @naschorr in #100

Full Changelog: v2.4.0...v2.5.0

Deep Rock Galactic Save Syncer v2.4.0

04 Nov 04:47
86a7b57
Compare
Choose a tag to compare

What's Changed

  • Fixed app update modal button styling by @naschorr in #56
  • Updated the README to include a small guide on how to get started with DRGSS by @naschorr in #60
  • Updated the README's headings to have a proper hierarchy by @naschorr in #61
  • Improved logger output by @naschorr in #62
  • Added dynamic fog effect to the background by @naschorr in #65
  • Updated the promotion icons to be color coded to align with promotion… by @naschorr in #66

Full Changelog: v2.3.0...v2.4.0

Deep Rock Galactic Save Syncer v2.3.0

18 Aug 01:47
35e534c
Compare
Choose a tag to compare

What's Changed

  • Added badge to the README and tweaked test flow by @naschorr in #47
  • Fixed a bug where the refresh button would appear after syncing save files by @naschorr in #50
  • Improves the refresh logic to enforce refreshing before a sync can happen by @naschorr in #53

Full Changelog: v2.2.0...v2.3.0

Deep Rock Galactic Save Syncer v2.2.0

23 Jul 02:29
Compare
Choose a tag to compare

What's Changed

  • Moved complex savefile management and watcher logic out of GUI and into the Core project by @naschorr in #39
  • Updated README to better explain the app's functionality by @naschorr in #40
  • Added tests for the SemanticVersion class by @naschorr in #41
  • Reorganized resources folder by @naschorr in #43
  • Fixed issue where the update modal would appear every time a save was selected by @naschorr in #44
  • Improved nonexistant save file handling by @naschorr in #45

Full Changelog: v2.1.0...v2.2.0

Deep Rock Galactic Save Syncer v2.1.0

21 Jul 01:28
34e8fe7
Compare
Choose a tag to compare

What's Changed

  • Implemented refresh logic into the app by @naschorr in #27
  • Fixed bug where OpenSaveFileInExplorer wouldn't play nice with Xbox by @naschorr in #28
  • Implemented generic blazor modal system by @naschorr in #32

Full Changelog: v2.0.0...v2.1.0

Deep Rock Galactic Save Syncer v2.0.0

16 Jul 19:36
Compare
Choose a tag to compare

DRGSS now has a proper user interface, as well as more robust save file comparisons, and a bunch of improvements on the back end to make things work nicely!

What's Changed

  • Implemented user configuration feature by @naschorr in #12
  • Merging user config feature into main by @naschorr in #13
  • Implemented save file analysis for determining save precedence by @naschorr in #17
  • Implements save file analysis for improved file precedence checking by @naschorr in #19
  • Cleaned up names to follow C# conventions by @naschorr in #23
  • Merging GUI changes into dev by @naschorr in #24
  • Merging latest changes into main by @naschorr in #20

Full Changelog: v1.0.0-alpha...v2.0.0

Deep Rock Galactic Save Syncer v1.0.0

15 Jun 06:44
Compare
Choose a tag to compare

Initial release!

  • Supports Steam and Xbox (Windows) DRG installations
  • Searches the registry and Valve's .VDF files when looking for Steam DRG saves
  • Backs up save files during the sync process, and never leaves the save unprotected
  • Offers user configuration of save directories
  • User output available in the Windows Action Center

Deep Rock Galactic Save Syncer v1.0.0-alpha

10 Jun 17:35
Compare
Choose a tag to compare

Initial implementation of save syncing logic and save file manipulation

  • Supports Steam and Xbox (Windows) DRG installations
  • Searches the registry and Valve's .VDF files when looking for Steam DRG saves
  • Backs up save files during the sync process, and never leaves the save unprotected