This is where all important changes and bug fixes will be described in detail. Each entry is labeled with a patch version number, and that is the version in which the changes and/or fixes were made. All prior versions will lack the described changes and/or fixes described.
If you are experiencing any bugs or errors because of an update, please report them by opening an issue!
🔧 : Bug fix
📰 : New feature
🚝 : Optimization
- 📰 Added a
version
macro to display current running server version - 🚝
⚠️ (commit) Restoring logic has been simplified, but any previous version restore files will fail to restore!
- 🚝
⚠️ (commit) Merged therooms
andusers
packages into onecore
package. Requires refactoring your server code)
Version 1.0-ALPHA.5 merged the packages
users
androoms
into a single packagecore
. If you've updated your server from 1.0-ALPHA.4 or below, you will need to edit your code and replace any instance ofrooms
orusers
withcore
. This also changes how Rooms are created and retrieved (core.GetRoom), and how Users are retrieved.