-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): finalize release 0.12.0
- Loading branch information
Showing
5 changed files
with
41 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters