]> git.scottworley.com Git - tablify/blob - Changelog
Use Default trait for default Config
[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 - `!colsep` to separate `!col` columns
5
6 ## [0.3.0] - 2024-10-02
7 - Center text in each cell
8 - Escape HTML characters properly
9 - Fix an unnecessary O(n^2)ism
10 - Rare events appear as end-of-line notes rather than mostly-empty columns
11 - Double blank line for small break between rows
12
13 ## [0.2.1] - 2024-08-20
14 - A little more space up top
15 - Sort columns _descending_ by frequency
16
17 ## [0.2.0] - 2024-08-19
18 Initial release