Skip to content

Releases: zencq/libNOM.map

0.9.2

05 Sep 17:19
c460770
Compare
Choose a tag to compare

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

22 Jun 17:59
c58c78b
Compare
Choose a tag to compare

Updated mapping due to new legacy entries.

Changed

  • Updated mapping to 4.34.0.1

0.9.0

12 Mar 20:51
Compare
Choose a tag to compare

Maintenance update with .NET 7 as build target as well as bug fixing and an updated mapping.

Added

Changed

  • Updated mapping to 4.12.1.1

Fixed

  • Crash if mapping.json file is in use

0.8.3

21 Oct 15:44
df8d722
Compare
Choose a tag to compare

Just a mapping update.

Changed

  • Updated mapping to 4.4.0.3

0.8.2

09 Oct 11:03
Compare
Choose a tag to compare

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

10 Aug 20:33
Compare
Choose a tag to compare

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

25 Jul 15:36
Compare
Choose a tag to compare

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

03 May 10:48
Compare
Choose a tag to compare

A minor breaking change.

Changed

  • Renamed some settings

0.6.2

02 May 18:19
Compare
Choose a tag to compare

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

27 Apr 18:50
Compare
Choose a tag to compare

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