]>
Commit | Line | Data |
---|---|---|
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 | - `!hide` to hide a column | |
6 | ||
7 | ## [0.3.0] - 2024-10-02 | |
8 | - Center text in each cell | |
9 | - Escape HTML characters properly | |
10 | - Fix an unnecessary O(n^2)ism | |
11 | - Rare events appear as end-of-line notes rather than mostly-empty columns | |
12 | - Double blank line for small break between rows | |
13 | ||
14 | ## [0.2.1] - 2024-08-20 | |
15 | - A little more space up top | |
16 | - Sort columns _descending_ by frequency | |
17 | ||
18 | ## [0.2.0] - 2024-08-19 | |
19 | Initial release |