You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved handling of unchecked squares (which are seldom found in U.S.-style crosswords, but very common in cryptics). In earlier versions, displaying clues for or navigating through unchecked squares in certain ways could cause crashes, but that should no longer be the case.
Introducing shift-arrow navigation for cruising through the grid perpendicular to your cursor direction. That was (and remains) available using the [ and ] keys, but shift-left, -right, -up, and -down now behave pretty intuitively.
Should have Windows support now! This only required using a (slightly) newer version of blessed, but I've been told it works.