Releases: fosspill/FFXIV_Modding_Tool
Releases · fosspill/FFXIV_Modding_Tool
v0.7.1 - New maintenance release out
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
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
Fixes and maintenance
- Fix for mods not disabling properly when running
ffmt mods disable
v0.6.1 Released
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
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
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
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
- 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
- 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!
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