diff --git a/.github/changelogs/0.10.0.md b/.github/changelogs/0.10.0.md new file mode 100644 index 0000000..9e8e1f0 --- /dev/null +++ b/.github/changelogs/0.10.0.md @@ -0,0 +1,12 @@ +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](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) +* 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 diff --git a/.github/changelogs/0.9.2.md b/.github/changelogs/0.9.2.md deleted file mode 100644 index 00b8cb0..0000000 --- a/.github/changelogs/0.9.2.md +++ /dev/null @@ -1,9 +0,0 @@ -Some fixes to prevent crashing in some cases and a mapping update for Echoes 4.4 - -### 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c6861..73b45b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file. It uses the ## Unreleased +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## 0.10.0 (2024-02-15) + ### Added * Now targeting .NET 8 as per the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) * A version property for the used mapping (built-in or downloaded) diff --git a/libNOM.map/libNOM.map.csproj b/libNOM.map/libNOM.map.csproj index 17f4ec0..d3e27d1 100644 --- a/libNOM.map/libNOM.map.csproj +++ b/libNOM.map/libNOM.map.csproj @@ -18,7 +18,7 @@ - 0.9.2 + 0.10.0 cengelha Provides obfuscation and deobfuscation of save files from the game No Man's Sky. README.md