BitMono Release v0.40.1
·
51 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix .NET 9/10 startup crash (
BadImageFormatException: Enclosing type(s) not found) after StringsEncryption by @sunnamed434 (#242, #226) - WPF support: rename the types XAML references and rewrite the compiled XAML (BAML) to match by @sunnamed434 (#212)
- FullRenamer: fix generic member access (
Foo<int>().Bar(), fields on generic types) breaking after renaming by @sunnamed434 (#220) - Don't rename compiler/runtime "magic" types (PolySharp polyfills,
IsExternalInit, nullable attributes) by @sunnamed434 (#97) - MSBuild integration: set protections or a preset directly in the
.csprojviaBitMonoProtections/BitMonoPreset(noprotections.jsonon disk) by @sunnamed434 - CLI:
-l/--librariesnow accepts multiple dependency folders by @sunnamed434 (#152) - Add user-selected protection presets (
--preset/"Preset": Minimal/Balanced/Maximum) by @sunnamed434 - Post-obfuscation tips after each run by @sunnamed434 (#198)
- Clearer error for AOT/Arm64 (e.g. .NET MAUI iOS) assemblies, plus .NET MAUI docs by @sunnamed434 (#223)
- VB.NET / F# documented (works the same as C#) by @sunnamed434 (#201)
- Native AOT documentation by @sunnamed434 (#220)
- Publish to nuget.org via Trusted Publishing (OIDC) — no long-lived API keys by @sunnamed434
- Rename interface methods alongside their implementations and async state machines by @AlpinePastoralist in #273
- Produce consistent signatures and attributes for hook stubs by @AlpinePastoralist in #274
- Fix the offsets of BitDecompiler and BitDotNet for x64 target by @baoan7090 in #275
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #271
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #270
- Bump sphinx from 8.2.3 to 9.1.0 in /docs by @dependabot[bot] in #267
- Bump sphinx-rtd-theme from 3.0.2 to 3.1.0 in /docs by @dependabot[bot] in #269
New Contributors
- @baoan7090 made their first contribution in #275
- @AlpinePastoralist made their first contribution in #273
Full Changelog: 0.39.0...0.40.1