Changes in 1.6.2
Fixed
- A mod's debug build no longer hunts for Snitch on every API call when Snitch is absent. It searched
five folders per call, hundreds of times during one world load. - Log lines no longer repeat the mod's own name. MelonLoader already puts it in front of every line.
What's Changed
- ci: let GitHub generate the release notes under ours by @DooDesch in #1
- ci: post a real embed to the Discord feed on release by @DooDesch in #2
- ci: link Nexus in the Discord release embed by @DooDesch in #3
- build: take the deploy target from Deploy.props by @DooDesch in #4
- ci: take the release version from the tag, not from the csproj by @DooDesch in #5
- fix(log): stop repeating the mod's own name in every message by @DooDesch in #7
- fix(shim): stop asking the runtime to load an absent Snitch assembly by @DooDesch in #6
New Contributors
Full Changelog: v1.6.1...v1.6.2