From 399c27a452910e6a55b291d0ff7901ce23149638 Mon Sep 17 00:00:00 2001 From: Albert S Date: Tue, 14 Jun 2022 17:41:07 +0200 Subject: [PATCH] Release: v0.3 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae53c2..d1749bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # looqs: Release notes +## 2022-06-14 - v0.3 +CHANGES: +- GUI: Add settings tab to configure various settings +- GUI: Don't render previews for results that do not originate from a content search. This was confusing. +- GUI: Remove 'open config file' menu action +- GUI: Highlight "words" that are actually numbers in preview texts +- search: Search for "words" that are a number, e. g. 23. Previously, those were ignored due to a regression. +- CLI: Minor cleanups. +- sandbox: Improve preview generation sandbox further by restricting it more +- sandbox: Fix case where activiation would fail during indexing in some cases on kernels without landlock. +- Remove 'firstrun' setting + + ## 2022-06-07 - v0.2 CHANGES: - Sandboxing: Add environment variable `LOOQS_DISABLE_SANDBOXING` to disable sandboxing. This is intended for troubleshooting diff --git a/README.md b/README.md index 4f4d1ac..07e72eb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There is no need to write the long form of filters. There are also booleans avai ## Current status -Last version: 2022-06-07, v0.2 +Last version: 2022-06-14, v0.3 Please see [Changelog](CHANGELOG.md) for a human readable list of changes.