diff --git a/README.md b/README.md index 7dde14ba..9ab0e97d 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,4 @@ We love IRC (although a little less than Teamspeak). If you need support, or jus __IP__: irc.shankshock.com -__Channel__: #terraria - -### Update FTP - -If you're a project contributor and you want to be able to push updates, talk to nicatronTg (shank@shankshock.com) about getting FTP access. - ----- - -### Terraria Online Status: -## __Not Released__ \ No newline at end of file +__Channel__: #terraria \ No newline at end of file diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index 2f977511..483124ce 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.4.0709")] -[assembly: AssemblyFileVersion("2.3.4.0709")] +[assembly: AssemblyVersion("2.3.4.0711")] +[assembly: AssemblyFileVersion("2.3.4.0711")] diff --git a/release-docs/changes.txt b/release-docs/changes.txt index 55351945..9cbd3390 100644 --- a/release-docs/changes.txt +++ b/release-docs/changes.txt @@ -2,6 +2,29 @@ For the full list of changes, please take a look at GitHub: https://github.com/TShock/TShock/commits/master From now on, all release notes aren't put here. It's too much to track, but new features will be tossed here. +Changes in API release 4: + - Added support for SQLite + - Added support for MySQL + - Added /user command, supports adding users via in game command + - Added database editor for editing the MySQL + SQLite DB systems + - Fixed /region list and /warp list + - Fixed Jexius's font exploit + - Added /annoy + - Added canbuild permission + - Fixed mysterious chair rotation system + - Added /ip to retrieve a player's IPv4 address + - Removed /buff + - Added command line paramater -worldpath, which changes the location where Terraria checks for worlds + - Fixed save world race conditions + - Added /login + - Fixed an instance where NPC.maxSpawns was incorrectly referenced in favor of NPC.defaultMaxSpawns + - Chests are ignored from kill tile abuse + - Added /reply (/r) to reply to a /whisper + - Fixed /broadcast spacing + - User names and passwords are now accepted. Passwords are hashed with SHA512 + - Added MaximumLoginAttempts to configuration + - Added /tphere * and /tphere all + Changes in API release 2.0.0.0: - Added update checker.