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
Open Tailor projects from Finder, don't show an empty window (#84).
Changing a value in a cell again shows a free-form text editor, instead of a restrictive two-decimal DoubleSpinBox which didn't accept scientific notation like 1.2e-3.
Correctly handle dark mode on Windows.
Fix a RecursionError when you entered an assignment into a column expression. For example, 'y = 4' is valid Python code, but not a valid expression ('col3 = y = 4'??). This broke Tailor in subtle ways.