- new dialog binary version check to avoid menu display issues
- new manual compile comands for update dialog to a recent version
- updated language files
- new compiler capability check to better preselect the correct library
- colorize incompatible libraries in Library Update Menu
- new config option _checkcc (e.g. LIB_USB_checkcc) to check compiler capabilities
- updated language files
- add commandline parameter -l (--libs) and -lv (--libs-version) for scripting purposes to get formatted lists about cross toolchains and its integrateds libs with version information
- extend commandline parameter -c (--create) to accept a comma separated list of cross toolchain template names to support bulk creation of cross toolchains
- update config template to better detection integrated libs
- update language files with new keys
- better library detection in cross toolchains by introducing the optional _checklib property to specify the concrete library filename
- fix config outdated message and update language files
- remove some tabs and whitespaces
- Better detection of integration the same library with different versions
- fix regression of reuse of MENU_OPTIONS variable, which lead to redundant menu items in the simblebuild3 menus (unset necessary)
- update language files
- encode _toolchainfilename in the right way without leading "Toolchain-" string (like s3 does it)
- reuse some s3 decode functionality
- fix logfile output when creating Android-NDK toolchains
- extend _migrations function to automatically fix wrong toolchainfilename parameter
- update language files
- remove built-in tag from cross toolchain menu
- integrate use of toolchains from Android Native Development Kit (NDK)
- add new cross toolchain template for Android 7.0 Nougat STBs
- rewrite/optimze config file generation code and introduce a config template file to avoid unmaintainable code
- add new libraries for toolchain integration (CCID IFD Handler 1.4.33, libusb 0.1.12)
- update language files
- integrate s3 language support (+en, +de; bg, es, fr, it, nl, pl, pt, tr needs further translation)
- remove annoying startup bug (Error: Expected 4 arguments, found only 3. - loop) when no toolchains or templates are installed
- some menu auto sizing optimization