2 - Lighten background shading
4 ## [0.5.1] - 2024-10-04
5 - Fix hover highlight for relabeled columns
7 ## [0.5.0] - 2024-10-04
8 - `!label col:new label` to substitute a different label for a column
9 - Use Unicode tally marks to coalesce multiple no-colon entries
10 (If you need a font for these, I recommend "BabelStone Han")
11 - Don't color the background of cells that contain only '×'s
13 ## [0.4.0] - 2024-10-03
14 - Read column threshold from `!col_threshold <N>` in input
15 - Allow forcing column layout with `!col <name>` in input
16 - `!colsep` to separate `!col` columns
17 - `!hide` to hide a column
19 ## [0.3.0] - 2024-10-02
20 - Center text in each cell
21 - Escape HTML characters properly
22 - Fix an unnecessary O(n^2)ism
23 - Rare events appear as end-of-line notes rather than mostly-empty columns
24 - Double blank line for small break between rows
26 ## [0.2.1] - 2024-08-20
27 - A little more space up top
28 - Sort columns _descending_ by frequency
30 ## [0.2.0] - 2024-08-19