This update polishes the app a little more and fixes a couple of annoying bugs, it also adds an option to add "required mods" which are mods that will basically be ignored during debugging, so they will always be there.
📦 RELEASE
This is an official release.
Build Information
- Version: 3.3.0
- Commit: 776a301
- Branch: main
- Built: 2026-06-21T15:23:46-07:00
Changes since 3.2.0
Features
- required mods option for mods that you want to stay in the folder during a debug scan (b2bdb84)
- confirm before changing mod folder when deps exist (6470a01)
Fixes
- escape mod names in dep manager onclick with " (af7dada)
- deep-copy deps slice to avoid shared reference mutation (80ec80f)
- suppress redundant hanging-libs-alert when count unchanged (b1a8fac)
- ignore pre-release suffixes in version comparison (afaae20)
- save-as always enabled, save disabled until save-as done (abbe171)
- clear stale hanging libs and deps when mod folder changes (a176a5f)
- hanging libraries button text not resetting when list is cleared (9836b21)
- prevent btn-grid buttons from stretching with long text (b113ecf)
Chores
- bump version to 3.3.0 and update verdesc (776a301)