Skip to content

Releases: brian7704/OpenTAKServer

1.7.10

26 Mar 01:20
c2c5cc2

Choose a tag to compare

What's Changed

  • Each process (eud_handler, cot_parser, and opentakserver) now log to their own files instead of to opentakserver.log
  • German translation update in #263 (thanks @Incom0de)
  • Add Thai Translation by @hereismeaw in #264
  • Chinese translation update from by @ryohei1992 in #265
  • fix: patch mission API bugs (groups crash, subscribe filter, invite d… by @fwromano in #269
  • Add Swedish (sv) translation by @sa3mlk in #270
  • Updated Content-Type for certificate enrollment by @ThatSava in #271. This fixes certificate enrollment support in the iOS version of TAK Tracker

What's Fixed

  • Fixed NOT_FOUND error when publishing to the flask-socketio exchange
  • Fixed issue when toggling channels in CloudTAK
  • Fixed ADS-B not showing up on the OTS web map

New Contributors

Full Changelog: 1.7.9...1.7.10

1.7.9

26 Mar 01:12

Choose a tag to compare

Fixes a DB migration error

Full Changelog: 1.7.8...1.7.9

1.7.8

26 Feb 22:14

Choose a tag to compare

What's new

  • Added Dutch translation (Thanks @poweredgenl)
  • Updated Spanish translation (Thanks @deantonious)
  • Updated French translation (Thanks @zox-ui)
  • Added an option to include an tag on markers created on /api/markers

What's fixed

  • Fixed bug that prevented data packages from being uploaded from ATAK
  • Fixed bug that prevented missions with geochats from being deleted
  • Fixed the ADS-B url in the ads-b scheduled job
  • Fixed a bug that prevented device profiles from being added without associating to an EUD

Full Changelog: 1.7.7...1.7.8

1.7.7

20 Feb 23:51

Choose a tag to compare

Removed postgresql_nulls_not_distinct

1.7.5

05 Feb 20:56

Choose a tag to compare

What's New

  • Assign device profiles to individual EUDs

What's Fixed

  • Fixed several Meshtastic issues
  • Added missing type field to mission invitations

What's changed

  • feat(format): add black and isort formatting by @layertwo in #242
  • Fix: PostgreSQL operator mismatch in marti_api/cot_marti_api.py by @joltcan in #246
  • Airplanes.live scheduled job
    • Now supports an API key
    • Supports other services with the same API such as adsbtak.com
    • OTS_AIRPLANES_LIVE_LAT changed to OTS_ADSB_LAT
    • OTS_AIRPLANES_LIVE_LON changed to OTS_ADSB_LON
    • OTS_AIRPLANES_LIVE_RADIUS changed to OTS_ADSB_RADIUS
    • New config options OTS_ADSB_API_URL and OTS_ADSB_API_KEY

New Contributors

Full Changelog: 1.7.4...1.7.5

1.7.3

14 Jan 20:15
823ff3c

Choose a tag to compare

What's Fixed

  • Fixes to allow WearTAK EUDs to connect
  • Fixed a bug that didn't allow CloudTAK to subscribe to Data Sync missions
  • Publish markers added via the /api/markers endpoint to the correct RabbitMQ exchange
  • @Incom0de fixed an issue with the German translation
  • Fixed a bug that prevented roles to be added to users when they register

Full Changelog: 1.7.2...1.7.3

1.7.2

07 Jan 01:25

Choose a tag to compare

What's new

What's changed

  • Most API endpoints are now sortable

Full Changelog: 1.7.1...1.7.2

1.7.1

07 Jan 01:22

Choose a tag to compare

What's New

  • Added Brazilian Portuguese translation thanks to @sorokaalex

Full Changelog: 1.7.0...1.7.1

1.7.0

10 Dec 20:14

Choose a tag to compare

What's New

  • Added translations for Ukrainian, German, Portuguese, and Spanish (more languages coming soon)
  • Added ability to link your TAK.gov account

Full Changelog: 1.6.3...1.7.0

1.6.3

01 Dec 04:07

Choose a tag to compare

What's Changed

  • Bumped gevent back down to 25.5.1 until some fixes can be made to compensate for changes in 25.8.1
  • Added SECURITY_PASSWORD_CONFIRM_REQUIRED set to False to the default config to fix an issue with email registration