Skip to content

Commit

Permalink
chore(release): finalize release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Aug 6, 2024
1 parent 2ca71ba commit dcd4e07
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/changelogs/0.12.1.md

This file was deleted.

7 changes: 7 additions & 0 deletions .github/changelogs/0.13.0.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libNOM.map/libNOM.map.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<!-- Package -->
<PropertyGroup Label="General">
<Version>0.12.2-beta.2</Version>
<Version>0.13.0</Version>
<Authors>cengelha</Authors>
<Description>Provides obfuscation and deobfuscation of save files from the game No Man's Sky.</Description>
<Copyright>Copyright (c) Christian Engelhardt 2021</Copyright>
Expand Down

0 comments on commit dcd4e07

Please sign in to comment.