Skip to content

Commit

Permalink
chore(release): version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Jan 17, 2025
1 parent 0eb954b commit 19205e0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 60 deletions.
19 changes: 1 addition & 18 deletions HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
**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.
Localization update.
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.8.0</Version>
<FileVersion>1.8.0</FileVersion>
<Version>1.8.1</Version>
<FileVersion>1.8.1</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
16 changes: 6 additions & 10 deletions HallOfFame/LongDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,15 @@ it!
Next to your username when displaying one of your pictures, Hall of Fame can
display buttons leading to your other social media accounts.

The following platforms are supported: Paradox Mods, YouTube, Twitch, Discord
(invite link) and Reddit (username).

Your channel/account must contain a fair amount of C:S 2 content to be eligible
of course.

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

Expand Down
37 changes: 8 additions & 29 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,15 @@ it!
Next to your username when displaying one of your pictures, Hall of Fame can
display buttons leading to your other social media accounts.

The following platforms are supported: Paradox Mods, YouTube, Twitch, Discord
(invite link) and Reddit (username).

Your channel/account must contain a fair amount of C:S 2 content to be eligible
of course.

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

Expand Down Expand Up @@ -166,28 +162,11 @@ 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.8.0" />
<ModVersion Value="1.8.1" />
<GameVersion Value="1.2.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<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>
<ChangeLog>Localization update.</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.8.0",
"version": "1.8.1",
"dependencies": []
}

0 comments on commit 19205e0

Please sign in to comment.