Release note / v0.6.4

Pattern search and replace is now practical on larger maps.

Repeated tile cleanup is faster thanks to broader search windows, better wildcard behavior, and a clearer view of replacement intent.

Large maps make repetition expensive. This release improves the pattern-search workflow so broad cleanup passes can happen inside the editor instead of forcing one-off manual fixes.

  • 01

    Search windows scale up without becoming unreadable.

    The find-and-replace workflow is better suited to multi-layer cleanup passes. It focuses on pattern intent rather than making the user simulate the same operation tile by tile.

  • 02

    Replacement rules are clearer before commit.

    Wildcard handling and replacement structure are easier to inspect, which lowers the risk of broad edits that need immediate rollback.