lxqt-archiver-1.3.0 / 2025-11-05
===================================
 * Fixed handling of wrong passwords with 7z.
 * Fixed "Re-create folders" on extraction.
 * Fixed crash in parsing `lha` list output.
 * Added LZ4 support.
 * Set the enabled states of delete and view actions appropriately.
 * Fixed an imminent crash with Clang's optimizations by checking `QPointer<QDrag>` for nullity before calling `deleteLater()` on it.
 * Fixed an uninitialized variable.
 * Fixed going back to the root dir after adding/deleting file.
 * Clear selection in directory list appropriately.
 * Minor improvement in core code.
 * Enable the Stop action only when something is in progress.

lxqt-archiver-1.2.0 / 2025-04-17
===================================
 * Building is done with 7zip by default.
 * Use 7z to open rar archives.
 * Show password prompt with list-protected 7z archives.
 * Added dedicated support for bsdtar.
 * Show targets of link items.
 * Added some menu bar icons.
 * Added window titles to dialogs.

lxqt-archiver-1.1.0 / 2024-11-05
===================================
 * Added `application/vnd.rar` to the supported mime types.
 * Add clear button to filter bar.
 * Silenced a compilation warning about `GList`.

lxqt-archiver-1.0.0 / 2024-04-17
===================================
 * Ported to Qt6.

lxqt-archiver-0.9.1 / 2024-02-21
===================================
 * Support the use of 7zip instead of p7zip with the new option `USE_7Z` (`OFF` by default), especially for Debian-based systems.
 * Updated to new mimetype names of shared-mime-info ≥ 2.3.
 * Fixed extraction of multiple archives.

lxqt-archiver-0.9.0 / 2023-11-05
===================================
 * Ported away from deprecated time format.
 * Added appropriate fallback icons to toolbar and menu.

lxqt-archiver-0.8.0 / 2023-04-15
===================================
 * Updated translations and dependencies and bumped the version.

lxqt-archiver-0.7.0 / 2022-11-05
===================================
 * Removed the redundant function `n_fields()` from `glib-utils`.
 * Silenced some compilation warnings.

lxqt-archiver-0.6.0 / 2022-04-15
===================================
 * Allow changing of view icon size.
 * Allow sorting by any column (but only sort by the first column at startup).
 * Forget previous password (if any) on reloading archive.
 * Fixed the link in About dialog.

lxqt-archiver-0.5.0 / 2021-11-04
===================================
 * Bumped minimum required Qt version to 5.15.
 * Show password prompt for archives with encrypted lists.
 * Added milliseconds to name of temporary extraction folder.
 * Removed a duplicate assignment.
 * Fixed listing RAR archive contents with encrypted file list.

lxqt-archiver-0.4.0 / 2021-04-15
===================================
  * Support opening and extracting of disk images.
  * Also, support xz-compressed disk images.
  * Added "application/vnd.debian.binary-package" to mimetypes list.
  * Made directory view horizontally scrollable.
  * Remember window settings.

lxqt-archiver-0.3.0 / 2020-11-01
===================================
  * Avoid memory leak in "java-utils.c".
  * Fixed comparison of integer expressions of different signedness.
  * Removed "g_ptr_array_free_full" from "glib-utils.c" and used GLib's "g_ptr_array_free" instead.
  * Use bsdtar to handle RPM packages.

lxqt-archiver-0.2.0 / 2020-05-16
===================================
  * Set json-glib dependency as required.
  * Added an icon for lxqt-archiver.
  * Prevent mixing extracted files with others if overwriting isn't chosen.
  * Added expand and collapse actions.
  * Fixed build with GCC 10.

lxqt-archiver-0.1.1 / 2020-04-23
===================================
  * CMake: Used 'LIBEXECDIR' instead of 'LIBDIR' for executables.
  * CMake: Removed unused qtdbus dependency.
  * Removed comment about json-glib in CMakeLists.
  * Fixed handling of RPM archives.

lxqt-archiver-0.1.0 / 2020-04-19
===================================

  * Supported viewing (launching) current item.
  * Supported opening archives by dropping.
  * File DND to other apps.
  * Remember window size and splitter position.
  * Open file dialog in work directory on compressing/extracting.
  * Fix infinite loop on extracting an already extracted archive.
  * Prevent dropping into self.
  * Fixed gzip mimetype.
  * Fixed crash on creating impossible archives.
  * Fixed a memory leak with archive creation.
  * Use qint64 for modification time.
  * Fixed item sorting.
  * Choose an appropriate name when creating archive with `--add`.
  * Made the toolbar unmovable.
  * Added support for Zstd (Zstandard-compressed).
