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