Skip to content

Commit

Permalink
chore(release): version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Dec 8, 2024
1 parent 1d29858 commit ef2b544
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).*
4 changes: 2 additions & 2 deletions HallOfFame/HallOfFame.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.5.0</Version>
<FileVersion>1.5.0</FileVersion>
<Version>1.6.0</Version>
<FileVersion>1.6.0</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
9 changes: 7 additions & 2 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,22 @@ still encounter this problem, please contact me.
<Screenshot Value="Properties/Screenshot7.png" />
<Tag Value="Code Mod" />
<ForumLink Value="https://forum.paradoxplaza.com/forum/threads/hall-of-fame.1704820/" />
<ModVersion Value="1.5.0" />
<ModVersion Value="1.6.0" />
<GameVersion Value="1.1.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<ChangeLog>**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).</ChangeLog>
- 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).*</ChangeLog>
<ExternalLink Type="discord" Url="https://discord.gg/HTav7ARPs2" />
<ExternalLink Type="github" Url="https://github.com/toverux/HallOfFame" />
<ExternalLink Type="crowdin" Url="https://crowdin.com/project/halloffame-cs2" />
Expand Down
2 changes: 1 addition & 1 deletion HallOfFame/UI/mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "HallOfFame",
"author": "Morgan Touverey Quilling",
"version": "1.5.0",
"version": "1.6.0",
"dependencies": []
}

0 comments on commit ef2b544

Please sign in to comment.