v5.1.x Patch Notes
Future Patches
Section titled “Future Patches”This section will document any future patch-level changes for v5.1.x releases.
Why this is minor: The change doesn’t affect the public API surface - it’s an internal implementation improvement that makes persistence more reliable and easier to use.
Changes:
- Removed
PlaceableInstancenode-based tracking - Added
gb_placementmetadata dictionary for tracking placed objects - Introduced
GBPlacementPersistenceutility class for save/load operations - Updated all placement workflows to use metadata instead of components
Migration Steps:
- Replace
PlaceableInstancereferences with metadata queries usingget_meta("gb_placement") - Update save/load logic to use
GBPlacementPersistence.get_all_placed_objects()andsave_placement_data() - See the Placement Persistence Migration guide for detailed examples
Version 5.0.0
Section titled “Version 5.0.0”Release Date: September 2025
Summary: Initial stable release of Grid Building v5.0.
- Complete rewrite of placement and building systems
- Rule-based placement validation framework
- Comprehensive indicator management system
- Full multiplayer support with deterministic workflows
- Extensive API documentation and guides