Skip to content

Commit

Permalink
Merge pull request #328 from DorielRivalet/release
Browse files Browse the repository at this point in the history
Release v0.38.0
  • Loading branch information
DorielRivalet authored Apr 5, 2024
2 parents 2d8fcbc + c7fd477 commit e142a74
Show file tree
Hide file tree
Showing 11 changed files with 3,548 additions and 3,862 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@


## [0.38.0](https://github.com/DorielRivalet/MHFZ_Overlay/compare/v0.37.1...v0.38.0) (2024-04-05)


### Features

* update splash image ([73a8778](https://github.com/DorielRivalet/MHFZ_Overlay/commit/73a87781dc46ac7741c86bc9272aef0163d4ced8))


### Bug Fixes

* crash after quest completion ([ec603e7](https://github.com/DorielRivalet/MHFZ_Overlay/commit/ec603e70d6718ab79ae274a365bb928bf5e474bc))


### Performance Improvements

* replace count with any in achievements search ([cc11a96](https://github.com/DorielRivalet/MHFZ_Overlay/commit/cc11a963cd4bd31d4daaa54ef1156c95322504a3))


### For Developers

* **bot:** update git statistics images ([5b415af](https://github.com/DorielRivalet/MHFZ_Overlay/commit/5b415af7ee66b53117cba818e7767b93f15b651e))
* bump version ([62b9dd0](https://github.com/DorielRivalet/MHFZ_Overlay/commit/62b9dd040c20a63e63b5b3440ec52efe79dff79c))
* **deps-dev:** bump @commitlint/cli from 18.6.1 to 19.2.1 ([e607ad0](https://github.com/DorielRivalet/MHFZ_Overlay/commit/e607ad060054f184f828b1c60c8820994b39c848))
* **deps-dev:** bump @commitlint/config-conventional ([b61099a](https://github.com/DorielRivalet/MHFZ_Overlay/commit/b61099afee1792c50013a8f3f87b5a8b680069b8))
* **deps-dev:** bump husky from 9.0.10 to 9.0.11 ([7f2be2e](https://github.com/DorielRivalet/MHFZ_Overlay/commit/7f2be2e6e4a82d4ad4237ba3464fdd73c51bc82c))
* **deps:** bump release-it from 17.0.3 to 17.1.1 ([da514db](https://github.com/DorielRivalet/MHFZ_Overlay/commit/da514dbb157a0b946464a72f444d31e3a4d9026a))
* update deps ([6eaa094](https://github.com/DorielRivalet/MHFZ_Overlay/commit/6eaa0940e6d1eca0cbc9640f3a8074ef1eb3c405))
* update project exclusions ([02e5208](https://github.com/DorielRivalet/MHFZ_Overlay/commit/02e5208728c77a346ebfafe6b829cf443be6074b))

## [0.37.1](https://github.com/DorielRivalet/MHFZ_Overlay/compare/v0.37.0...v0.37.1) (2024-02-28)


Expand Down
28 changes: 17 additions & 11 deletions MHFZ_Overlay/MHFZ_Overlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Product>MHFZ Overlay</Product>
<Copyright>Doriel Rivalet</Copyright>
<Authors>Doriel Rivalet</Authors>
<Version>0.37.1</Version>
<Version>0.38.0</Version>
<PackageProjectUrl>https://github.com/DorielRivalet/mhfz-overlay</PackageProjectUrl>
<RepositoryUrl>https://github.com/DorielRivalet/mhfz-overlay.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -39,12 +39,20 @@
</PropertyGroup>

<ItemGroup>
<Compile Remove="publish\**" />
<Compile Remove="Releases\**" />
<Compile Remove="Samples\**" />
<Compile Remove="UI\**" />
<EmbeddedResource Remove="publish\**" />
<EmbeddedResource Remove="Releases\**" />
<EmbeddedResource Remove="Samples\**" />
<EmbeddedResource Remove="UI\**" />
<None Remove="publish\**" />
<None Remove="Releases\**" />
<None Remove="Samples\**" />
<None Remove="UI\**" />
<Page Remove="publish\**" />
<Page Remove="Releases\**" />
<Page Remove="Samples\**" />
<Page Remove="UI\**" />
</ItemGroup>
Expand Down Expand Up @@ -816,6 +824,7 @@
<None Remove="Assets\Sounds\select.wav" />
<None Remove="Assets\Sounds\victory.wav" />
<None Remove="NLog.config" />
<None Remove="Update.exe" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -1939,17 +1948,17 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CompiledBindings.WPF" Version="1.0.17.6" />
<PackageReference Include="CsvHelper" Version="31.0.0" />
<PackageReference Include="CsvHelper" Version="31.0.3" />
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
<PackageReference Include="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.113" />
<PackageReference Include="DotNetProjects.Extended.Wpf.Toolkit" Version="5.0.115" />
<PackageReference Include="EZlion" Version="7.0.0-beta" />
<PackageReference Include="FontAwesome.Sharp" Version="6.3.0" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-beta.920" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="Memory.dll.x86" Version="1.2.26" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2365.46" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2420.47" />
<PackageReference Include="MouseKeyHook" Version="5.7.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
Expand All @@ -1966,11 +1975,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="Velopack" Version="0.0.340" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
<PackageReference Include="Velopack" Version="0.0.359" />
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.5" />
<PackageReference Include="WPF-UI" Version="3.0.0" />
<PackageReference Include="WPF-UI.Tray" Version="3.0.0-preview.11" />
<PackageReference Include="WPF-UI" Version="3.0.3" />
<PackageReference Include="WPF-UI.Tray" Version="3.0.3" />
<PackageReference Include="WpfAnimatedGif" Version="2.0.2" />
<PackageReference Include="XamlAnimatedGif" Version="2.2.3" />
<PackageReference Include="XInputium" Version="1.2.0" />
Expand All @@ -1994,9 +2003,6 @@
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Update="Update.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit e142a74

Please sign in to comment.