Skip to content

Releases: nadrino/SimpleModManager

SimpleModManager v2.1.4

23 Feb 20:28

Choose a tag to compare

What's new?

  • Recompiled with the latest devkitPro -- Many of you reported a bug with the latest version of the app
  • Optimized IO
  • Option to sort game list by nb of mods or alphabetical order
  • Fixed terminal version of the app
  • Fixed per game install preset
  • Stability improvements (fixed bad pointers freeing, so hopefully less crash with the UI...)

Full changelog: 2.1.2...2.1.4

SimpleModManager v2.1.2

07 May 22:59

Choose a tag to compare

  • Now every mod management action (apply, check, delete etc...) is cancelable
  • Fixing titleID display

SimpleModManager v2.1.1

06 May 13:36

Choose a tag to compare

Fixing custom config preset within game folders.

SimpleModManager v2.1.0

29 Apr 17:29
dfcc2e7

Choose a tag to compare

Restructuring the core engine & cleaning code. Should be a lot more stable. For this version, I've dropped the overlay module as it instantaneously crash even with the simplest include.

The console version is now shipped appart as the escape codes (colors for example) are not displayed correctly when compiled with borealis.

SimpleModManager v2.0.4

11 Jan 09:58

Choose a tag to compare

Compiled with latest libnx (v4.0.0)

SimpleModManager v2.0.3

05 Sep 10:13

Choose a tag to compare

Compiled with latest libnx. Tested on fw 10.1.0 with Atmosphere 0.14.1.

New features:

  • Updated borealis (GUI submodule)

SimpleModManager v2.0.2b

18 Jul 21:00

Choose a tag to compare

Compiled with latest libnx. Tested on fw 10.0.4 with Atmosphere 0.13.0.

New features:

  • Overlay module is now fixed: apply/disabling mods won't crash Atmosphere anymore!

SimpleModManager v2.0.2

13 Jul 20:10

Choose a tag to compare

Compiled with latest libnx. Tested on fw 10.0.4 with Atmosphere 0.13.0.

New features:

  • Fixing focus loss when mod checking is faster than the display animation
  • Fixing last install preset not being remembered while restarting the app
  • Fixing loading subtitle display for mods checking
  • Increasing read buffer size for file comparison (faster mods status check)
  • Adding color to mods status tags

SimpleModManager v2.0.1

06 Jul 21:21

Choose a tag to compare

Compiled with latest libnx. Tested on fw 10.0.4 with Atmosphere 0.13.0.

New features:

  • Minor UI improvements
  • Updating loading display for mod sets operations
  • Adding icons to options labels

SimpleModManager v2.0.0

02 Jul 15:29

Choose a tag to compare

Compiled with latest libnx. Tested on fw 10.0.4 with Atmosphere 0.13.0.

New features:

  • First release of the GUI.
  • Now SMM will automatically find the game image to the game folders.
  • Mods management operation (applying, removing, checking) are now done asynchronously. This improves speed and allows a better loading monitor display.

Caveats:

  • Few features are still missing from the consoleUI version (like showing conflicts or detailed view of the status of each mod file). You can still switch back to the old UI by going to the Settings menu. You can switch back to the GUI as well.
  • Sometimes while playing with the mods preset editor might cause some random crashes. Those don't affect your mods files or parameters of SMM since they're related to the GUI memory allocation. If it happens just relaunch the app and everything you've done should be there.