---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 2021-08-06
  Major Features:
    - Version 2.0 "To infinity and beyond". Rewritten from scratch.
    - Stockpiles now come in 32 sizes, from 1x1 to 32x32. Switchable with
      standard keys for tile-placemant size. So there is only one item now.
    - Stockpiles now support all 6 logistic modes. Configurable via GUI.
    - Stockpiles now have increased density, storing nine stacks per tile.
    - Stockpiles larger than 6x6 now support "infinity mode" in which they
      can store an infinite amount of a single simple item. This mode is highly
      optimized and about 20-times faster than similar mods.
    - Stockpile visualization mode is now customizable for each pile (OCD friendly).
    - Copy/Paste and blueprinting is of course fully supported.
    - Icreased rendering performance and response time by not rendering
      off-screen stockpiles.
---------------------------------------------------------------------------------------------------
Version: 1.9.2
Date: 2021-08-13
  Internal:
    - Pre-2.0 alpha.
---------------------------------------------------------------------------------------------------
Version: 1.9.1
Date: 2021-08-12
  Internal:
    - Pre-2.0 alpha.
    - Fixed stockpile-1 recognition of stockpile-2 entities.
    - Shelved stockpile entity ground graphic generation due to speed.
    - Implemented logistic mode change via GUI and R button.
    - Implemented setting infinity filter.
---------------------------------------------------------------------------------------------------
Version: 1.9.0
Date: 2021-08-11
  Internal:
    - Pre-2.0 alpha.
    - Implemented stockpile entity prototype generation.
    - Implemented stockpile entity wall graphic generation.
    - Implemented basic GUI.
---------------------------------------------------------------------------------------------------
Version: 1.0.3
Date: 2021-08-06
  Internal:
    - Preparation for 2.0 upgrade.
    - Changed internal structure to erlib plugin style.
    - Adapted to use erlib PluginManager and EventManager.
---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 2021-04-26
  Internal:
    - Changed custom inputs to use erlib-style on_linked_input_* names.
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 2021-03-15
  Bugfixes:
    - Adjusted stockpile logistic mode name color to be better readable with new factorio gui color scheme.
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2020-12-14
  Features:
    - Changed version to factorio base version 1.1+.
    - Changed internal mod name to "eradicators-stockpile".
  Bugfixes:
    - Some minor fixes due to factorio api changes in base version 1.1.
    - Added a migration to auto-refresh all item stacks after mod name change.
---------------------------------------------------------------------------------------------------
Version: 0.0.7
Date: 2019-11-03
  Features:
    - Changed version to factorio base version 0.18+. No code changes nessecary.
---------------------------------------------------------------------------------------------------
Version: 0.0.6
Date: 2019-11-03
  Bugfixes:
    - Server chat commands don't crash the game anymore (for real this time i hope...)
---------------------------------------------------------------------------------------------------
Version: 0.0.5
Date: 2019-09-29
  Bugfixes:
    - Server chat commands don't crash the game anymore.
    - Stockpile inventory is auto-sorted when changing logistic mode.
---------------------------------------------------------------------------------------------------
Version: 0.0.4
Date: 2019-09-07
  Features:
    - Mode-Rotation now works backwards too (default: Shift+R).
    - Increased mining-time of stockpiles to prevent accidentally picking them up.
  Localization:
    - Added German and Japanese support.
    - Names show mode/size of stockpiles dynamically now.
  Internal:
    - Made localisations use dynamic strings to reduce the number of strings to translate.
  Bugfixes:
    - Loading of existing maps that never had the mod installed works again.
---------------------------------------------------------------------------------------------------
Version: 0.0.3
Date: 2019-09-06
  Major Features:
    - Reduced stockpile tier count to factorio-typical three-tier system.
    - Stockpiles now support logistical modes "storage" and "passive provider".
  Breaking changes (summary):
    - Previously small stockpiles are now medium.
    - Large stockpile is now slightly larger.
---------------------------------------------------------------------------------------------------
Version: 0.0.2
Date: 2019-09-06
  Major Features:
    - Initial release
---------------------------------------------------------------------------------------------------
Version: 0.0.1
Date: 2019-09-01
  Major Features:
    - Start of development