Skip to content

Commit

Permalink
chore(release): version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Dec 27, 2024
1 parent 47bdafc commit 0071df0
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
1 change: 1 addition & 0 deletions HallOfFame.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<s:Boolean x:Key="/Default/UserDictionary/Words/=fonticons/@EntryIndexedValue">True</s:Boolean>

<s:Boolean x:Key="/Default/UserDictionary/Words/=hwid/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=lumina/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=modders/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=pdxm/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=playset/@EntryIndexedValue">True</s:Boolean>
Expand Down
8 changes: 7 additions & 1 deletion HallOfFame/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Updated Chinese translations.
**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.
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.6.2</Version>
<FileVersion>1.6.2</FileVersion>
<Version>1.7.0</Version>
<FileVersion>1.7.0</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
3 changes: 3 additions & 0 deletions HallOfFame/LongDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Yes! — you can use any assets and mods you want. This includes post-processing
mods that change camera settings, add effects, etc., as well a custom content,
textures, LUTs, etc.

One of such mods is Lumina, check it out!
https://mods.paradoxplaza.com/mods/94394/Windows

The only thing to keep in mind is that the screenshot should still showcase
something you can actually do in the game, including heavily modded, but without
external tools.
Expand Down
13 changes: 11 additions & 2 deletions HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Yes! — you can use any assets and mods you want. This includes post-processing
mods that change camera settings, add effects, etc., as well a custom content,
textures, LUTs, etc.

One of such mods is Lumina, check it out!
https://mods.paradoxplaza.com/mods/94394/Windows

The only thing to keep in mind is that the screenshot should still showcase
something you can actually do in the game, including heavily modded, but without
external tools.
Expand Down Expand Up @@ -143,11 +146,17 @@ 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.6.2" />
<ModVersion Value="1.7.0" />
<GameVersion Value="1.2.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
<ChangeLog>Updated Chinese translations.</ChangeLog>
<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>
<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.6.2",
"version": "1.7.0",
"dependencies": []
}

0 comments on commit 0071df0

Please sign in to comment.