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