diff --git a/HallOfFame/ChangeLog.md b/HallOfFame/ChangeLog.md index a64a92f..a349ad4 100644 --- a/HallOfFame/ChangeLog.md +++ b/HallOfFame/ChangeLog.md @@ -1,7 +1,12 @@ **New features:** - Completely revamped menu UI! Sleeeeek. - Added (configurable) key bindings for Next (right arrow), Previous (left arrow), Like (L) and Toggle Menu UI (space) actions. +- When the main menu loads, a notification will show you how many times your screenshots have been viewed and liked. + Clicking the notification will show some more global stats in a dialog. **Changes:** - Now the view count label is hidden by default, to limit UI clutter. You can opt-in to show it in the settings. - Default Supporters algorithm weight debuffed to 2 (again). +- Minor improvements/fixes. + +*(This is a republish of the very short-lived 1.5.0 version with the load game crash bug fixed, plus the new notification).* diff --git a/HallOfFame/HallOfFame.csproj b/HallOfFame/HallOfFame.csproj index 7c62261..7be1c91 100644 --- a/HallOfFame/HallOfFame.csproj +++ b/HallOfFame/HallOfFame.csproj @@ -1,7 +1,7 @@ - 1.5.0 - 1.5.0 + 1.6.0 + 1.6.0 Library diff --git a/HallOfFame/Properties/PublishConfiguration.xml b/HallOfFame/Properties/PublishConfiguration.xml index 27097a4..bce2174 100644 --- a/HallOfFame/Properties/PublishConfiguration.xml +++ b/HallOfFame/Properties/PublishConfiguration.xml @@ -154,17 +154,22 @@ still encounter this problem, please contact me. - + **New features:** - Completely revamped menu UI! Sleeeeek. - Added (configurable) key bindings for Next (right arrow), Previous (left arrow), Like (L) and Toggle Menu UI (space) actions. +- When the main menu loads, a notification will show you how many times your screenshots have been viewed and liked. + Clicking the notification will show some more global stats in a dialog. **Changes:** - Now the view count label is hidden by default, to limit UI clutter. You can opt-in to show it in the settings. -- Default Supporters algorithm weight debuffed to 2 (again). +- Default Supporters algorithm weight debuffed to 2 (again). +- Minor improvements/fixes. + +*(This is a republish of the very short-lived 1.5.0 version with the load game crash bug fixed, plus the new notification).* diff --git a/HallOfFame/UI/mod.json b/HallOfFame/UI/mod.json index 97b918c..40dd14f 100644 --- a/HallOfFame/UI/mod.json +++ b/HallOfFame/UI/mod.json @@ -1,6 +1,6 @@ { "id": "HallOfFame", "author": "Morgan Touverey Quilling", - "version": "1.5.0", + "version": "1.6.0", "dependencies": [] }