Skip to content

Commit

Permalink
chore(release): version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Oct 5, 2024
1 parent 263ace7 commit f3ce04b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
14 changes: 5 additions & 9 deletions HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
**Changes:**
- Commas are now allowed in City Name.
Do not rename your city if you already removed the comma to be able to upload, or the system will not be able associate old and new screenshots to the same city, a future feature.
- Allow 1-character creator or city name. This is to better support languages like Chinese.
**New features:**
- Added full localization for Spanish, German, Polish and Chinese Simplified.

**Bugfixes:**
- It was still possible to interact with the main menu UI even if it was invisible.
- Non-ASCII characters in Creator Name do not result in an error anymore.
- Chinese (simplified and traditional) date localization is fixed.
- Empty creator names will no longer show empty "by " in the main menu.
**Server changes that were rolled out since last release:**
- Allow underscores in Creator Names
- Improved screenshot selection algorithm so that you don't see screenshots you've already seen as often.
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.1.1</Version>
<FileVersion>1.1.1</FileVersion>
<Version>1.1.2</Version>
<FileVersion>1.1.2</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
18 changes: 7 additions & 11 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,20 +169,16 @@ 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.1.1" />
<ModVersion Value="1.1.2" />
<GameVersion Value="1.1.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<ChangeLog>**Changes:**
- Commas are now allowed in City Name.
Do not rename your city if you already removed the comma to be able to upload, or the system will not be able associate old and new screenshots to the same city, a future feature.
- Allow 1-character creator or city name. This is to better support languages like Chinese.

**Bugfixes:**
- It was still possible to interact with the main menu UI even if it was invisible.
- Non-ASCII characters in Creator Name do not result in an error anymore.
- Chinese (simplified and traditional) date localization is fixed.
- Empty creator names will no longer show empty "by " in the main menu.</ChangeLog>
<ChangeLog>**New features:**
- Added full localization for Spanish, German, Polish and Chinese Simplified.

**Server changes that were rolled out since last release:**
- Allow underscores in Creator Names
- Improved screenshot selection algorithm so that you don't see screenshots you've already seen as often.</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.1.1",
"version": "1.1.2",
"dependencies": []
}

0 comments on commit f3ce04b

Please sign in to comment.