Skip to content

Releases: zencq/libNOM.map

0.13.4

22 Nov 21:23
Compare
Choose a tag to compare

Nothing new, just a minor mapping update and changed target frameworks according to the .NET release lifecycle.

Changed

  • Now also targeting .NET 9 according to supported versions in the .NET release lifecycle
  • No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard)
  • Updated mapping to 5.25.0.1

0.13.3

28 Oct 16:21
Compare
Choose a tag to compare

Just an updated mapping including a new legacy one.

Changed

  • Updated mapping to 5.21.0.1

0.13.2

08 Sep 20:33
Compare
Choose a tag to compare

Not much but an awaitable async update and a fix.

Changed

  • Make UpdateAsync awaitable

Fixed

  • Unhandled exception when updating but not internet connection

0.13.1

04 Sep 11:46
Compare
Choose a tag to compare

Just a small one which adds dedicated mapping methods.

Added

  • New dedicated methods as alternative for GetMappedKeyOrInput which works in both directions

0.13.0

06 Aug 11:58
Compare
Choose a tag to compare

This one adds the possibility to map a single keys and changes the settings behavior.

Added

  • New method GetMappedKeyOrInput to map a single key

Changed

  • Existing mapping.json is now loaded when changing the Settings and therefore the property has been replaced by a getter and a setter

0.12.1

22 Jul 18:19
Compare
Choose a tag to compare

Just a small update to include the latest mapping.

Changed

  • Bump Octokit from 10.0.0 to 13.0.1
  • Updated mapping to 5.01.0.1

0.12.0

01 Apr 15:56
Compare
Choose a tag to compare

The mappings for account data and actual saves are now separated which triggered some other internal changes as well.

Added

  • Deobfuscate and Obfuscate have new overloads with the new parameter useAccount

Changed

  • The mappings for account data and actual saves are now separated

0.11.0

13 Mar 14:25
Compare
Choose a tag to compare

Not much but more added legacy mapping entries and some changes in the settings.

Added

  • Some legacy mappings for account data

Changed

  • Renamed settings Download to DownloadDirectory to improve clarity
  • Settings now have { get; set; } for all targets

0.10.1

10 Mar 19:27
Compare
Choose a tag to compare

Just a mapping updated due to discovered legacy entries.

Added

  • Some legacy mappings

Changed

  • Bump Octokit from 9.1.2 to 10.0.0

0.10.0

15 Feb 13:10
Compare
Choose a tag to compare

A few changes have been accumulated for this one: .NET 8 is targeted directly, pre-releases can be included in mapping updates, and there is of course an update for the mapping itself.

Added

  • Now targeting .NET 8 as per the .NET release lifecycle
  • A version property for the used mapping (built-in or downloaded)
  • A new setting to decide whether pre-releases should be included in the mapping updates

Changed

  • Bump Octokit from 7.1.0 to 9.1.2
  • Updated mapping to 4.50.0.1