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