This page was last updated on 02 January 2025, 4:50AM
Changelogs
Version 2.4.1
Fixed certain characters causing the search to break completely.
Version 2.4.0
Added plugin-optional setting, which moves skyrim plugins to the optional folder of the mod instead of renaming them when using the mohidden option.
Added warnings and error handling for optional plugin functionality.
Updated a lot of the code to use modern python standards.
Removed support for MO2 older than 2.5.0
Version 2.3.2
Window geometry (width, height, etc) is now saved on close and restored on launch.
Version 2.3.1
Changed status text to reflect whichever removal setting was selected.
Version 2.3.0
Added progress dialogs.
Updated mohidden functionality; now recursively hides files instead of hiding the target directory.
Updated confirmation window to reflect the above changes.
Fixed certain paths escaping the mod directory; now checks that paths are within the selected mod's folder.
Fixed error when checking for duplicate paths and invalid paths are entered.
Fixed *.mohidden files being matched during path entry.
Fixed invalid path entries breaking the invert functionality; these paths will just be ignored.
Version 2.2.0
Added an option to enable debug logging. When enabled, this adds a section to the log to show exception stacktraces when attempting to remove files.
Added a section in the removal log to list failed files.
Updated the removal confirmation window to be wider. This should help prevent the status column from being hidden.
Updated the removal error dialog to use a details section. This allows easy text selection so users can write down which files failed.
Fixed an issue in logging where the first file removed was on the same line as the section header.
Fixed an issue where files could be entered/matched twice, which caused an error to show.
Version 2.1.0
The removal log now seperates runs into sections with a date and time. README and LICENSE are now included in the download. MIT License requires the latter to be included; the former is there for redundancy.
Version 2.0.0
Major update. Changes the tool file name and display name to better reflect the functionality. Also, by default the removal type setting is unset to ensure the user selects exactly what they want the app to accomplish.
Version 1.4.0
Added option to hide files instead of deleting. Also added some error handling for failed file removal.