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
Fix the common PGN issue where the last move is an illegal king move due to a digital board sensing a king going to a central square (which is how the players indicate the result). Previously such files would be rejected, but it's common enough (e.g. from Lichess live broadcasts) to be worth handling as a special case.
Clicking the winrate graph and dragging the mouse left or right will now advance / backup the position as you'd expect. (It's not quite perfect if you drag quickly past the end, alas...)
Fix a bug in how the FEN handler deals with a certain type of illegal FEN.
By default, clear logfile upon opening it (but this can be changed in the menu).
Fix a very dubious decision I made years ago about how to handle situations where the GUI was becoming laggy (e.g. due to opening some huge file or something). Previously some important user inputs might be dropped in such a situation; but now hopefully only unimportant user inputs will be dropped.
Tell me if you notice any lag (responsiveness issues) caused by this change.