Skip to content

Releases: fosspill/FFXIV_Modding_Tool

v0.7.1 - New maintenance release out

11 Nov 12:23
80a766e
Compare
Choose a tag to compare

Fixes and maintenance

  • Fix for "Unknown Application" error
  • Various dependency updates
  • Various fixes from the newest development version of the framework

v0.7 - The Yuppie

04 Nov 17:26
63edb35
Compare
Choose a tag to compare

IMPORTANT CHANGE

  • Mac users will now have to install Mono, a guide is on our webpage (https://ffmt.pwd.cat/docs/)
  • Bundled Linux version is also dropped in favor of a simple launch script.

New features

  • Built with the most recent development version of xivmoddingframework and hence supports material addition

Fixes and maintenance

  • Typo and newline fixes
  • Various dependency updates
  • Various fixes from the newest development version of the framework

v0.6.2 - Fix for mod disabling issue

15 Aug 16:17
4b56792
Compare
Choose a tag to compare

Fixes and maintenance

  • Fix for mods not disabling properly when running ffmt mods disable

v0.6.1 Released

14 Aug 20:28
8adae72
Compare
Choose a tag to compare

New features

  • Import wizard is an option for regular (Simple) modpacks

Fixes and maintenance

  • Configuration sanity checks
  • Over 200 lines of cleanup and rewrites
  • Various small fixes
  • Various dependency updates
  • Fix case-sensitivity
  • More verbosity for unknown source error

Documentation has also been updated

  • How to use new Wizard support
  • Important Directories (for the config file)
  • How to install Mono

v0.6 - MacOS'n'Cheese

14 Aug 18:53
Compare
Choose a tag to compare
v0.6 - MacOS'n'Cheese Pre-release
Pre-release

New features

  • Import wizard is an option for regular (Simple) modpacks

Fixes and maintenance

  • MacOS bundled release somewhat fixed
  • Configuration sanity checks
  • Over 200 lines of cleanup and rewrites
  • Various small fixes
  • Various dependency updates

Documentation has also been updated

  • How to use new Wizard support
  • Important Directories (for the config file)
  • How to install Mono

Known issues

  • Problemchecker error. Imports etc should still work fine. Working on it.
  • Case-sensitive Y/N questions. Fixed next release.

v0.5 - Yer a Wizard

02 Jul 16:39
40bcf67
Compare
Choose a tag to compare

New features

  • Support for Wizard Modpacks
  • modpack info will now give important modpack information

Fixes and Maintenance

  • Updated Magick.NET
  • Updated xivmoddingframework
  • Cleaned up code (specifically long and complicated functions)
  • Wizard example added to webpage

v0.4 - Shadowbringer support, bug fixes and maintenance

28 Jun 11:04
31b0f3a
Compare
Choose a tag to compare

Version 0.4 is now available and completely based on Liinko's xivmoddingframework after our PR got accepted.

  • Shadowbringer support
  • Various bug fixes
  • Dependencies updated

v0.3.7 - Prevent game data corruption when chaining commands

06 Jun 11:21
b30c09f
Compare
Choose a tag to compare
  • Runs a problemcheck after a modpack import to resolve any potential issues caused by stringing together commands

v0.3.5 - Improved backup and unknown source handling

31 May 16:19
ffbfd51
Compare
Choose a tag to compare
  • Checks if backups are defined and valid. Triggers warning if needed.
  • Version function now also shows app version
  • Checks for previous mods and warns if needed.

v0.3, ready for public testing!

28 May 11:13
401d27d
Compare
Choose a tag to compare

Changelog:

  • Add selective mod importing
  • Add mod management (disable / enable mods)
  • Add backup and restore functionality
  • Rewrite arguments handler for easier use
  • Split file into separate classes for easier maintenance
  • Update website with proper usage examples