Skip to content

Commit

Permalink
chore(release): finalize release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Sep 4, 2024
1 parent 8f672df commit 1ac8cf9
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .github/changelogs/0.11.0.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/changelogs/0.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Refactoring incl. some bigger changes and updating to latest version of the game.

### Added
* Extension to get actual expedition number from `SeasonEnum` (e.g. Cartographers is always 3rd, Liquidators 14th)
* Another callback `IContainer.JsonChangedCallback` that gets invoked whenever the JSON inside changed (via the available API)
* New overload for `IPlatform.RestoreBackup` to enable writing directly to disk
* Support for game version **Aquarius 5.10**
* Aquarius Expedition

### Changed
* Renamed `IContainer.WriteCallback` to `PropertiesChangedCallback` to be more precise when it gets invoked
* Renamed `IPlatform.Backup` to `CreateBackup` and `IPlatform.Restore` to `RestoreBackup`
* Bump *CommunityToolkit* from 8.2.2 to 8.3.0
* Bump *libNOM.map* from 0.13.0 to 0.13.1

### Removed
* Removed `IContainer.SetJsonObject` from the public API, use `IPlatform.Rebuild` instead which will update and invoke everything properly
* Removed `IContainer.BackupRestoredCallback` in favor of new callback combination

### Fixed
* Always invoked `IContainer.WriteCallback` even if `OnWatcherDecision` was not executed
* Importing plaintext JSON files
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,38 @@ 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.12.0)
## Unreleased

### Known Issues
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## 0.12.0 (2024-09-04)

### Added
* Extension to get actual expedition number from `SeasonEnum` (e.g. Cartographers is always 3rd, Liquidators 14th)
* Another callback `IContainer.JsonChangedCallback` that gets invoked whenever the JSON inside changed (via the available API)
* New overload for `IPlatform.RestoreBackup` to enable writing directly to disk
* Support for game version **Aquarius 5.10**
* Aquarius Expedition

### Changed
* Renamed `IContainer.WriteCallback` to `PropertiesChangedCallback` to be more precise when it gets invoked
* Renamed `IPlatform.Backup` to `CreateBackup` and `IPlatform.Restore` to `RestoreBackup`
### Deprecated
* Bump *CommunityToolkit* from 8.2.2 to 8.3.0
* Bump *libNOM.map* from 0.13.0 to 0.13.1

### Removed
* Removed `IContainer.SetJsonObject` from the public API, use `IPlatform.Rebuild` instead which will update and invoke everything properly
* Removed `IContainer.BackupRestoredCallback` in favor of new callback combination

### Fixed
* Always invoked `IContainer.WriteCallback` even if `OnWatcherDecision` was not executed
* Importing plaintext JSON files
### Security

## 0.11.0 (2024-08-06)

Expand Down
2 changes: 1 addition & 1 deletion libNOM.cli/libNOM.cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- Package -->
<PropertyGroup Label="General">
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Authors>cengelha</Authors>
<Description>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.</Description>
<Copyright>Copyright (c) Christian Engelhardt 2024</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion libNOM.io/libNOM.io.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<!-- Package -->
<PropertyGroup Label="General">
<Version>0.12.0-beta.6</Version>
<Version>0.12.0</Version>
<Authors>cengelha</Authors>
<Description>Provides reading and writing save files from the game No Man's Sky for all possible platforms as well as related actions.</Description>
<Copyright>Copyright (c) Christian Engelhardt 2021</Copyright>
Expand Down

0 comments on commit 1ac8cf9

Please sign in to comment.