From c900268d8bd1e65f3876e254ed3ae36d07471769 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Mon, 24 Jun 2024 12:16:23 -0700 Subject: [PATCH] v8.0.0 --- CHANGELOG.md | 14 ++++++++++++++ adsbcot/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8fdf8..5e74b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Happy Summer Solstice! +- Rewrote GitHub actions, moved most logic to shell script and Makefile. +- Renamed Debian package from python3-adsbcot to adsbcot. +- Standardized Makefile for all PyTAK based programs. +- Cleaned, simplified and expanded documentation. +- Created Makefile jobs for Debian packaging and PyTAK customization. +- Moved all media to media sub directory under docs/. +- Converted README.rst to README.md. +- Style & Linting of code. +- Removed support for Python 3.6. +- Removed support for DUMP1090_URL configuration parameter. +- Added Debian service: /lib/systemd/system/adsbcot.service +- Added Debian conffile: /etc/default/adsbcot +- Added Debian postinst with service config, debug and startup instructions. +- Added with_asyncinotify as an optional extra. ## ADSBCOT 7.0.1 diff --git a/adsbcot/__init__.py b/adsbcot/__init__.py index 70d1f3d..bfc7544 100644 --- a/adsbcot/__init__.py +++ b/adsbcot/__init__.py @@ -18,7 +18,7 @@ """ADS-B to TAK Gateway.""" -__version__ = "8.0.0-beta4" +__version__ = "8.0.0" # COMPAT Python 3.6 test/build work-around: try: