The main fix with this is improving performance for group lookups. Tested successfully with 12,000+ contacts. Before, it was just way too slow to be useful.
The technical reason behind this is that I was using NSCollectionView, which has horrible performance. For this version I’ve replaced it with a classic NSTableView, which performs great.