Bug Fixes

Immediate update after v3.0.0 to fix preliminary bugs.

Bug Fixes

Startup crash
App Delegate could try to remove an observer that wasn’t registered yet.

Multi-Unit drag
Dragging multi-selected units could cause crash by trying to name the undo group before creating it.

Gels Detail Table
When opening Gels detail, the app could crash by trying to set the wrong property.

Gel creation
Gel colors didn’t show up in creation view.

Swap/Add to Truck
Because the creation view creates a child managed object context, all new objects that are created must be translated to parent context before they can be manipulated.

Add Crew
Trying to clear Crew creation table when it will disappear can result in crash from trying to replace array object with nil.