* Change the companion bundle name to not include the version
This show only up in the Apple Menu, a version numbers look really strange there. The title of the main window and CMD-TAB still show 2.2 there.
* Drop OpenTX instead of version
* Ignore deprecated register warning for the the STM include files
Ignore the warning with the use of #pragma which is not elegant but otherwise we would have to change the vendor files
* Remove usage of register in C/C++ files.
Modern compilers ignore it anyway and C++11 actually deprecates it. Removing also removes a number of clang warnings about this
* [Companion] Add logic to add background and DS_Store. Start with Cpack for OS X
* Major overhaul of the OpenTX packing for OS X
* Update DS_Store to not show toolbar (noticed by @Kilrah, thanks!)
* Minor fixes
* set BU_CHMOD_ITEMS to avoid packaging errors
* Rename the app to a nicer name on OS X (OpenTX Companion 2.2.app instead of companion.app)
* Embed dfu-util into bundle (first part of #3908)
* Fix showing status bar showing in disk image
* Workaround for CMAKE_OSX_DEPLOYMENT_TARGET
* Multiple fixes for German translation
* Add changes/better wording by @rcbebo82, thanks!
* Use less controversial translation for killed
* change all line ending to '\n'
* Also add translations from pull request #3929
* Fix too long strings for 128x64 UIs
* Fixes#3858: added edge detection to RESET and GVAR INC/DEC functions
* Re #3858: Gtests added for Special Functions: FLIGHT_RESET and GVAR_INC
* Re #3858: Gtests fixed
* Re #3858: Gtests fixed 2
* Re #3815: Disk cache: Write statistic added. Bigger disk cache. Show disk cache misses in CLI.
* Update to the latest FatFS R0.12b (all existing OpenTX patches have been already applied in upstream, only few ff.h modifications needed for simulator)
* Missing file
* SD card manager: do not show parent dir [..] for root directory