Skip to content

Releases: Nexus-Mods/NexusMods.App

0.4.9.3

22 May 15:01
9322a7d
Compare
Choose a tag to compare
0.4.9.3 Pre-release
Pre-release
Merge pull request #1394 from erri120/feat/943-markdown-styling

Update markdown styling

0.4.1

17 Apr 15:16
9f39176
Compare
Choose a tag to compare

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:

Screenshot of the new Apply Diff View that displays a list of files without different states like "Contents modified" or "Added" as well as file counts for directories and file/directory sizes.

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:

Screenshot of a critical error where the minimum support game version of SMAPI is greater than the currently game version.

Screenshot of a critical error where the maximum supported game version of SMAPI is lower than the currently installed game version.

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:

Screenshot of a suggestion for installing SMAPI to get started with modding Stardew Valley.

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 and nexusmods.app.slim.log, instead of one nexusmods.app.log to prevent log collisions between processes (#1167).
  • The default logging level has been changed from Information to Debug 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).

External Contributors

NexusMods.App - v0.4

28 Mar 20:27
51fb1bd
Compare
Choose a tag to compare

What's Changed

Read more

NexusMods.App - v0.3

13 Feb 16:44
e24eb97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3

NexusMods.App - v0.2.1

09 Nov 14:53
390ca9d
Compare
Choose a tag to compare

What's Changed

  • Fixes for various crashes while managing and running games by @halgari in #758

Full Changelog: v0.2...v0.2.1

NexusMods.App - v0.2

09 Nov 14:53
7130223
Compare
Choose a tag to compare

What's Changed

Read more

NexusMods.App - v0.1

03 Aug 14:44
5251b88
Compare
Choose a tag to compare

v0.0.6

29 Jun 14:49
63463e0
Compare
Choose a tag to compare

Latest bug fixes and changes

v0.0.5

13 Jun 16:57
dc12a50
Compare
Choose a tag to compare

New release so we can base other libraries off of our reworked path code

v0.0.4

08 May 12:48
263bb76
Compare
Choose a tag to compare

Make sure to include the "environment" when publishing to Nuget