]>
Commit | Line | Data |
---|---|---|
1 | ## [Unreleased] | |
2 | - `!label col:new label` to substitute a different label for a column | |
3 | - Use Unicode tally marks to coalesce multiple no-colon entries | |
4 | (If you need a font for these, I recommend "BabelStone Han") | |
5 | ||
6 | ## [0.4.0] - 2024-10-03 | |
7 | - Read column threshold from `!col_threshold <N>` in input | |
8 | - Allow forcing column layout with `!col <name>` in input | |
9 | - `!colsep` to separate `!col` columns | |
10 | - `!hide` to hide a column | |
11 | ||
12 | ## [0.3.0] - 2024-10-02 | |
13 | - Center text in each cell | |
14 | - Escape HTML characters properly | |
15 | - Fix an unnecessary O(n^2)ism | |
16 | - Rare events appear as end-of-line notes rather than mostly-empty columns | |
17 | - Double blank line for small break between rows | |
18 | ||
19 | ## [0.2.1] - 2024-08-20 | |
20 | - A little more space up top | |
21 | - Sort columns _descending_ by frequency | |
22 | ||
23 | ## [0.2.0] - 2024-08-19 | |
24 | Initial release |