]> git.scottworley.com Git - tablify/blob - Changelog
Allow forcing column layout with `!col <name>` in input
[tablify] / Changelog
1 ## [Unreleased]
2 - Read column threshold from `!col_threshold <N>` in input
3 - Allow forcing column layout with `!col <name>` in input
4
5 ## [0.3.0] - 2024-10-02
6 - Center text in each cell
7 - Escape HTML characters properly
8 - Fix an unnecessary O(n^2)ism
9 - Rare events appear as end-of-line notes rather than mostly-empty columns
10 - Double blank line for small break between rows
11
12 ## [0.2.1] - 2024-08-20
13 - A little more space up top
14 - Sort columns _descending_ by frequency
15
16 ## [0.2.0] - 2024-08-19
17 Initial release