From c1f12c3ec0b1d7a9385d6f254a4da23b012af6bb Mon Sep 17 00:00:00 2001 From: Gordon Date: Tue, 8 Jun 2021 14:02:01 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d12609..bdced75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # 0.11.0 -* Added KaTeX support to task markdown (description and comments) using `$$...$$` for blocks and `$...$` for inline -* Added syntax highlighting to code blocks in task markdown (description and comments) -* Added column sorting +* KaTeX support in task markdown (description and comments) using `$$...$$` for blocks and `$...$` for inline +* Syntax highlighting for code blocks in task markdown (description and comments) +* Columns can now be sorted, with the ability to optionally save sort settings per column * Added relations and custom fields to task cards -* Added task card customisation using `board.css` -* Added custom fields to task editor +* Task cards can be customised using `board.css` +* Custom fields can be modified using task editor +* Board can be filtered by custom field values # 0.10.0