Skip to content

Commit

Permalink
chore(release): version 1.6.1 (recompile against newest game DLLs)
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Dec 12, 2024
1 parent 870c991 commit 72dadfa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 29 deletions.
1 change: 1 addition & 0 deletions .idea/.idea.HallOfFame/.idea/projectSettingsUpdater.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 3 additions & 12 deletions HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
**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).*
Compatibility with patch 1.2.0f1:
- Fix stats dialog not opening and throwing an error.
- Fix take photo button throwing an error.
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.6.0</Version>
<FileVersion>1.6.0</FileVersion>
<Version>1.6.1</Version>
<FileVersion>1.6.1</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
19 changes: 5 additions & 14 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,22 +154,13 @@ 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.6.0" />
<GameVersion Value="1.1.*" />
<ModVersion Value="1.6.1" />
<GameVersion Value="1.2.*" />
<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).
- 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>
<ChangeLog>Compatibility with patch 1.2.0f1:
- Fix stats dialog not opening and throwing an error.
- Fix take photo button throwing an error.</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.6.0",
"version": "1.6.1",
"dependencies": []
}

0 comments on commit 72dadfa

Please sign in to comment.