looqs/CHANGELOG.md

23 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-04-25 23:12:39 +02:00
# looqs: Release notes
2022-06-05 14:38:39 +02:00
## 2022-06-XX - v0.1
2022-04-25 23:12:39 +02:00
The first release comes with basic functionality. It's a start that can be considered useful to some degree.
2022-06-05 14:38:39 +02:00
looqs is still at an early stage and may exhibit some weirdness and contain bugs.
2022-04-25 23:12:39 +02:00
Tested architectures: amd64.
CHANGES:
- CLI command "looqs" to add/update/delete and search
2022-05-31 11:15:21 +02:00
- GUI: "looqs-gui" to search, render previews, and add files to index
2022-04-25 23:12:39 +02:00
- General: Add multi-threaded indexing of all files (paths, mtime)
2022-05-31 11:15:21 +02:00
- General: Generate sqlite based full-text search index for: .pdf,.odt,.ods, text files
2022-04-25 23:12:39 +02:00
- General: Sandboxed content processing
2022-06-05 14:38:39 +02:00
- GUI: Sandboxed IPC sub-process to render previews.
2022-04-25 23:12:39 +02:00
- GUI: Add previews for pdf: Render the page the search keywords were found. Highlight the keywords when rendering the page.
2022-05-31 11:15:21 +02:00
- GUI: Add previews for plaintext files: Extract snippets. Highlight the keywords when rendering the page.
2022-04-25 23:12:39 +02:00
- General: Add basic filters for query.
- Add packages: Ubuntu 22.04
2022-06-05 14:38:39 +02:00
Thanks to all those who provided feedback (and endured bugs) at various stages. You know who you are, thx!