---------------------------------------------------------------------------------------------------
Version: 0.5.72
Date: 2025.12.21
  Changes:
    - Began using API quality.accumulator_capacity_multiplier instead of my own assumptions about the formula.
  Bugfixes:
    - Fixed rare crash when using mod with Location without an attached surface.
---------------------------------------------------------------------------------------------------
Version: 0.5.62
Date: 2025.12.15
  Info:
    - Initial compatibility with Space Exploration for 2.0.
  Changes:
    - Removed option for disabling shortcut bar button, because it can be disabled in the shortcut bar itself.
    - Disabled balancing for surfaces with frozen daytime, because they do not need accumulators at all.
  Gui:
    - Small redesign of surface parameters.
  Bugfixes:
    - Fixed changing planets in the Planet dropdown not always updating calculations and displayed planet's parameters. 
---------------------------------------------------------------------------------------------------
Version: 0.5.52
Date: 2024.11.03
  Info:
    - Factorio 2.0 version
  Bugfixes:
    - Fixed crash when clicking an already checked radio button.
---------------------------------------------------------------------------------------------------
Version: 0.5.42
Date: 2024.11.03
  Info:
    - Factorio 2.0 version
  Bugfixes:
    - Fixed that the mod ignored on_player_removed event. Added a possible workaround for saves that already suffered the problem.
---------------------------------------------------------------------------------------------------
Version: 0.5.32
Date: 2024.11.01
  Info:
    - Factorio 2.0 version
  Bugfixes:
    - Fixed that any selection tool from other mods would fire counting panels and accums logic.
---------------------------------------------------------------------------------------------------
Version: 0.5.22
Date: 2024.10.31
  Info:
    - Factorio 2.0 version
  Features:
    - Added selection tool to read amount of panels and accumulators from an electric network
---------------------------------------------------------------------------------------------------
Version: 0.5.12
Date: 2024.10.29
  Info:
    - Factorio 2.0 version
  Bugfixes:
    - Fixed crash when upgrading from mod versions below 0.5
---------------------------------------------------------------------------------------------------
Version: 0.5.2
Date: 2024.10.29
  Info:
    - Factorio 2.0 version
  Features:
    - A complete rewrite with new better looking and more easy to use GUI.
---------------------------------------------------------------------------------------------------
Version: 0.3.11
Date: 2022.04.16
  Bugfixes:
    - Fixed crash when adding mod to existing game.
---------------------------------------------------------------------------------------------------
Version: 0.3.1
Date: 2022.04.16
  Features:
    - Added startup setting to disable button in shortcut bar.
    - Added window pin(keep open) button.
  Bugfixes:
    - Fixed crash when loading preset with panels or accums from removed mods.
---------------------------------------------------------------------------------------------------
Version: 0.2.51
Date: 2022.04.14
  Features:
    - Added setting to show/hide top-left button.
    - Added shortcut bar button and keybinding(you need to set it manually)
  Changes:
    - Now pressing E/Escape closes solar-calc window.
---------------------------------------------------------------------------------------------------
Version: 0.2.41
Date: 2022.04.13
  Features:
    - Now text in presets textfields stays there after mod update.
  Bugfixes:
    - Fixed ignoring solar power multiplier when adjusting solar panels count when multiple types of panels are present.
    - Fixed order of recreating GUI menus to show actual power values correctly after mod update.
---------------------------------------------------------------------------------------------------
Version: 0.2.31
Date: 2021.12.04
  Changes:
    - Changed panels and accums count adjusting to better handle floating point math error.
  Optimizations:
    - Get rid of reading surface params 3 times per one calculation.
---------------------------------------------------------------------------------------------------
Version: 0.2.21
Date: 2021.12.01
  Bugfixes:
    - Fixed that saved presets could be lost after upgrading solar-calc mod.
---------------------------------------------------------------------------------------------------
Version: 0.2.11
Date: 2021.11.30
  Bugfixes:
    - Fixed crash when adding solar-calc mod to an existing game.
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 2021.11.27
  Features:
    - Added saving and loading presets.
---------------------------------------------------------------------------------------------------
Version: 0.1.81
Date: 2021.02.07
  Bugfixes:
    - Possible fix to crash in on_configuration_change handler.
---------------------------------------------------------------------------------------------------
Version: 0.1.71
Date: 2021.02.02
  Bugfixes:
    - Fixed crash when other mod creates new surface in on_player_* handler before we get our on_player_created event.
---------------------------------------------------------------------------------------------------
Version: 0.1.70
Date: 2021.02.02
  Info:
    - Factorio 1.0 version
  Bugfixes:
    - Fixed crash when other mod creates new surface in on_player_* handler before we get our on_player_created event.
---------------------------------------------------------------------------------------------------
Version: 0.1.61
Date: 2021.01.31
  Bugfixes:
    - Fixed crash caused by deleting surface with last index in dropdown menu.
---------------------------------------------------------------------------------------------------
Version: 0.1.60
Date: 2021.01.31
  Info:
    - Factorio 1.0 version
  Bugfixes:
    - Fixed crash caused by deleting surface with last index in dropdown menu.
---------------------------------------------------------------------------------------------------
Version: 0.1.50
Date: 2020.12.13
  Info:
    - Factorio 1.0 version
  Bugfixes:
    - Fixed crash caused by wrong gui event filtering.
---------------------------------------------------------------------------------------------------
Version: 0.1.40
Date: 2020.12.12
  Info:
    - Factorio 1.0 version
  Bugfixes:
    - Fixed crash when opening calculator while other gui is opened.
---------------------------------------------------------------------------------------------------
Version: 0.1.31
Date: 2020.12.07
  Bugfixes:
    - Fixed crash in mod upgrading script.
---------------------------------------------------------------------------------------------------
Version: 0.1.30
Date: 2020.12.07
  Info:
    - Factorio 1.0 version
  Bugfixes:
    - Fixed crash in mod upgrading script.
---------------------------------------------------------------------------------------------------
Version: 0.1.21
Date: 2020.12.07
  Info:
    - Added support to upgrade from 1.0 version.
---------------------------------------------------------------------------------------------------
Version: 0.1.20
Date: 2020.12.07
  Info:
    - Backport to Factorio 1.0 version.
---------------------------------------------------------------------------------------------------
Version: 0.1.11
Date: 2020.12.06
  Info:
    - Initial release