]> git.scottworley.com Git - tablify/blame - Changelog
Render tally marks with overridden mark character
[tablify] / Changelog
CommitLineData
0b81ccac 1## [Unreleased]
defb3aed 2- Lighten background shading
c1c11cfc
SW
3
4## [0.5.1] - 2024-10-04
aa80485a 5- Fix hover highlight for relabeled columns
21575615
SW
6
7## [0.5.0] - 2024-10-04
d669f60d 8- `!label col:new label` to substitute a different label for a column
f8c2cab2
SW
9- Use Unicode tally marks to coalesce multiple no-colon entries
10 (If you need a font for these, I recommend "BabelStone Han")
a1a4b3c8 11- Don't color the background of cells that contain only '×'s
e43fba20
SW
12
13## [0.4.0] - 2024-10-03
e44de444 14- Read column threshold from `!col_threshold <N>` in input
a411a19d 15- Allow forcing column layout with `!col <name>` in input
a0577201 16- `!colsep` to separate `!col` columns
3135b2cd 17- `!hide` to hide a column
166a543d
SW
18
19## [0.3.0] - 2024-10-02
b8b365ce 20- Center text in each cell
70436f23 21- Escape HTML characters properly
88a08162 22- Fix an unnecessary O(n^2)ism
31af9aac 23- Rare events appear as end-of-line notes rather than mostly-empty columns
14a039db 24- Double blank line for small break between rows
b62c9b5d
SW
25
26## [0.2.1] - 2024-08-20
3bc643e9 27- A little more space up top
38d1167a 28- Sort columns _descending_ by frequency
0b81ccac
SW
29
30## [0.2.0] - 2024-08-19
31Initial release