Releases: Sonoran-Software/SonoranCADLuaIntegration
Release 2.3.3
Minor bugfix release. Re-enables linux updating and provides more verbose errors.
2.3.2
Fixes to client logging and the auto-updater.
2.3.1
-
fix: metrics, add timestamps to console output
-
fix: remove mysql dependency, don't need it
-
fix: remove getIdentity() from core, use plugin
-
tweak: skip plugins missing dependencies
-
tweak: add livemap variables to support output
-
fix: make dependency manager actually work
-
tweak: nag if plugins are outdated
2.3.0
SonoranCAD 2.3.0 Release
Updates:
- Adds an automatic updater for the core resource. Plugin updating will follow soon.
- Adds a "sonoran_updatehelper" resource. Don't start this as it's just used internally to do updating.
- Fixes small bugs with the built-in HTTP server for fetching server logs.
- Adds friendly messages to more API-related errors.
- Tablet now gets its URL from a config file so auto-updates don't wipe it.
- Fixes version comparison bugs.
- Deprecated the "serverType" configuration variable. ESX support is now enabled by installing the esxsupport plugin.
v2.2.1 Release
Merge pull request #22 from Sonoran-Software/release/2.2.1 Release/2.2.1
v2.2.0 Release
- sonoran console command instead
- Ability to upload logs to support, or for support to request logs
- Better update detection
- Bugfixes for broken plugins
- Custom HTTP handler for user friendly error messages and faster API calls
- Colors!
Live Map not working? Download the patch .zip file below and extract to sonoran_livemap/dist and overwrite the livemap.js there.
v2.2.0 Pre Release
Release candidate for 2.2.0.
v2.1.1 Release
This release adds a bundled tablet resource and is an optional update.
v2.1 Release
Warning: You must update to this release for future plugins to function!
- Rewrites config system to be more robust and easy to use
- Adds ability to enable/disable plugins
Includes livemap.js for use on servers that can't build for some reason (yarn/webpack issues) which goes into sonoran_livemap/dist
.
Includes sonoran_livemap as a standalone if you encounter difficulty with the included one.
v2.0 Release
First 2.0 public release.
Download the binary, not the source code tarball.
Using linux? Download the livemap.zip file from below and copy it to sonoran_livemap/dist
if you are unable to build it with the install guide.