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