Skip to content

Commit

Permalink
chore(release): version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Oct 13, 2024
1 parent 8460442 commit 1bdec8e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 32 deletions.
19 changes: 5 additions & 14 deletions HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
**New features:**
- **LIKES! You can now like images you see in the main menu and boost this content.**
This is also a “favorites” feature, in the future you will be able to see your liked images in a dedicated UI.
- **New “Trending” algorithm weight in mod options.**
Trending shows images that have a higher amount of likes per day.
Now that Trending is a thing, Supporter and Random algorithms have been scaled back to a default weight of 2 (from 5).
- **Back button to see previous images (up to 20).**
- Report image button is now only shown when you hover the city name, freeing up space in the UI.
- Changing your Creator Name in the mod options is now applied immediately.
If there are problems with your login credentials, this will also be shown in the mod options dynamically.
- Hiding the main menu UI now also hides the game’s FPS overlay.
- Italian and Portuguese localization have been added, updates for other languages.
**New features and changes:**
- Added view count label (can be disabled in the mod settings).
- Shorter population count number formatting in a screenshot population label.
- Updated translations Spanish, Portuguese and Chinese Simplified.

**Bug fixes:**
- Screenshots with less than 1K population will no longer be rounded down to 0, instead the exact number will be shown.
- XBox Game Pass users won’t need to manually remove their # in front of their username.
- Fixed Previous and Next buttons not working properly once you had seen ≥ 20 screenshots.
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.2.0</Version>
<FileVersion>1.2.0</FileVersion>
<Version>1.3.0</Version>
<FileVersion>1.3.0</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
21 changes: 6 additions & 15 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,26 +179,17 @@ disable the mod or just accept it (or help me debug this thing lol) :D
<Screenshot Value="Properties/Screenshot8.png" />
<Tag Value="Code Mod" />
<ForumLink Value="https://forum.paradoxplaza.com/forum/threads/hall-of-fame.1704820/" />
<ModVersion Value="1.2.0" />
<ModVersion Value="1.3.0" />
<GameVersion Value="1.1.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<ChangeLog>**New features:**
- **LIKES! You can now like images you see in the main menu and boost this content.**
This is also a “favorites” feature, in the future you will be able to see your liked images in a dedicated UI.
- **New “Trending” algorithm weight in mod options.**
Trending shows images that have a higher amount of likes per day.
Now that Trending is a thing, Supporter and Random algorithms have been scaled back to a default weight of 2 (from 5).
- **Back button to see previous images (up to 20).**
- Report image button is now only shown when you hover the city name, freeing up space in the UI.
- Changing your Creator Name in the mod options is now applied immediately.
If there are problems with your login credentials, this will also be shown in the mod options dynamically.
- Hiding the main menu UI now also hides the game’s FPS overlay.
- Italian and Portuguese localization have been added, updates for other languages.
<ChangeLog>**New features and changes:**
- Added view count label (can be disabled in the mod settings).
- Shorter population count number formatting in a screenshot population label.
- Updated translations Spanish, Portuguese and Chinese Simplified.

**Bug fixes:**
- Screenshots with less than 1K population will no longer be rounded down to 0, instead the exact number will be shown.
- XBox Game Pass users won’t need to manually remove their # in front of their username.</ChangeLog>
- Fixed Previous and Next buttons not working properly once you had seen ≥ 20 screenshots.</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.2.0",
"version": "1.3.0",
"dependencies": []
}

0 comments on commit 1bdec8e

Please sign in to comment.