Skip to content

Commit 6db09f0

Browse files
committed
Updated changelog and package versions
1 parent f4c1f76 commit 6db09f0

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.17.0
44
Recommended Gamevault Server Version: `v15.0.0`
5-
###Changes
5+
### Changes
66

77
- Replaced setup wizard with a new login window
88
- Introduced multi-profile support: if no user profile is configured, the demo user is used by default
@@ -21,9 +21,10 @@ Recommended Gamevault Server Version: `v15.0.0`
2121
- Implemented skeleton loading animations in the community tab to better indicate loading states
2222
- Added "Go to Game" button after installation is complete
2323
- Pressing F5 in the Library now also refreshes the list of installed games
24-
- Build temporary offline cache if not exists
24+
- Build temporary offline cache if it does not exist, so that you can still see your installed games in offline mode even if you have deleted the offline cache or it is corrupted.
2525
- Copy button for own users API key in the user settings
2626
- Bug fix: extraction time remaining now displays correctly
27+
- Bug fix: Duplicate entries when typing in the library search
2728

2829
## 1.16.1
2930
Recommended Gamevault Server Version: `v14.1.0`

gamevault/UserControls/UserSettingsUserControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ private void CopyUserApiKey_Click(object sender, RoutedEventArgs e)
425425
try
426426
{
427427
Clipboard.SetText(ViewModel.OriginUser.ApiKey);
428-
MainWindowViewModel.Instance.AppBarText = "Copied Installation Directory to Clipboard";
428+
MainWindowViewModel.Instance.AppBarText = "Copied API Key to Clipboard";
429429
}
430430
catch { }
431431
}

gamevault/gamevault.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
56+
<PackageReference Include="DiscordRichPresence" Version="1.4.1.37" />
5757
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0" />
5858
<PackageReference Include="CommandLineParser" Version="2.9.1" />
5959
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-rc2" />
60-
<PackageReference Include="Magick.NET-Q8-x64" Version="14.2.0" />
60+
<PackageReference Include="Magick.NET-Q8-x64" Version="14.7.0" />
6161
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
6262
<PackageReference Include="MahApps.Metro.IconPacks" Version="4.11.0" />
6363
<PackageReference Include="Markdig.Wpf" Version="0.5.0.1" />
@@ -67,7 +67,7 @@
6767
<PackageReference Include="System.Management" Version="9.0.1" />
6868
<PackageReference Include="VirtualizingWrapPanel" Version="2.1.0" />
6969
<PackageReference Include="YamlDotNet" Version="16.3.0" />
70-
<PackageReference Include="YoutubeExplode" Version="6.5.3" />
70+
<PackageReference Include="YoutubeExplode" Version="6.5.4" />
7171
</ItemGroup>
7272

7373
<ItemGroup>

0 commit comments

Comments
 (0)