From a8e39a40f87adae3387a294a9834586760e77126 Mon Sep 17 00:00:00 2001 From: lahm86 <33758420+lahm86@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:06:54 +0000 Subject: [PATCH] Release V1.10.0 Resolves #788. --- CHANGELOG.md | 2 ++ TRRandomizerView/TRRandomizerView.csproj | 2 +- TRRandomizerView/Windows/AboutWindow.xaml | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) 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