1 ---------------------------------------------------------------------------------------------------
 
   6     - GUI reworked. Now shows currently configured key bindings.
 
   8 ---------------------------------------------------------------------------------------------------
 
  13     - Overall better error handling.
 
  15 ---------------------------------------------------------------------------------------------------
 
  20     - More pcalls = more good.
 
  22 ---------------------------------------------------------------------------------------------------
 
  27     - Global storage should work again.
 
  28     - Language file update.
 
  30 ---------------------------------------------------------------------------------------------------
 
  35     - Initial compatibility with Factorio 2.0
 
  37 ---------------------------------------------------------------------------------------------------
 
  42     - Fixed bug introduced with the last bugfix. "game.print(game.players[1].name)" should work again.
 
  44 ---------------------------------------------------------------------------------------------------
 
  49     - Fixed game.player string replacement to support non-chained use: "local a = game.player game.print(a.name)" should work now.
 
  51 ---------------------------------------------------------------------------------------------------
 
  56     - Set a maximal height of the console frame to prevent controls getting lost.
 
  58 ---------------------------------------------------------------------------------------------------
 
  63     - Make console movable and autocenter on open.
 
  65 ---------------------------------------------------------------------------------------------------
 
  70     - Version-Bump. No functional changes. (I am still alive :)
 
  72 ---------------------------------------------------------------------------------------------------
 
  77     - Version-Bump. No functional changes.
 
  79 ---------------------------------------------------------------------------------------------------
 
  84     - Now remembers the input-script.
 
  85     - Last input can be executed without opening by using keybindings only.
 
  86     - Default keybinding to execute last input-script: CONTROL + ENTER.
 
  89     - Default keybinding to open: from SHIFT + RIGHTBRACKET to CONTROL + RIGHTBRACKET.
 
  91 ---------------------------------------------------------------------------------------------------
 
  96     - No functional changes.
 
  98 ---------------------------------------------------------------------------------------------------
 
 103     - Moved git repository. No functional changes.
 
 105 ---------------------------------------------------------------------------------------------------
 
 110     - Update to factorio 0.18.x.
 
 112 ---------------------------------------------------------------------------------------------------
 
 119 ---------------------------------------------------------------------------------------------------
 
 124     - Added check for admin status ... but this mod should not be used in multiplayer games anyway!
 
 126 ---------------------------------------------------------------------------------------------------
 
 131     - Polished, gitified and published my transition helper mod.