From a115b96f8614e4390cace576a7f574b688a4e7c3 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 7 Jul 2015 00:09:42 -0600 Subject: [PATCH 1/3] Update submodule --- TerrariaServerAPI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerrariaServerAPI b/TerrariaServerAPI index fa9e1e19..02625efe 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit fa9e1e19757cde7b92c44687224f7435a8193c18 +Subproject commit 02625efea2cfc9b530f4c903af8f965d802f3b6e From 665247107f88b389bee5ac25e6f60c205b5df5ef Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 7 Jul 2015 00:15:31 -0600 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623c2206..d108325b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large. -## Unreleased +## TShock 4.3.0.1 * Fixed a bug where /user group failing would output no error. (@nicatronTg) * Fixed a bug where /user group would fail. @(Enerdy) @@ -12,6 +12,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * DisableTombstones now works properly with the new golden gravestones. (@Enerdy) * REST module now properly catches exceptions during Start(). (@Patrikkk) * Added /expert command to toggle expert mode. (@WhiteXZ) +* Fixed pirate invasions. (@patrik) +* Fixed worldinfo packet. (@WhiteXZ) +* Fixed server passwords. (@Enerdy) ## TShock 4.3.0.0 From 495f6731df21a454de4f40f90d4d5c70827423c2 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 7 Jul 2015 00:17:50 -0600 Subject: [PATCH 3/3] Version tick: 4.3.1 --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index da0da18c..297c0ca0 100755 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -53,5 +53,5 @@ using System.Runtime.InteropServices; // 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) -[assembly: AssemblyVersion("4.3.0")] -[assembly: AssemblyFileVersion("4.3.0")] +[assembly: AssemblyVersion("4.3.1")] +[assembly: AssemblyFileVersion("4.3.1")]