From 2ff723bcd0204285a4cc4a48bb34bd528a929e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Thu, 1 Jun 2023 16:43:52 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2220344f..a1f12abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Add textual tags support that can be queried through the search engine. * Make = in the search engine work as : does. * Add new operators to the search engine: exact match ==, <, >, <=, >=. +* Support filtering by since/before dates in the search engine. e.g. `added > 7` means recent content added since 7 days ago, and `added < 30` means content added before the last 30 days. +* Show the full library path in the dialog shown to warn about missing libraries. +* Fix scroll bar in the info comics view in Qt6 builds. + +### All Apps +* New icons for macos. ## 9.12