]> git.scottworley.com Git - tablify/blame - Changelog
`!label col:new label` to substitute a different label for a column
[tablify] / Changelog
CommitLineData
0b81ccac 1## [Unreleased]
d669f60d 2- `!label col:new label` to substitute a different label for a column
e43fba20
SW
3
4## [0.4.0] - 2024-10-03
e44de444 5- Read column threshold from `!col_threshold <N>` in input
a411a19d 6- Allow forcing column layout with `!col <name>` in input
a0577201 7- `!colsep` to separate `!col` columns
3135b2cd 8- `!hide` to hide a column
166a543d
SW
9
10## [0.3.0] - 2024-10-02
b8b365ce 11- Center text in each cell
70436f23 12- Escape HTML characters properly
88a08162 13- Fix an unnecessary O(n^2)ism
31af9aac 14- Rare events appear as end-of-line notes rather than mostly-empty columns
14a039db 15- Double blank line for small break between rows
b62c9b5d
SW
16
17## [0.2.1] - 2024-08-20
3bc643e9 18- A little more space up top
38d1167a 19- Sort columns _descending_ by frequency
0b81ccac
SW
20
21## [0.2.0] - 2024-08-19
22Initial release