From 1bdec8e88eef40da763d2d4a6efd02941136498f Mon Sep 17 00:00:00 2001 From: Morgan Touverey Quilling Date: Sun, 13 Oct 2024 14:08:28 +0200 Subject: [PATCH] chore(release): version 1.3.0 --- HallOfFame/ChangeLog.md | 19 +++++------------ HallOfFame/HallOfFame.csproj | 4 ++-- .../Properties/PublishConfiguration.xml | 21 ++++++------------- HallOfFame/UI/mod.json | 2 +- 4 files changed, 14 insertions(+), 32 deletions(-) diff --git a/HallOfFame/ChangeLog.md b/HallOfFame/ChangeLog.md index 59d1bc1..9537554 100644 --- a/HallOfFame/ChangeLog.md +++ b/HallOfFame/ChangeLog.md @@ -1,16 +1,7 @@ -**New features:** -- **LIKES! You can now like images you see in the main menu and boost this content.** - This is also a “favorites” feature, in the future you will be able to see your liked images in a dedicated UI. -- **New “Trending” algorithm weight in mod options.** - Trending shows images that have a higher amount of likes per day. - Now that Trending is a thing, Supporter and Random algorithms have been scaled back to a default weight of 2 (from 5). -- **Back button to see previous images (up to 20).** -- Report image button is now only shown when you hover the city name, freeing up space in the UI. -- Changing your Creator Name in the mod options is now applied immediately. - If there are problems with your login credentials, this will also be shown in the mod options dynamically. -- Hiding the main menu UI now also hides the game’s FPS overlay. -- Italian and Portuguese localization have been added, updates for other languages. +**New features and changes:** +- Added view count label (can be disabled in the mod settings). +- Shorter population count number formatting in a screenshot population label. +- Updated translations Spanish, Portuguese and Chinese Simplified. **Bug fixes:** -- Screenshots with less than 1K population will no longer be rounded down to 0, instead the exact number will be shown. -- XBox Game Pass users won’t need to manually remove their # in front of their username. +- Fixed Previous and Next buttons not working properly once you had seen ≥ 20 screenshots. diff --git a/HallOfFame/HallOfFame.csproj b/HallOfFame/HallOfFame.csproj index d4cdec3..691a45b 100644 --- a/HallOfFame/HallOfFame.csproj +++ b/HallOfFame/HallOfFame.csproj @@ -1,7 +1,7 @@ - 1.2.0 - 1.2.0 + 1.3.0 + 1.3.0 Library diff --git a/HallOfFame/Properties/PublishConfiguration.xml b/HallOfFame/Properties/PublishConfiguration.xml index d894ec9..1e6d935 100644 --- a/HallOfFame/Properties/PublishConfiguration.xml +++ b/HallOfFame/Properties/PublishConfiguration.xml @@ -179,26 +179,17 @@ disable the mod or just accept it (or help me debug this thing lol) :D - + - **New features:** -- **LIKES! You can now like images you see in the main menu and boost this content.** - This is also a “favorites” feature, in the future you will be able to see your liked images in a dedicated UI. -- **New “Trending” algorithm weight in mod options.** - Trending shows images that have a higher amount of likes per day. - Now that Trending is a thing, Supporter and Random algorithms have been scaled back to a default weight of 2 (from 5). -- **Back button to see previous images (up to 20).** -- Report image button is now only shown when you hover the city name, freeing up space in the UI. -- Changing your Creator Name in the mod options is now applied immediately. - If there are problems with your login credentials, this will also be shown in the mod options dynamically. -- Hiding the main menu UI now also hides the game’s FPS overlay. -- Italian and Portuguese localization have been added, updates for other languages. + **New features and changes:** +- Added view count label (can be disabled in the mod settings). +- Shorter population count number formatting in a screenshot population label. +- Updated translations Spanish, Portuguese and Chinese Simplified. **Bug fixes:** -- Screenshots with less than 1K population will no longer be rounded down to 0, instead the exact number will be shown. -- XBox Game Pass users won’t need to manually remove their # in front of their username. +- Fixed Previous and Next buttons not working properly once you had seen ≥ 20 screenshots. diff --git a/HallOfFame/UI/mod.json b/HallOfFame/UI/mod.json index edce15e..2dad97c 100644 --- a/HallOfFame/UI/mod.json +++ b/HallOfFame/UI/mod.json @@ -1,6 +1,6 @@ { "id": "HallOfFame", "author": "Morgan Touverey Quilling", - "version": "1.2.0", + "version": "1.3.0", "dependencies": [] }