Skip to content

Commit

Permalink
Release V1.10.0
Browse files Browse the repository at this point in the history
Resolves #788.
  • Loading branch information
lahm86 committed Nov 6, 2024
1 parent 5f7914b commit a8e39a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TRRandomizerView/TRRandomizerView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<SelfContained>false</SelfContained>
<ApplicationIcon>Resources\rando.ico</ApplicationIcon>

<Version>1.9.3</Version>
<Version>1.10.0</Version>
<Product>Tomb Raider Randomizer</Product>
<Copyright>Copyright © Tomb Raider Community 2024</Copyright>
</PropertyGroup>
Expand Down
9 changes: 9 additions & 0 deletions TRRandomizerView/Windows/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@
</Hyperlink> by ICSharpCode
</TextBlock>

<TextBlock>
Cross-platform image support via
<Hyperlink ToolTip="https://github.com/SixLabors/ImageSharp"
NavigateUri="https://github.com/SixLabors/ImageSharp"
RequestNavigate="Hyperlink_RequestNavigate">
ImageSharp
</Hyperlink> by SixLabors
</TextBlock>

<TextBlock>
DDS support via
<Hyperlink ToolTip="https://github.com/Nominom/BCnEncoder.NET"
Expand Down

0 comments on commit a8e39a4

Please sign in to comment.