2 - `!label col:new label` to substitute a different label for a column
4 ## [0.4.0] - 2024-10-03
5 - Read column threshold from `!col_threshold <N>` in input
6 - Allow forcing column layout with `!col <name>` in input
7 - `!colsep` to separate `!col` columns
8 - `!hide` to hide a column
10 ## [0.3.0] - 2024-10-02
11 - Center text in each cell
12 - Escape HTML characters properly
13 - Fix an unnecessary O(n^2)ism
14 - Rare events appear as end-of-line notes rather than mostly-empty columns
15 - Double blank line for small break between rows
17 ## [0.2.1] - 2024-08-20
18 - A little more space up top
19 - Sort columns _descending_ by frequency
21 ## [0.2.0] - 2024-08-19