diff --git a/HallOfFame/ChangeLog.md b/HallOfFame/ChangeLog.md index f06daa9..6dada3d 100644 --- a/HallOfFame/ChangeLog.md +++ b/HallOfFame/ChangeLog.md @@ -1,10 +1,6 @@ -**Changes:** -- Commas are now allowed in City Name. - Do not rename your city if you already removed the comma to be able to upload, or the system will not be able associate old and new screenshots to the same city, a future feature. -- Allow 1-character creator or city name. This is to better support languages like Chinese. +**New features:** +- Added full localization for Spanish, German, Polish and Chinese Simplified. -**Bugfixes:** -- It was still possible to interact with the main menu UI even if it was invisible. -- Non-ASCII characters in Creator Name do not result in an error anymore. -- Chinese (simplified and traditional) date localization is fixed. -- Empty creator names will no longer show empty "by " in the main menu. +**Server changes that were rolled out since last release:** +- Allow underscores in Creator Names +- Improved screenshot selection algorithm so that you don't see screenshots you've already seen as often. diff --git a/HallOfFame/HallOfFame.csproj b/HallOfFame/HallOfFame.csproj index 075d095..568d27a 100644 --- a/HallOfFame/HallOfFame.csproj +++ b/HallOfFame/HallOfFame.csproj @@ -1,7 +1,7 @@ - 1.1.1 - 1.1.1 + 1.1.2 + 1.1.2 Library diff --git a/HallOfFame/Properties/PublishConfiguration.xml b/HallOfFame/Properties/PublishConfiguration.xml index 2c14657..8409577 100644 --- a/HallOfFame/Properties/PublishConfiguration.xml +++ b/HallOfFame/Properties/PublishConfiguration.xml @@ -169,20 +169,16 @@ disable the mod or just accept it (or help me debug this thing lol) :D - + - **Changes:** -- Commas are now allowed in City Name. - Do not rename your city if you already removed the comma to be able to upload, or the system will not be able associate old and new screenshots to the same city, a future feature. -- Allow 1-character creator or city name. This is to better support languages like Chinese. - -**Bugfixes:** -- It was still possible to interact with the main menu UI even if it was invisible. -- Non-ASCII characters in Creator Name do not result in an error anymore. -- Chinese (simplified and traditional) date localization is fixed. -- Empty creator names will no longer show empty "by " in the main menu. + **New features:** +- Added full localization for Spanish, German, Polish and Chinese Simplified. + +**Server changes that were rolled out since last release:** +- Allow underscores in Creator Names +- Improved screenshot selection algorithm so that you don't see screenshots you've already seen as often. diff --git a/HallOfFame/UI/mod.json b/HallOfFame/UI/mod.json index e02bcdd..b614970 100644 --- a/HallOfFame/UI/mod.json +++ b/HallOfFame/UI/mod.json @@ -1,6 +1,6 @@ { "id": "HallOfFame", "author": "Morgan Touverey Quilling", - "version": "1.1.1", + "version": "1.1.2", "dependencies": [] }