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