X-Git-Url: http://git.scottworley.com/tablify/blobdiff_plain/0b81ccac1e30d454b494d80b58c578ef277044f5..61a7497779d8e9a7d7b73a53c55d252177d68e1c:/Changelog diff --git a/Changelog b/Changelog index 6251f29..57c4747 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,30 @@ ## [Unreleased] +## [0.5.1] - 2024-10-04 +- Fix hover highlight for relabeled columns + +## [0.5.0] - 2024-10-04 +- `!label col:new label` to substitute a different label for a column +- Use Unicode tally marks to coalesce multiple no-colon entries + (If you need a font for these, I recommend "BabelStone Han") +- Don't color the background of cells that contain only '×'s + +## [0.4.0] - 2024-10-03 +- Read column threshold from `!col_threshold ` in input +- Allow forcing column layout with `!col ` in input +- `!colsep` to separate `!col` columns +- `!hide` to hide a column + +## [0.3.0] - 2024-10-02 +- Center text in each cell +- Escape HTML characters properly +- Fix an unnecessary O(n^2)ism +- Rare events appear as end-of-line notes rather than mostly-empty columns +- Double blank line for small break between rows + +## [0.2.1] - 2024-08-20 +- A little more space up top +- Sort columns _descending_ by frequency ## [0.2.0] - 2024-08-19 Initial release