From ff489b834813be394edcbf82f2cd6640f0aa2a05 Mon Sep 17 00:00:00 2001 From: Christian Engelhardt Date: Mon, 2 Dec 2024 21:15:56 +0100 Subject: [PATCH] chore(release): finalize 0.13.0 --- .github/changelogs/0.12.2.md | 12 ------------ .github/changelogs/0.13.0.md | 17 +++++++++++++++++ CHANGELOG.md | 17 +++++++++++++---- README.md | 4 ++-- libNOM.cli/libNOM.cli.csproj | 2 +- libNOM.io/libNOM.io.csproj | 2 +- 6 files changed, 34 insertions(+), 20 deletions(-) delete mode 100644 .github/changelogs/0.12.2.md create mode 100644 .github/changelogs/0.13.0.md diff --git a/.github/changelogs/0.12.2.md b/.github/changelogs/0.12.2.md deleted file mode 100644 index 6471d4c..0000000 --- a/.github/changelogs/0.12.2.md +++ /dev/null @@ -1,12 +0,0 @@ -Update for The Cursed, and some chores. - -### Added -* Support for game version **The Cursed 5.20** -* The Cursed Expedition - -### Changed -* Bump *CommunityToolkit* from 8.3.0 to 8.3.2 -* Bump *libNOM.map* from 0.13.2 to 0.13.3 - -### Removed -* Explicit type (uint) from custom Enums diff --git a/.github/changelogs/0.13.0.md b/.github/changelogs/0.13.0.md new file mode 100644 index 0000000..91a8c44 --- /dev/null +++ b/.github/changelogs/0.13.0.md @@ -0,0 +1,17 @@ +Updated target frameworks according to the .NET release lifecycle, a critical fix for technology packages, and some other changes here and there. + +### Added +* Beachhead Expedition Redux (2024) +* Holiday 2024 Expeditions + +### Changed +* Now also targeting .NET 9 according to supported versions in the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) +* No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard) +* `PlatformCollection.AnalyzePath` now also checks direct subfolders if path itself has no valid platform data + * Similar to how default locations for PC platforms are added + * Now returns `IEnumerable` instead of `IPlatform?` +* `PATH` of PC platforms is not publicly accessible +* Bump *libNOM.map* from 0.13.3 to 0.13.4 + +### Fixed +* Technology packages gone after saving due to the hashes no being UTF-8 conform ([#210 in the NomNom repository](https://github.com/zencq/NomNom/issues/210)) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4fa50..82dc890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. It uses the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) principles and [Semantic Versioning](https://semver.org/) since 1.0.0. -## Unreleased (0.13.0) +## Unreleased ### Known Issues +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## 0.13.0 (2024-12-02) + ### Added * Beachhead Expedition Redux (2024) * Holiday 2024 Expeditions + ### Changed * Now also targeting .NET 9 according to supported versions in the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) * No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard) @@ -17,11 +27,10 @@ since 1.0.0. * Similar to how default locations for PC platforms are added * Now returns `IEnumerable` instead of `IPlatform?` * `PATH` of PC platforms is not publicly accessible -### Deprecated -### Removed +* Bump *libNOM.map* from 0.13.3 to 0.13.4 + ### Fixed * Technology packages gone after saving due to the hashes no being UTF-8 conform ([#210 in the NomNom repository](https://github.com/zencq/NomNom/issues/210)) -### Security ## 0.12.2 (2024-10-28) diff --git a/README.md b/README.md index 8e1c15b..8822a05 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ into the selected directory. This must be in or one level below the selected one With the [cross-save](https://cloud.nomanssky.com/cross-save) feature added in The Cursed patch 5.25 it is now easier than ever to edit your saves and play them on -any platform. If you have it on any PC platform you can easily edit it those and -then upload to use on another platform. +any platform. If you have No Man's Sky on any PC platform you can easily edit saves +there and use them on another platform after uploading. ### Usage diff --git a/libNOM.cli/libNOM.cli.csproj b/libNOM.cli/libNOM.cli.csproj index d4a8e22..a5eea50 100644 --- a/libNOM.cli/libNOM.cli.csproj +++ b/libNOM.cli/libNOM.cli.csproj @@ -37,7 +37,7 @@ - 1.0.7 + 1.0.8 cengelha CLI for libNOM.io to analyze single files or whole directories and print information about it, convert between JSON and actual save formats and perform file operations. Copyright (c) Christian Engelhardt 2024 diff --git a/libNOM.io/libNOM.io.csproj b/libNOM.io/libNOM.io.csproj index 6e9c848..f526785 100644 --- a/libNOM.io/libNOM.io.csproj +++ b/libNOM.io/libNOM.io.csproj @@ -52,7 +52,7 @@ - 0.13.0-beta.13 + 0.13.0 cengelha Provides reading and writing save files from the game No Man's Sky for all possible platforms as well as related actions. Copyright (c) Christian Engelhardt 2021