* New config settings:
* `auto_start` - run DCSpy atomically after start
* `verbose` - show more logs in a terminal/console window
* Fixing handling of `dcsbios` settings from `config.yaml`
* Start and stop buttons can be used several times without closing the GUI
* **F-16C Viper**
* replace `*` with inverse white circle character at DED
* Fix unhandled buttons for G19 (menu, ok and cancel)
* G19 and **F/A-18C Hornet**
* Push **Menu** and **Cancel** toggle cockpit button down, push it again toggles button up (Integrated Fuel/Engine Indicator)
* Add handling **Ok** as Attitude Selector Switch, INS/AUTO/STBY
* Internal:
* use Pythonic way using temporary directory
* speed-up tests: cache JSON files instead of downloading from the internet
* use Enum for an LCD type
* use Enum for LCD buttons, add to LcdInfo dataclass