diff --git a/.github/changelogs/0.12.1.md b/.github/changelogs/0.12.1.md deleted file mode 100644 index b5ffe1c..0000000 --- a/.github/changelogs/0.12.1.md +++ /dev/null @@ -1,5 +0,0 @@ -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 diff --git a/.github/changelogs/0.13.0.md b/.github/changelogs/0.13.0.md new file mode 100644 index 0000000..faeab7b --- /dev/null +++ b/.github/changelogs/0.13.0.md @@ -0,0 +1,7 @@ +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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 028907f..4b6511d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ since 1.0.0. ### Fixed ### Security +## 0.13.0 (2024-08-06) + +### 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 (2024-07-22) ### Changed diff --git a/libNOM.map/libNOM.map.csproj b/libNOM.map/libNOM.map.csproj index 1223e88..bb1c172 100644 --- a/libNOM.map/libNOM.map.csproj +++ b/libNOM.map/libNOM.map.csproj @@ -51,7 +51,7 @@ - 0.12.2-beta.2 + 0.13.0 cengelha Provides obfuscation and deobfuscation of save files from the game No Man's Sky. Copyright (c) Christian Engelhardt 2021