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