diff --git a/WowUp.WPF/Assets/changelog.json b/WowUp.WPF/Assets/changelog.json
index ff7cd626..254d1a8d 100644
--- a/WowUp.WPF/Assets/changelog.json
+++ b/WowUp.WPF/Assets/changelog.json
@@ -1,5 +1,9 @@
{
"ChangeLogs": [
+ {
+ "Version": "1.2.5",
+ "Description": "Jazz up the about page."
+ },
{
"Version": "1.2.4",
"Description": "More protection against weird toc files.\nImprovements to re-scan function."
diff --git a/WowUp.WPF/ViewModels/AboutViewModel.cs b/WowUp.WPF/ViewModels/AboutViewModel.cs
index cd6e458d..420a9dc9 100644
--- a/WowUp.WPF/ViewModels/AboutViewModel.cs
+++ b/WowUp.WPF/ViewModels/AboutViewModel.cs
@@ -34,6 +34,11 @@ namespace WowUp.WPF.ViewModels
Version = $"v{_wowUpService.CurrentVersionString}";
var changeLogFile = await _wowUpService.GetChangeLogFile();
+ if(changeLogFile == null)
+ {
+ return;
+ }
+
foreach(var changeLog in changeLogFile.ChangeLogs)
{
ChangeLogs.Add(changeLog);
diff --git a/WowUp.WPF/Views/AboutView.xaml b/WowUp.WPF/Views/AboutView.xaml
index f712ae51..054b70e7 100644
--- a/WowUp.WPF/Views/AboutView.xaml
+++ b/WowUp.WPF/Views/AboutView.xaml
@@ -56,7 +56,19 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WowUp.WPF/WowUp.WPF.csproj b/WowUp.WPF/WowUp.WPF.csproj
index 1702cc80..63e62f56 100644
--- a/WowUp.WPF/WowUp.WPF.csproj
+++ b/WowUp.WPF/WowUp.WPF.csproj
@@ -10,8 +10,12 @@
WowUp
Jliddev
WowUp
- 1.2.4
+ 1.2.5
wowup_logo_512np_RRT_icon.ico
+ jliddev
+ https://wowup.io
+ World of Warcraft addon updater
+ https://github.com/jliddev/WowUp