diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9069af..a60fe159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,18 @@ ## 2022-06-29 - v0.4 This release makes several minor improvements and begins prebuilt binaries of looqs that (should) run -on any recent Linux distribution. +on any recent Linux distribution. - General: Begin new, experimental distro-agnostic tarball containing prebuilt binaries and libs. See the README for more information. - GUI: In the "Previews" tab, allow filtering by file, to only show previews for a specific file. - GUI: Add "Show previews" context menu option to files in result (if available) - - General: Fix build with libquazip 1.X + - General: Fix build with libquazip 1.X - General: Properly report access errors as a failure during indexing - GUI: Add button to export a list of all paths that failed - General: Improve dir scan threading - CLI: Improve helptext - General: Add voidlinux build instructions - + ## 2022-06-14 - v0.3 CHANGES: - GUI: Add settings tab to configure various settings diff --git a/README.md b/README.md index f7a8804d..6f25117c 100644 --- a/README.md +++ b/README.md @@ -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 -Last version: 2022-06-14, v0.3 +Latest version: 2022-06-29, v0.4 Please see [Changelog](CHANGELOG.md) for a human readable list of changes.