Skip to content

Releases: Systemcluster/The-Witcher-3-Mod-manager

Release 0.7.6

04 Oct 14:51
2d443ee
Compare
Choose a tag to compare

Changes over version 0.7.5:

  • Omits spaces around = in configuration files for compatibility with old Script Merger versions (issue #7)
  • Reduced window minimum height

Release 0.7.5

14 Jul 00:52
614a62b
Compare
Choose a tag to compare

Changes over version 0.7.4:

  • Fixed XML variables being read incorrectly (issue #6)
  • Fixed sections in user.settings being set incorrectly
    • existing sections are fixed automatically the next time this version is started
  • Create Mods and DLC directories if they don't exist
  • Made search functionality case-insensitive

Release 0.7.4

12 Jul 23:53
8959122
Compare
Choose a tag to compare

Changes over version 0.7.3:

  • Updated 7zip to version 19.00
  • Added search functionality (issue #5)

Release 0.7.3

21 May 23:43
2a7ab2b
Compare
Choose a tag to compare

Changes over version 0.7.2:

  • Reads the priority/enabled values correctly after they've been saved in proper case (issue #4)
  • The open file menu action actually opens files instead of their directories (issue #3)

Release 0.7.2

16 May 20:05
b00769a
Compare
Choose a tag to compare

This is a hotfix release. Changes over version 0.7.1:

If your user account doesn't have the rights to write to the Witcher 3 mods directory, and installing mods doesn't work, try to run the application as administrator manually.

Release 0.7.1

16 May 18:51
598e2a5
Compare
Choose a tag to compare

Changes over version 0.7.0:

  • Requests administrator rights on startup
  • Writes mods.settings keys in proper case for Script Merger compatibility (issue #1)
    • existing keys are fixed automatically the next time this version is started
  • Creates Documents/The Witcher 3 directory if it does not exist instead of closing silently
  • If command line arguments can't be read on startup, continue without crashing (issue #2)

Release 0.7.0

12 Mar 10:07
Compare
Choose a tag to compare

Changes over version 0.6.4:

  • Installation of mods by drag-and-drop
  • Menu action to open the mod folder directly
  • Menu action to refresh load order
  • Fixed the crashing issue that appeared when trying to disable mods
  • Actions like "show details" or "open folder" now work with multiple selected mods
  • "Change priority" dialogs now have the previous value already filled in
  • Actions and shortcuts to increase and decrease priority
  • Selected mods stay selected when the list refreshes
  • Custom ordering for the tree widget so it sorts correctly when ordering by numeric columns
  • "Reinstall" action to e.g. reset mod settings
  • Mod names are formatted a bit more nicely (e.g. replaces "_" with " ")
  • Details window width automatically adjusts to the content width
  • Updated 7zip to 18.05
  • When there's a config.ini in the current directory, use that path for storing the config files instead of the user documents, so users can use it in a portable way if they like
  • Additions to user.settings are written properly
  • Added a lockfile, so a warning is displayed when more than one instance of the program is opened simultaneously
  • Lots of internals are rewritten for better maintainability