Skip to content

Releases: Nexus-Mods/NexusMods.App

0.5.1

03 Jun 12:32
98fd598
Compare
Choose a tag to compare

v0.5.1 - 2024-06-03

This is a minor release containing bugfixes and small UI improvements.

Fixes

  • Fixed the infinite loading screen when previewing apply changes (#1502).
  • Fixed the uninstaller (#1503, #1504).
  • Fixed a silent exception when using an uninitialized value (#1493).
  • Various UI fixes and improvements (#1495, #1517).

0.5

29 May 17:41
Compare
Choose a tag to compare
0.5

v0.5.0 - 2024-05-29

New Features

This release is packed with new features. Configs generated by the game are now ingested into the correct mod, and can be edited using our new Text Editor (#1358, #1346):

Screenshot of the new Text Editor with syntax highlighting.

The text editor uses AvaloniaEdit and comes with syntax highlighting and many features you'd expect a code editor to have. You can even change the theme in the toolbar directly or using our new Settings UI (#396, #920):

Screenshot of the new Settings UI displaying various items with toggles and drop down menus.

Settings have been in the works for a long time, and we've finally developed a system to easily create settings and allow users to change them. The UI will be expanded with sections, a search bar, and many more features in the future.

Our Downloads Page received a lot of attention in this release as well. It now contains a very nice and sleek download speed chart, and a list of completed downloads (#1297, #1397):

Screenshot of the Downloads Page with a new speed chart and a list of completed downloads.

Clicking the "View in library" button will take you to our new Mods Library. Here you can see a list of all mods you've downloaded and installed. You can also quickly add a mod to your Loadout (#1268, #1347):

Screenshot of the new Mod Library showing all downloaded Mods.

The biggest change we've done is completely overhauling our internal data model and moving almost everything to our custom build database called MnemonicDB. The immediate benefit of this change is better faster, the long term benefit is having a reliable database with migrations and opportunities for new and awesome features without being bogged down by our previous data model.

One notable change that the new data model brought to the App is reified deletes.

Other Changes

  • Starting the App for the first time will open a warning about the state of the release. This overlay can be opened again by clicking the help icon in the top bar (#1390).
  • Navigating panels has been made easier. You can now right-click buttons that would create panels, to open up a context menu. Similar to browsers, combinations like Ctrl+Click or Shift+Click also work (#1266).
  • This Changelog can now be viewed directly in the App (#1258).
  • Stardew Valley saves are no longer managed by the App (#1344).
  • Added new Stardew Valley diagnostics:
    • Minimum supported SMAPI version (#1265).
    • Minimum supported Game version (#1265).
    • Mod overwrites game files (#1481).
  • Stardew Valley has a new image (#1393).
  • The "Library" and "Diagnostics" entry on the left menu now show badges with counts for new archives and active diagnostics (#1452).
  • Added a message to an empty Loadout (#1464).
  • Updated mod names for failed installations (#1468).
  • Game Files and the Override Mod are hidden by default, this is controlled using a setting (#1286, #1341).
  • Restrict release build to only having one Loadout (#1416).
  • Restrict release build to only show Stardew Valley (#1401).
  • The CLI and how we handle multiple processes has been reworked (#1345).
  • Logging to the console can be now enabled in the settings, it's disabled by default (#1351).
  • A console window will no longer appear on Windows when starting the App (#1410).
  • Package maintainers can choose to disable the bundled 7z binary (#1308).
  • Loadouts can be removed and games can be unmanaged (#1259, #1279).
  • Added an uninstaller (#1383).

Fixes

  • Tons of UI fixes and small visual improvements.
  • The login overlay has been fixed and will now appear correctly again (#1402).
  • Telemetry has been reworked and fixed (#1293).

External Contributors

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