0.3.0-alpha.1+1.20.1
- BREAKS ACTIVE BISECT: Improve active bisect config readability by using a list instead of a map in order to sort runs chronologically
- Better summary screen:
- Mods are listed by their name with their icon, and provide a tooltip with more information
- The unknown, java and Minecraft icons are the same as in mod menu, the code is also heavily inspired from there
- When clicking on mods, a variety of functions can be accessed, including opening and copying the mod's location, sources URL`, issues, and more
- Mods are listed by their name with their icon, and provide a tooltip with more information
If nothing unexpected happens, this is the final version on 1.20.1, I will start updating to newer versions now
0.2.0-alpha.1+1.20.1
- One crash can now have multiple stack traces
- Supports displaying a diff to known (similar) stack traces
- Disabling world saving is now implemented
- This means content mods can now be unloaded without corrupting the world
- Because saving in Minecraft is all over the place this backups and resets worlds before launch
- Use Quilt Loader's API to discover, unload and modify mods. This means that we get Jar-in-Jar support, proper fabric support, better interoperability with other loader plugins and that the
modsToBisect
folder is no more - Properly extract the stack traces in a few cases, and better error messages, some user facing common ones.
- Added a config
- Mod ids that are ignored by bisect are configurable
- the default bisect settings are configurable
- the log and saves backup storage are configurable
- The place where bisect searches for crash reports are configurable
- When the stack trace diff should be shown
- Always
- Never
- When the first line matches (default)
- Corrected dependency metadata: Breaks on 1.20.2+