diff --git a/CHANGELOG.md b/CHANGELOG.md index 552e8742..05ae730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.3...master) - xxxx-xx-xx + +## [V1.10.0](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.3...V1.10.0) - 2024-11-05 - added (experimental) support for Linux (#143) - added support for TRR patch 4 (#786) - changed the number of secrets in TR3R Coastal Village to four to match the statistics (#775) diff --git a/TRRandomizerView/TRRandomizerView.csproj b/TRRandomizerView/TRRandomizerView.csproj index 66b8c283..5dd2cb7b 100644 --- a/TRRandomizerView/TRRandomizerView.csproj +++ b/TRRandomizerView/TRRandomizerView.csproj @@ -20,7 +20,7 @@ false Resources\rando.ico - 1.9.3 + 1.10.0 Tomb Raider Randomizer Copyright © Tomb Raider Community 2024 diff --git a/TRRandomizerView/Windows/AboutWindow.xaml b/TRRandomizerView/Windows/AboutWindow.xaml index d19eebcf..77aa9087 100644 --- a/TRRandomizerView/Windows/AboutWindow.xaml +++ b/TRRandomizerView/Windows/AboutWindow.xaml @@ -92,6 +92,15 @@ by ICSharpCode + + Cross-platform image support via + + ImageSharp + by SixLabors + + DDS support via