1. Version 2.0.23 released as stable
  2.  
  3. Minor Features
  4. Assemblers circuit allows to choose if items in crafting should be included by read contents.
  5. Asteroid collector circuit allow to choose if items held by hands should be included by read contents.
  6.  
  7. Changes
  8. Jelly is no longer mined from Slipstack trees so it is less confusing where to get jelly from.
  9. Nightvision is less orange.
  10. Moved the "Any quality" option into the comparison dropdown.
  11. Disabled spoiling for items created in an infinity chest until the first time they are removed from said chest.
  12. Removed "Select previous technology" control which didn't work (replaced with the generic back/forward navigation in 2.0). more
  13. Added an error message when manually trying to launch a rocket to a full space platform.
  14. Changed space platforms to not delete items on the ground when deconstructing them. more
  15. Added back a simple version of the Sandbox scenario. Improved the behavior of god controller.
  16.  
  17. Optimizations
  18. Improved asteroid chunk creation and movement performance.
  19. Improved chart overlay performance in several cases.
  20.  
  21. Bugfixes
  22. Fixed that undo tooltips could show the wrong surface. more
  23. Fixed quality selector not appearing in infinity chest GUI if qualities are not yet unlocked. more
  24. Fixed quality selectors in unfocused windows reacting to quality cycling. Fixes quality cycling while selecting upgrade planner entity modules.
  25. Fixed selector combinator using the old quality dropdown UI.
  26. Fixed a desync when holding blueprints with spidertrons. more
  27. Fixed "option" key name on macOS. more
  28. Fixed modifier key order on macOS.
  29. Fixed that reaching inventory transfer limit didn't cancel additional item requests. more
  30. Fixed performance issue when long transport line sequence is remerging while having active belt reader. more
  31. Fixed "So Long and Thanks for all the Fish" achievement not triggering with Space Age enabled more
  32. Fixed robots cancelling module upgrade requests if they didn't have enough storage for the old modules. more
  33. Fixed that upgrading a rocket silo destroyed the second rocket if it was prepared. more
  34. Fixed drawing of quality conditions in entity/blueprint preview in GUI. more
  35. Fixed screenshot command crash when passing zoom of 0. more
  36. Fixed it was not possible to copy settings between artillery wagons. more
  37. Fixed another script issue in orbital logistics tips. more
  38. Fixed that undoing a module upgrade didn't update the GUI. more
  39. Fixed missing technology dependencies in quality technologies when playing base+quality. more
  40. Fixed stack inserter would start dropping partial held stack when waking up by control behavior. more
  41. Fixed an issue with obtaining achievements after loading a save file in some cases. more
  42. Fixed construction robots not delivering items to an entity marked for upgrade. more
  43. Fixed rocket silos requesting more items than their inventory size. more
  44. Fixed flamethrower sound still playing after a tank is deactivated or destroyed with its ghost created. more
  45. Fixed a crash when interacting with ghost tanks in some scenarios. more
  46. Fixed persistent working sounds remaining silent after fading out on pause. more
  47. Fixed that you could exit the rocket while landing on space platforms. more
  48. Fixed a crash when your inventory was full and robots were trying to store items in your inventory. more
  49. Fixed that infinite item resources would not produce if the yield went below 100%. more
  50. Fixed that the automated insertion limit tooltip for artillery turrets was incorrect. more
  51. Fixed cargo pod didn't have transparent background when landing on Fulgora. more
  52. Fixed some light sprites rendered incorrectly when Occlude light sprites option was disabled. more
  53. Fixed surface list being too tall when loading into a game in remote view. more
  54. Fixed generic interrupt logic not replacing station names in wait conditions. more
  55. Fixed that modded custom cameras would always show fog of war. more
  56. Fixed a crash when pinning resource patch results that had been fully mined. more
  57. Fixed that clicking the "delete blueprint book" button in the same tick auto-save started as a multiplayer host would crash the game. more
  58. Fixed that the display panel would lose its settings when fast-replaced. more
  59. Fixed that the bonus GUI did not show recyclers benefiting from belt stack size research. more
  60. Fixed that space platforms could get stuck waiting for rockets which became frozen. more
  61. Fixed spidertron inventory sort interfering with item pickup requests. more
  62. Fixed problems with incorrect setting of allowTipActivationFlag. more
  63. Fixed robots attempting to enter a roboport which had all slots reserved for robots of a different type. more
  64. Fixed trains and logistics map views would not preserve their settings. more
  65. Fixed the tips and tricks window on small screens.
  66. Fixed on screen keyboard appearing when some tips and tricks were shown. more
  67. Fixed renaming all trains stops wouldn't rename the stops in wait conditions or interrupts. more
  68. Fixed that slow-moving asteroid chunks didn't collide with space platform tiles. more
  69. Fixed a crash when the game tried to unlock Steam achievements in minimal mode.
  70. Fixed a crash when trying to open tips and tricks from chat. more
  71. Fixed that cancelling entity upgrade didn't remove invalid requests. more
  72. Fixed choppy fog animation in saves with 300+ hours of play time. more
  73. Fixed a consistency issue when script inserts items at the back of a stopped transport belt. more
  74. Fixed requested robots failing to cross a gap in the network. more
  75. Fixed that space platform included thrusters marked for deconstruction in "can produce enough thrust" calculation. more
  76. Fixed death messages for players with no username. more
  77. Fixed stack inserters would not drop held items if they became incompatible due to filter change.
  78. Fixed Quick Panel Panels tab missing next/previous page labels. more
  79. Fixed a crash when opening assembling machines with a fixed recipe in latency. more
  80. [space-age] Fixed that some recipes could not be crafted by god controller. more
  81.  
  82. Modding
  83. Corpses used by entities with health automatically use the collision box of the parent entity. more
  84. Added LuaEntityPrototype::auto_setup_collision_box which defaults to true.
  85.  
  86. Scripting
  87. Added LuaEntityPrototype::auto_setup_collision_box read.
  88. Events::on_cargo_pod_finished_ascending Lua event added.
  89. 'rocket-launched' achievement condition now triggered by cargo pod ascending instead of rocket.
  90. removed property 'player_index' from Events::on_rocket_launched data.
  91. Changed LuaLogisticPoint::targeted_items_deliver and targeted_items_pickup to include quality.
  92. Changed all instances of get_item_count to support quality.
  93. Changed LuaPlayer::get_quick_bar_slot to include quality.
  94. Changed LuaEquipmentGrid::get_contents() to include quality.
  95. Changed LuaEquipmentGrid::count() to support quality.
  96. Changed LuaEntity::storage_filter read to include quality.
  97. Added quality to selected_prototype during custom input events.
  98. Added GameViewSettings::show_surface_list property to control its vibility in the Remote View.
  99.