Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Releases: Sonoran-Software/SonoranCADLuaIntegration

Release 2.3.3

14 Dec 17:44
7d24704
Compare
Choose a tag to compare

Minor bugfix release. Re-enables linux updating and provides more verbose errors.

2.3.2

25 Nov 20:34
5eb575b
Compare
Choose a tag to compare

Fixes to client logging and the auto-updater.

2.3.1

20 Nov 00:11
Compare
Choose a tag to compare
  • 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

16 Nov 04:08
7c2ec44
Compare
Choose a tag to compare

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

13 Sep 03:15
1b9309c
Compare
Choose a tag to compare
Merge pull request #22 from Sonoran-Software/release/2.2.1

Release/2.2.1

v2.2.0 Release

21 Jul 20:56
8b4f95b
Compare
Choose a tag to compare
  • 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

20 Jul 23:46
Compare
Choose a tag to compare
v2.2.0 Pre Release Pre-release
Pre-release

Release candidate for 2.2.0.

v2.1.1 Release

07 Jun 04:19
Compare
Choose a tag to compare

This release adds a bundled tablet resource and is an optional update.

v2.1 Release

25 May 03:40
1008d7f
Compare
Choose a tag to compare

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

17 May 03:42
Compare
Choose a tag to compare

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.