From 9e3d3b1dd434fd9363c67b207ebcc4acd61e2e56 Mon Sep 17 00:00:00 2001 From: Albert S Date: Mon, 6 Jun 2022 17:23:21 +0200 Subject: [PATCH] Begin CHANGELOG.md --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59248cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# looqs: Release notes + +## 2022-06-XX - v0.1 +The first release comes with basic functionality. It's a start that can be considered useful to some degree. + +looqs is still at an early stage and may exhibit some weirdness and contain bugs. + +Tested architectures: amd64. + +CHANGES: +- CLI command "looqs" to add/update/delete and search +- GUI: "looqs-gui" to search, render previews, and add files to index +- General: Add multi-threaded indexing of all files (paths, mtime) +- General: Generate sqlite based full-text search index for: .pdf,.odt,.ods, text files +- General: Sandboxed content processing +- GUI: Sandboxed IPC sub-process to render previews. +- GUI: Add previews for pdf: Render the page the search keywords were found. Highlight the keywords when rendering the page. +- GUI: Add previews for plaintext files: Extract snippets. Highlight the keywords when rendering the page. +- General: Add basic filters for query. +- GUI: Add icon. Special thanks to the following sources: + https://www.svgrepo.com/svg/151751/magnifier-with-small-handle + https://www.svgrepo.com/svg/52764/open-book + + Thanks! +- General: Documentation. + +- Add packages: Ubuntu 21.10, 22.04 + +Thanks to all those who provided feedback (and endured bugs) at various stages. You know who you are, thx!