Skip to content

1.2.0

Compare
Choose a tag to compare
@brian7704 brian7704 released this 14 Jun 13:37
· 102 commits to master since this release

New Features

  • Meshtastic support
  • There is now an opentakserver script in the /bin/ directory of the virtual environment. When the virtual environment is active, just run the opentakserver command to start the server
  • Added --create-ca argument. Running opentakserver --create-ca will create the certificate authority and exit
  • Added --upgrade-db argument. Running opentakserver --upgrade-db will create the database if it doesn't exist, or upgrade the schema if it does exist
  • PR #30 adds a health check URL which is useful for running OpenTAKServer in a docker image
  • Administrators can delete user accounts

Changes

  • Usernames are not longer case sensitive
  • When OpenTAKServer starts, it will upgrade the database schema automatically if the database schema is an older version

Fixes

  • Fixed a bug that prevented some log messages to be written to the log file
  • Fix for Too Many Open Files error