
Change Log for overall api package.

* 1.0
  - Apis packaged together.
* 1.1
  - Fixed content.xml text nodes.
* 1.2
  - Fixing missing dll from prior release.
* 1.70
  - Start of joint change log.
  - named_pipes:
    - added continuous read requests.
  - hotkeys:
    - Suppress hotkeys when typing into text boxes.
    - Support for processing multiple keys per frame.
  - simple_options: 
    - Added $skip_initial_callback param.
    - Added Write_Option_Value and Read_Option_Value cues.
  - simple_menu:
    - Fixed column indexing for Call_Table_Method on options menus.
    - Added options menu onOpen signal param with $id, $echo, $columns.
* 1.71
  - Large expansion of the Interact Menu API, including dynamic condition checking in md to determine which actions should show, better control over action display (icons, left/right text, etc), and providing much more information on the context in which a menu is opened.
* 1.72
  - Menu api: added update support for slider values.
  - Pipes api: added extra error detection print for denied access errors.
* 1.73
  - German translation by Le Leon.
* 1.74
  - Interact api: fixed loss of action ordering.
  - Japanese translation by Arkblade.
* 1.75
  - Fixing action table error from prior version.
* 1.76
  - Added Chat_Window_API.
* 1.77
  - Adjusted Simple_Menu_Options.Write_Option_Value to support ids with and without a $ prefix.
* 1.78
  - Refinement to chat window api to better detect the window closing and reopening.
* 1.79
  - Updated pipes dll to match new lua dll in x4 3.3 hotfix 1.
* 1.80
  - Refined pipes dll loading to work with both 3.3 release and hotfix 1.
  - Fixed possible lua loader failure on txt files due to x4 resetting search paths.
* 1.81
  - Fixed possible cause of reconnect loop error in hotkey api.
* 1.82
  - Extension options submenu listing is now sorted.
  - Fixed some temporary oddities with extension options when this api is first added to a game.
* 1.83
  - Added Userdata api, for saving shared data between different save games.
  - Switched hotkeys and simple menu options to store settings in userdata.
* 1.84
  - Improved hotkey api support for non-alphanumeric keys.
* 1.85
  - Improved hotkey api support various keyboard layouts.
* 1.86
  - Hotkey pipe server bugfix.
* 1.87
  - Update/fix to interact api for x4 4.10 beta 5.
* 1.88
  - Fix in interact api for missionid cdata values failing to convert to md, which will now be passed as strings.
* 1.89
  - Update for x4 7.0.
  - Switched menu api to the new color system, replacing Helper.color references.
  - Chat api and hotkey menu integration disabled pending further updates.
* 1.90
  - Fixed interact menu bug introduced in 1.89 that prevented Get_Actions calls.
* 1.91
  - Update for x4 8.0, including 7.5 ui loading changes.
  - Updated hotkey api control menu integration for 7.0 changes, including support for more than two keys per action.
  - Added support for protected ui mode. Pipes api will be disabled in this mode.
    - Note: in this mode the mod might interfere with online functionality due to OnlineGetVersionIncompatibilityState behavior.
  - Added new lua global functions as part of the Lua_Loader_API:
    - Register_Require_Response, adding "require" support to extension lua files in protected ui mode.
    - Register_OnLoad_Init, helping lua files run init functions after the game fully loads.
    - Register_Require_With_Init, combining the above functions in one call.
  - Simple_Menu_API new MD cues:
    - Edit_Registered_Options_Menu
    - Enable_Registered_Options_Menu
    - Disable_Registered_Options_Menu
* 1.92
  - Note: X4 online features do not work with this mod.
  - Patched several lua restricted "Online" functions to return safe values instead of nil for modded menus.
  - Fixed a ui lockup bug when accessing player info.
* 1.93
  - Updated chat window api for 8.0.
  - Fix for hotkeys set in the menu using the ctrl modifier not triggering.
  - Switched to lowercase xml and lua file names for better linux compatability.
  - Fixed issue with OnLoad lua Init functions being called multiple times if another mod includes a copy of older Lua_Loader code.
* 1.94
  - Fix for timelines debriefing window not displaying.
* 1.95
  - Fixed chat window api wrongly suppressing some commands (eg. thereshallbewings).