From ec59549f2f78598e7d5d39ca8e2690c7cc48a24a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 3 Dec 2017 15:55:40 -0700 Subject: [PATCH] Update changelog to add note about account bans --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ff1fe8..14a0931d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Removed /ban addip and /ban addtemp. Now covered under /ban add. (@hakusaro) * Added /su, which temporarily elevates players with the tshock.su permission to super admin. In addition added, a new group, owner, that is suggested for new users to setup TShock with as opposed to superadmin. Finally, /su is implemented such that a 10 minute timeout will occur preventing people from just camping with it on. (@hakusaro) * Added /sudo, which runs a command as the superadmin group. If a user fails to execute a command but can sudo, they'll be told that they can override the permission check with sudo. Much better than just telling them to run /su and then re-run the command. (@hakusaro) +* Added the ability to ban by account name instead of just banning a character name assuming its an account name. (@hakusaro) ## TShock 4.3.24 * Updated OpenTerraria API to 1.3.5.3 (@DeathCradle)