]> git.scottworley.com Git - tablify/blame_incremental - Changelog
Usage documentation
[tablify] / Changelog
... / ...
CommitLineData
1## [Unreleased]
2- `!label col:new label` to substitute a different label for a column
3- Use Unicode tally marks to coalesce multiple no-colon entries
4 (If you need a font for these, I recommend "BabelStone Han")
5- Don't color the background of cells that contain only '×'s
6
7## [0.4.0] - 2024-10-03
8- Read column threshold from `!col_threshold <N>` in input
9- Allow forcing column layout with `!col <name>` in input
10- `!colsep` to separate `!col` columns
11- `!hide` to hide a column
12
13## [0.3.0] - 2024-10-02
14- Center text in each cell
15- Escape HTML characters properly
16- Fix an unnecessary O(n^2)ism
17- Rare events appear as end-of-line notes rather than mostly-empty columns
18- Double blank line for small break between rows
19
20## [0.2.1] - 2024-08-20
21- A little more space up top
22- Sort columns _descending_ by frequency
23
24## [0.2.0] - 2024-08-19
25Initial release