Releases: zencq/libNOM.map
0.13.4
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
Just an updated mapping including a new legacy one.
Changed
- Updated mapping to 5.21.0.1
0.13.2
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
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
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
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
The mappings for account data and actual saves are now separated which triggered some other internal changes as well.
Added
Deobfuscate
andObfuscate
have new overloads with the new parameteruseAccount
Changed
- The mappings for account data and actual saves are now separated
0.11.0
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
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
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