Releases: zencq/libNOM.map
Releases · zencq/libNOM.map
0.9.2
Some fixes to prevent crashing in some cases and a mapping update for Echoes.
Changed
- Bump Octokit from 6.0.0 to 7.1.0
- Updated mapping to 4.43.0.1
Fixed
- A crash if creating the map in multiple threads simultaneously
- A crash if downloading the latest mapping file does not work due to connection issues
0.9.1
Updated mapping due to new legacy entries.
Changed
- Updated mapping to 4.34.0.1
0.9.0
Maintenance update with .NET 7 as build target as well as bug fixing and an updated mapping.
Added
- Now targeting .NET 7 as per the .NET release lifecycle
- Now publishing to NuGet Gallery
Changed
- Updated mapping to 4.12.1.1
Fixed
- Crash if mapping.json file is in use
0.8.3
Just a mapping update.
Changed
- Updated mapping to 4.4.0.3
0.8.2
Fix for a rare crash as well as mapping updates and version bumps.
Changed
- Updated mapping to 4.0.0.2
Fixed
- Crash if parent already has a child with the new name
0.8.1
Changed compile targets and an updated mapping.
Changed
- Now targeting .NET Standard 2.x and supported versions in the .NET release lifecycle
- Updated mapping to 3.98.0.5
0.8.0
Another minor breaking change and more.
Changed
- Deobfuscate and Obfuscate now take JToken to allow doing so in any node
Removed
- .NET Framework as explicit target as .NET Standard is enough
0.7.0
A minor breaking change.
Changed
- Renamed some settings
0.6.2
More target frameworks! Now also building for .NET Framework 4.7
and up, .NET Standard 2.0
and up, and .NET 5.0
.
Added
- Multiple target frameworks
Changed
- Updated mapping to 3.88.0.2
0.6.1
This time with proper handling for the GitHub rate limit.
Fixed
- Crash when GitHub rate limit (60 requests per hour for unauthenticated requests) is exceeded