Skip to content

0.5.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 12:35
· 183 commits to main since this release
55ecac9

This release makes some refinements to the Stardew Valley modding experience based on user feedback, improves various UI elements and includes a number of back-end bugfixes.

Warning!

If you have 0.5.2 or earlier installed, you will have to completely uninstall both the app and all mods. This update requires you start over with a clean environment!

Fixes

  • Fixed the "SMAPI is disabled"-diagnostic for multiple SMAPI installations (#1674).
  • Fixed Loadout disappearing when applying (#1737).
  • Fixed un-managing a game removing all Loadouts instead of just the ones for the current game (#1738).
  • Fixed sorting in the Mod Library and the "Completed Downloads"-section (#1690).
  • Fixed SVGs not loading and rendering properly in the markdown viewer (#1661).
  • Fixed SVGs throughout the App (#1622, #1681).
  • Fixed not disposing services on close correctly (#1679).
  • Windows: Fixed log file creation failing due to illegal character in path (#1728). Thanks, @ZeeWanderer!
  • Linux: Fixed protocol registration (#1691, #1689, #1683).
  • Linux: Upgraded GameFinder to fix an issue with not being able to find Steam installed as a Flatpak or Snap (#1720).

Cyberpunk 2077 - EXTREMELY EXPERIMENTAL

This version of the app adds Cyberpunk 2077 to the Games section (#1719). We are now actively working on supporting this game but the implementation is still very experimental and may not work for all types of mod. Further improvements are planned for future updates.

Other Features

  • Added support for ignoring game assets when backing up the game files. For Cyberpunk 2077, this can result in 98.75% less disk space used: 1 GB instead of 80 GB (#1713).
  • The logs directory can be opened from the help menu in the top bar (#1675).

Miscellaneous

  • Improved user documentation for Workspaces, Health Checks and Stardew Valley.
  • Reworked protocol registration to set the App as the default on startup (#1691).
  • Reworked out data model to use our new source generator (#1626).
  • Reworked out synchronizer to a simpler 3-way merge approach. (#1707).
  • Began working on adding Loadout Items, Library Items, and reworking Downloads (#1336).
  • This release contains some major changes for package maintainers. See the new docs for details.

External Contributors