FreeTAKTeam / UI

FreeTAKServer Web User Interface project
MIT License
30 stars 29 forks source link

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

Closed deddc23efb closed 2 years ago

deddc23efb commented 2 years ago

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.

brothercorvo commented 2 years ago

solved in 1.9.8