Skip to content

Releases: brian7704/OpenTAKServer

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

1.6.2

25 Nov 22:30

Choose a tag to compare

What's Fixed

  • Fixed a regression that caused the administrator user not to have administrator rights

What's changed

  • Bumped flask-security to 5.7.1

Full Changelog: 1.6.1...1.6.2

1.6.1

25 Nov 14:34

Choose a tag to compare

What's New

  • Added OTS_ADSB_GROUP, OTS_AIS_GROUP, and OTS_MESHTASTIC_GROUP which are created automatically at startup

What's Changed

  • The administrator account will only be created on startup if no other administrator account exists
  • Bumped dependencies
  • The __ANON__ group is no longer able to be deleted

What's Fixed

  • Fixed an error that prevented TAKX from downloading data packages
  • Fixed an error that prevented TAK Aware from downloading data packages
  • Fixed several issues regarding iTAK and data sync missions
  • Fixes to eud_handler to improve stability

Full Changelog: 1.6.0...1.6.1

1.6.0

13 Nov 16:19

Choose a tag to compare

What's New

  • Group/Channel support
  • Preliminary LDAP support
    • Authenticate against an LDAP server
    • Assign users to groups via LDAP
    • Apply ATAK settings via LDAP user attributes
  • TAKX support
  • Upload and serve ATAK plugins for specific versions of ATAK

1.5.11

30 Sep 01:58

Choose a tag to compare

What's Fixed

  • Added iTAK's Grey team to the list of teams

What Changed

  • Removed python-dynamic-versioning dependency

Full Changelog: 1.5.10...1.5.11