From 896a149fb96600b065a56e73e5425c1080b1cf0c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 Jun 2018 23:29:58 +0300 Subject: [PATCH] - Regex for Advanced filter. It aims to solve search in bigger text fields, and using wildcards. A change to translations was made for adding info about regex and escaping characters with \ Thanks to feuerball11 and xet7 ! --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc76b559..e334befc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.07 2018-06-14 Wekan release + +This release adds the following new features: + +* [Regex for Advanced filter. It aims to solve search in bigger text fields, and using wildcards. + A change to translations was made for adding info about regex and escaping characters + with \](https://github.com/wekan/wekan/pull/1702). + +Thanks to GitHub users feuerball11 and xet7 for their contributions. + # v1.06 2018-06-14 Wekan release This release fixes the following bugs: