Release v0.5
This commit is contained in:
parent
ffdb326045
commit
052f169ef2
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,4 +1,30 @@
|
||||
# looqs: Release notes
|
||||
## 2022-07-29 - v0.5
|
||||
This release features multiple fixes and enhancements.
|
||||
|
||||
It changes the database to drop an unused content column. Dropping it allows us
|
||||
to change to a contentless sqlite FTS index which frees up space.
|
||||
|
||||
Upgrading might take a few seconds to a few minutes as looqs will recreate the whole index.
|
||||
How long this will take depends on the size of your database.
|
||||
|
||||
The other major highlight is preview support for .odt files (unformatted, like plaintext).
|
||||
|
||||
List of changes:
|
||||
|
||||
- General: As Ubuntu 21.10 is EOL, no looqs package will be provided for it any longer
|
||||
- General: Update database scheme to drop unused content column and free up space
|
||||
- General: Properly escape FTS arguments passed to sqlite to avoid query errors on some terms
|
||||
- GUI: Fix double searches and results when explicit content search filters are provided
|
||||
- GUI: Previews: Plaintext previews now obey scale selection too
|
||||
- GUI: Previews: Begin basic, unformatted previews of .odt files
|
||||
- GUI: Previews: Add file path below every preview for convenience (hovering unnecessary now).
|
||||
- GUI: Previews: Fix bug causing an empty preview if a plaintext file started with a searched word
|
||||
- GUI: Add menu option to open user manual
|
||||
- GUI: Show progress dialog during database upgrade
|
||||
- General: Correct error count in some conditions for failed paths
|
||||
- General: Update user manual
|
||||
- Minor improvements
|
||||
|
||||
## 2022-06-29 - v0.4
|
||||
This release makes several minor improvements and begins prebuilt binaries of looqs that (should) run
|
||||
|
@ -29,7 +29,7 @@ There is no need to write the long form of filters. There are also booleans avai
|
||||
The screenshots in this section may occasionally be slightly outdated, but they are usually recent enough to get an overall impression of the current state of the GUI.
|
||||
|
||||
## Current status
|
||||
Latest version: 2022-06-29, v0.4
|
||||
Latest version: 2022-07-29, v0.5
|
||||
|
||||
Please see [Changelog](CHANGELOG.md) for a human readable list of changes.
|
||||
|
||||
@ -46,7 +46,7 @@ Please see [Changelog](CHANGELOG.md) for a human readable list of changes.
|
||||
- GUI, CLI interface
|
||||
- Indexing of file path and some metadata.
|
||||
- Indexing of file file content for FTS search. Currently: .pdf, odt, docx, plaintext.
|
||||
- Preview of file formats: Currently: .pdf, plaintext
|
||||
- Preview of file formats: Currently: .pdf, .odt, plaintext
|
||||
- Highlight searched terms.
|
||||
- Quickly open PDF viewer or text editor at location of preview
|
||||
- Search filters
|
||||
|
Loading…
Reference in New Issue
Block a user