0.4.1
Changelog
v0.4.1
New Features
The highlight of this PR is the new Apply Diff View (#1202). You can now preview the changes made to disk before applying the Loadout:
Stardew Valley received three new diagnostics (#1171, #1168). These diagnostics use the current game version and a compatibility matrix to figure out if the currently installed SMAPI version is compatible:
This also includes our first "suggestion" diagnostic. This diagnostic will only appear if you have no mods installed and it will recommend a supported SMAPI version:
Other Changes
- A new settings backend was added in preparation for a settings UI. See #1182 for more details.
- The App will now use two logging files,
nexusmods.app.main.log
andnexusmods.app.slim.log
, instead of onenexusmods.app.log
to prevent log collisions between processes (#1167). - The default logging level has been changed from
Information
toDebug
for Release builds to make it easier to debug issues (#1209).
Fixes
- Fixed icons clipping in the left menu (#1165, #1169).
- Windows: Fixed Stardew Valley not launching with a console (#1135, #1205).
- Linux: Fixed NXM protocol registration when using an AppImage (#1149, #1150).
- Linux: Fixed whitespaces in desktop entry files (#1150, #1152).
- Linux: Fixed various issues related to launching the game through Steam (#1206, #1151).