- Significantly reduced the intensity of the red screen flash when the player character takes damage.
- Changed fish so they won't swim into inactive chunks. (102295)
- Changed slowdown capsule and posion capsule icons to be matching in size. (85558)
- Added email authentication to login GUIs.
- Fixed that overwriting ItemRequestProxy item requests wasn't working properly in some cases when the same item was already requested. (102022)
- Fixed that loading a mod with a corrupted image file would crash the whole game on Linux. (102067)
- Fixed a crash with ghost overbuilding and script interactions. (102136)
- Fixed that infinite technologies didn't respect ignore_tech_cost_multiplier. (102179)
- Fixed that LuaEntity::belt_neighbours didn't work on ghosts. (102178)
- Fixed an issue with item-with-inventory extending inventories and quickbars. (102095)
- Fixed that a train stop helper would not draw when hovering inserters next to rails that were not straight connected to a train stop. (101954)
- Fixed a crash when fast replacing electric pole marked to be deconstructed when there is another ghost pole on top of it. (101536)
- Fixed a crash when creating a blueprint with connected electric pole while it has an upgrade target set to not electric pole. (101375)
- Removed a NaN check when loading map. (102198)
- Fixed a screenshot for save file preview would not account for a force of a player. (102090)
- Removed duplicated frame in grenade and cluster grenade animation. (102060)
- Fixed a map loading issue when changing mod dependencies and nothing else. (102253)
- Fixed a crash when trying to perform some actions while in multiplayer. (101609)
- Fixed rotating entities with non-symetric bounding boxes didn't work correctly. (101611)
- Fixed that already built pipes to ground could show removal indicators for pipes they are bridging when selected.
- Fixed the runtime multiplayer settings GUI wouldn't fit on screen. (102272)
- Fixed that inserters could be flipped in some cases when they weren't supposed to allow it. (102294)
- Fixed that cliff deconstruction wasn't issued when the corrected cliff collision box overlapped with ghost entities. (66400)
- Added on_research_cancelled.
- Added on_player_reverse_selected_area.