update CHANGELOG.md

This commit is contained in:
Albert S. 2022-05-31 11:15:21 +02:00
والد 690e3ede27
کامیت 97c7ed13ab
1فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده

مشاهده پرونده

@ -8,15 +8,14 @@ Tested architectures: amd64.
CHANGES: CHANGES:
- CLI command "looqs" to add/update/delete and search - CLI command "looqs" to add/update/delete and search
- GUI: "looqs-gui" to search, render previews, and add files - GUI: "looqs-gui" to search, render previews, and add files to index
to index
- General: Add multi-threaded indexing of all files (paths, mtime) - General: Add multi-threaded indexing of all files (paths, mtime)
- General: sqlite based full-text search for: .txt,.pdf,.odt,.ods,.html... - General: Generate sqlite based full-text search index for: .pdf,.odt,.ods, text files
- General: Sandboxed content processing - General: Sandboxed content processing
- GUI: Sandboxed GUI process, with privileged IPC daemon to allow launching external programs such as pdf viewers. - GUI: Sandboxied 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 pdf: Render the page the search keywords were found. Highlight the keywords when rendering the page.
- GUI: Add previews for plaintex tfiles: Extract snippets. 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. - General: Add basic filters for query.
- Add packages: Ubuntu 22.04 - Add packages: Ubuntu 22.04
Thanks: All who provided feedback (and endured bugs). You know who you are, thx! Thanks: All those who provided feedback (and endured bugs) at various stages. You know who you are, thx!