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