Skip to content

Commit

Permalink
chore(release): version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Jan 5, 2025
1 parent 66cfbd6 commit bbc99e0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
8 changes: 1 addition & 7 deletions HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
**New features:**
- You can now download images from the main menu, using the kebab menu (the three dots) and click "Save".
This will save the 4K version of the image on your computer.

The location is configurable in the mod settings, but by default they will be saved to `%userprofile%/AppData/LocalLow/Colossal Order/Cities Skylines II/Screenshots/Hall Of Fame Creators`.

This is great to save the images you'd like to take inspiration from and organize your own collection locally, the way you desire.
Localization update for many languages.
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.0</Version>
<FileVersion>1.7.0</FileVersion>
<Version>1.7.1</Version>
<FileVersion>1.7.1</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
1 change: 1 addition & 0 deletions HallOfFame/LongDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Donations are very welcome and will help keep the service running.
- **Translators:**
baka-gourd (Chinese Simplified),
elGendo87 (Spanish),
Finn (Dutch),
Fuchs23 (German),
karmel68 (Polish),
Konsi (German),
Expand Down
11 changes: 3 additions & 8 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Donations are very welcome and will help keep the service running.
- **Translators:**
baka-gourd (Chinese Simplified),
elGendo87 (Spanish),
Finn (Dutch),
Fuchs23 (German),
karmel68 (Polish),
Konsi (German),
Expand All @@ -146,17 +147,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.7.0" />
<ModVersion Value="1.7.1" />
<GameVersion Value="1.2.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<ChangeLog>**New features:**
- You can now download images from the main menu, using the kebab menu (the three dots) and click "Save".
This will save the 4K version of the image on your computer.

The location is configurable in the mod settings, but by default they will be saved to `%userprofile%/AppData/LocalLow/Colossal Order/Cities Skylines II/Screenshots/Hall Of Fame Creators`.

This is great to save the images you'd like to take inspiration from and organize your own collection locally, the way you desire.</ChangeLog>
<ChangeLog>Localization update for many languages.</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.0",
"version": "1.7.1",
"dependencies": []
}

0 comments on commit bbc99e0

Please sign in to comment.