-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"id": "HallOfFame", | ||
"author": "Morgan Touverey Quilling", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"dependencies": [] | ||
} |