diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 755921e9..be3b637d 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -18,7 +18,7 @@ Also, be sure to release on github with the exact assembly version tag as below so that the update manager works correctly (via the Github releases api and mimic) --> - 5.1.1 + 5.1.2 TShock for Terraria Pryaxis & TShock Contributors TShockAPI diff --git a/TShockLauncher/TShockLauncher.csproj b/TShockLauncher/TShockLauncher.csproj index 45d5d939..60558895 100644 --- a/TShockLauncher/TShockLauncher.csproj +++ b/TShockLauncher/TShockLauncher.csproj @@ -35,7 +35,7 @@ - + PreserveNewest true diff --git a/TerrariaServerAPI b/TerrariaServerAPI index d2a57019..5ed35f37 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit d2a57019ac702675f6fcd715171d7fc4a55eca1c +Subproject commit 5ed35f3791e07b87a6e15320cd9e50803c5d50dd diff --git a/docs/changelog.md b/docs/changelog.md index 3b5308eb..405d8f55 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,6 +80,9 @@ 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.2 +* Added support for Terraria 1.4.4.8.1 via OTAPI 3.1.19. (@SignatureBeef) + ## TShock 5.1.1 * Fixed item giving potentially dropping too many items. (@PotatoCider, @punchready) * Excluded GeoIP.dat from release bundle. (@SignatureBeef)