Skip to content

Commit

Permalink
chore(release): version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Jan 12, 2025
1 parent 6c1a780 commit b6d1dde
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 6 deletions.
19 changes: 18 additions & 1 deletion HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
Localization update for many languages.
**Linking social media platforms!**

Next to your username when displaying one of your pictures, Hall of Fame can now
display buttons leading to your other social media accounts.

To link your social media to your HoF creator account, you must contact me (via
any medium, best is Discord, you can also use halloffame at mtq.io) and provide
me with your links.
The following platforms are supported:

- Paradox Mods creator account (opens directly in-game or in the browser)
- YouTube channel
- Twitch channel
- Discord (invite link)
- Reddit user

Of course, your channel/account must contain a fair amount of C:S 2 content to
be relevant.
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.7.1</Version>
<FileVersion>1.7.1</FileVersion>
<Version>1.8.0</Version>
<FileVersion>1.8.0</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: 19 additions & 0 deletions HallOfFame/LongDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,25 @@ The content is not selected or moderated based on quality or complexity.
Don’t be shy, let us remember your city — if you wanna share it, we wanna see
it!

### Linking social media platforms

Next to your username when displaying one of your pictures, Hall of Fame can
display buttons leading to your other social media accounts.

To link your social media to your HoF creator account, you must contact me (via
any medium, best is Discord, you can also use halloffame at mtq.io) and provide
me with your links.
The following platforms are supported:

- Paradox Mods creator account (opens directly in-game or in the browser)
- YouTube channel
- Twitch channel
- Discord (invite link)
- Reddit user

Of course, your channel/account must contain a fair amount of C:S 2 content to
be relevant, I will approve or deny your request at my discretion.

### Post-processing and other mods

Yes! — you can use any assets and mods you want. This includes post-processing
Expand Down
40 changes: 38 additions & 2 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,25 @@ The content is not selected or moderated based on quality or complexity.
Don’t be shy, let us remember your city — if you wanna share it, we wanna see
it!

### Linking social media platforms

Next to your username when displaying one of your pictures, Hall of Fame can
display buttons leading to your other social media accounts.

To link your social media to your HoF creator account, you must contact me (via
any medium, best is Discord, you can also use halloffame at mtq.io) and provide
me with your links.
The following platforms are supported:

- Paradox Mods creator account (opens directly in-game or in the browser)
- YouTube channel
- Twitch channel
- Discord (invite link)
- Reddit user

Of course, your channel/account must contain a fair amount of C:S 2 content to
be relevant, I will approve or deny your request at my discretion.

### Post-processing and other mods

Yes! — you can use any assets and mods you want. This includes post-processing
Expand Down Expand Up @@ -147,11 +166,28 @@ Donations are very welcome and will help keep the service running.
<Screenshot Value="Properties/Screenshot7.png" />
<Tag Value="Code Mod" />
<ForumLink Value="https://forum.paradoxplaza.com/forum/threads/hall-of-fame.1704820/" />
<ModVersion Value="1.7.1" />
<ModVersion Value="1.8.0" />
<GameVersion Value="1.2.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<ChangeLog>Localization update for many languages.</ChangeLog>
<ChangeLog>**Linking social media platforms!**

Next to your username when displaying one of your pictures, Hall of Fame can now
display buttons leading to your other social media accounts.

To link your social media to your HoF creator account, you must contact me (via
any medium, best is Discord, you can also use halloffame at mtq.io) and provide
me with your links.
The following platforms are supported:

- Paradox Mods creator account (opens directly in-game or in the browser)
- YouTube channel
- Twitch channel
- Discord (invite link)
- Reddit user

Of course, your channel/account must contain a fair amount of C:S 2 content to
be relevant.</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.7.1",
"version": "1.8.0",
"dependencies": []
}

0 comments on commit b6d1dde

Please sign in to comment.