Update changelog

This commit is contained in:
Gordon 2021-06-08 14:02:01 +01:00
parent 58cf1eb003
commit c1f12c3ec0

View File

@ -1,11 +1,12 @@
# 0.11.0 # 0.11.0
* Added KaTeX support to task markdown (description and comments) using `$$...$$` for blocks and `$...$` for inline * KaTeX support in task markdown (description and comments) using `$$...$$` for blocks and `$...$` for inline
* Added syntax highlighting to code blocks in task markdown (description and comments) * Syntax highlighting for code blocks in task markdown (description and comments)
* Added column sorting * Columns can now be sorted, with the ability to optionally save sort settings per column
* Added relations and custom fields to task cards * Added relations and custom fields to task cards
* Added task card customisation using `board.css` * Task cards can be customised using `board.css`
* Added custom fields to task editor * Custom fields can be modified using task editor
* Board can be filtered by custom field values
# 0.10.0 # 0.10.0