FreeTAKTeam/UI

Release 1.9.8 reports the wrong version. It has 1.9.5 built in.

deddc23efb opened this issue · 1 comments

grep - r 1.9.5 UI-1.9.8/*
...
UI-1.9.8/FreeTAKServer-UI/app/init.py: app.config['UIVERSION'] = '1.9.5'
Binary file UI-1.9.8/FreeTAKServer-UI/tests/chromedriver matches
UI-1.9.8/setup.py: version='1.9.5',

The web application displays the incorrect version on the about screen as well.

[UI SERVER INFO]
Version 1.9.5
192.168.2.124:5000

Comments in the app/init.py file imply that the 1.9.5 is actually a database version number. It's very confusing to have the DB version displayed as the web UI code version - it seems like it's not right.

solved in 1.9.8