File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33Happy Summer Solstice
44
5+ - Rewrote GitHub actions, moved most logic to shell script and Makefile.
6+ - Renamed Debian package from python3-aircot to aircot.
7+ - Standardized Makefile for all PyTAK based programs.
8+ - Cleaned, simplified and expanded documentation.
9+ - Created Makefile jobs for Debian packaging and PyTAK customization.
10+ - Moved all media to media sub directory under docs/.
11+ - Converted README.rst to README.md.
12+ - Style & Linting of code.
13+
514
615## AirCOT 2.0.0
716
Original file line number Diff line number Diff line change 1818
1919"""Aircraft classifier for TAK."""
2020
21- __version__ = "3.0.0-beta1 "
21+ __version__ = "3.0.0"
2222
2323# COMPAT Python 3.6 test/build work-around:
2424try :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ independently.
55
66``` sh linenums="1"
77sudo apt update
8- wget https://github.com/snstac/aircot/releases/latest/download/python3- aircot_latest_all.deb
9- sudo apt install -f ./python3- aircot_latest_all.deb
8+ wget https://github.com/snstac/aircot/releases/latest/download/aircot_latest_all.deb
9+ sudo apt install -f ./aircot_latest_all.deb
1010```
1111
1212## Windows, Linux
You can’t perform that action at this time.
0 commit comments