Skip to content

Releases: mleduque/modda

v1.11.0

12 Jan 15:24

Choose a tag to compare

v1.11.0 Pre-release
Pre-release

Improvements:

  • check_replace accepts multiple cases for the parameter
  • (multiple) improvements on error logging

Fixes

  • fix support for patches that create new files
  • When using github release API, some fields were incorrectly considered required

v1.10.0

26 Jul 09:51

Choose a tag to compare

v1.10.0 Pre-release
Pre-release

Mostly: Disabling mods and replace actually works

New features

  • Support for disabling mods (with a small and awkward language to express conditions)
  • Allow multiple patch files for the same mod, with the patches property instead of (still supported) patch
  • location.replace has a check property to check if replace really happened (and how many)
  • New CLI option for modda install: check-replace=ignore|fail|ask to control the behaviour when the replace check failed. It can also be set in modda.yml (property defaults.check_replace)
  • Support non-utf8 files for location.replace entries (with annew property, encoding)

Fixes

  • replace now works

v1.9.0

06 Jun 16:48

Choose a tag to compare

New

  • add modda introspect (shows settings)
  • add modda global-config show (opens the config file location)
  • add modda global-config edit (open the config file ine a text editor)

v1.8.0

09 May 20:58

Choose a tag to compare

Changes

  • Change default for replace: from regex to string and add an option to replace as regexp
  • if weidu_path is not set in the config file, first default to a (potential) weidu binary in game directory before falling back to weidu on path (#32)

Fixes:

  • Fix replace actions
  • Fix macos build action

v1.8.0-pre3

08 May 13:33

Choose a tag to compare

v1.8.0-pre3 Pre-release
Pre-release
  • fix for linux CI build (disable cache)

v1.8.0-pre2

08 May 12:29

Choose a tag to compare

v1.8.0-pre2 Pre-release
Pre-release

Changes

  • Change default for replace: from regex to string and add an option to replace as regexp
  • if weidu_path is not set in the config file, first default to a (potential) weidu binary in game directory before falling back to weidu on path (#32)

Fixes:

  • Fix replace actions
  • Fix macos build action

v1.8.0-pre1

08 May 11:51

Choose a tag to compare

v1.8.0-pre1 Pre-release
Pre-release

Changes

  • Change default for replace: from regex to string and add an option to replace as regexp
  • if weidu_path is not set in the config file, first default to a (potential) weidu binary in game directory before falling back to weidu on path (#32)

Fixes:

  • Fix replace actions

v1.7.2

07 Feb 14:08

Choose a tag to compare

Enhancements

  • Add github authentication mode to access private repositories
  • Add components: all and components: ask
  • Add refresh: ask

Fixes

  • Better error handling when patch file is unparseable

v1.7.2-pre6

06 Feb 18:47

Choose a tag to compare

v1.7.2-pre6 Pre-release
Pre-release

Use older rust version for macos

v1.7.2-pre5

06 Feb 18:22

Choose a tag to compare

v1.7.2-pre5 Pre-release
Pre-release

Downgrade getrandom