Merge branch 'Pryaxis:general-devel' into patch-buffnpc-i18nconsistency

This commit is contained in:
Stargazing Koishi 2022-11-10 02:23:30 -08:00 committed by GitHub
commit 7a49d61761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 960 additions and 954 deletions

View file

@ -80,7 +80,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
## Upcoming changes
* Updated the Utils.FindByIdOrName to follow same logic. Now fuzzy match fallback to `StartsWith` and then `Contains`. (@sgkoishi)
## TShock 5.1.0
## TShock 5.1.1
* Fixed item giving potentially dropping too many items. (@PotatoCider, @punchready)
* Excluded GeoIP.dat from release bundle. (@SignatureBeef)
* Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up. (@drunderscore)
@ -125,6 +125,10 @@ The following translators contributed changes from November 1, 2022 to November
|Marotheit | Pirate English | 7|
|ATFGK | Chinese Simplified | 4|
## TShock 5.1.0
This release was scrubbed. All changes have been re-allocated to the 5.1.1 release. We consider a verison "final" after the tick and do not apply more changes. Thus, we were unable to simply release 5.0.0 as-is, as a late-breaking bug was discovered and fixed after the tick.
## TShock 5.0.0
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)
* Replaced SQLite library with Microsoft.Data.Sqlite for arm64 support. (@SignatureBeef)