From c0a9e4fdcee206b67d80235213a97e30b4a32229 Mon Sep 17 00:00:00 2001 From: Reupen Shah Date: Tue, 25 Aug 2020 20:23:14 +0100 Subject: [PATCH] Update change log This adds recent changes to the change log. --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c3e10bc..7d56088fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,25 @@ # Change log -## Development version +## 1.5.0 + +### Features + +* Filter search now allows the use of [time-based expressions](https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Query_syntax#Time_expressions). [[#300](https://github.com/reupen/columns_ui/pull/300)] + + Note that these currently don’t update continuously when results change due to e.g. the system time advancing. ### Bug fixes * Custom Album list panel active item frame colours are now included in exported FCL files. [[#316](https://github.com/reupen/columns_ui/pull/316)] +* A crash or other unexpected behaviour when certain emojis were displayed in the Item details panel was fixed. [[#323](https://github.com/reupen/columns_ui/pull/323), [#324](https://github.com/reupen/columns_ui/pull/324)] + + Word-wrapping behaviour may be slightly different from earlier versions as a result of the fix. + +* A bug where a panel copied during live editing may have had stale configuration data was fixed. [[#320](https://github.com/reupen/columns_ui/pull/320)] + +* The Item properties panel no longer has tab-based alignment and columns enabled, due to the confusing behaviour caused when tab characters are encountered in metadata. [[#319](https://github.com/reupen/columns_ui/pull/319)] + ## 1.4.1 ### Bug fixes