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