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