V0.2.0
---------
 * Added Preferences dialog.
 * Customizable view icon size.
 * Polish translation by Marcin Mikołajczak (m4sk1n at GitHub).
 * Workaround for a KDE bug that, under some circumstances, doesn't let the application exit when its main window is closed.
 * Focus the view and its first item after updating it.
 * View/expand/collapse the current item with Enter/Return.
 * With tar/bsdtar and if the parent dir exists, change the parent dir name instead of extracting in a child dir.
 * A root archive file may mean a parent directory or a single file. Previously, it was supposed to be a parent directory and that caused single files not to be extracted with non-Gzip archives when they were present in the extraction directory.
 * If a file comes after its containing folder in the command line, bsdtar doesn't extract the folder. A workaround is added for this behavior.
 * Prevent tree collapse after extracting an rpm archive.
 * Don't update the tree unnecessarily.
 * Fixed a bug in removal of encrypted files inside 7z archives.

V0.1.0
---------
 * Arqiver is forked from lumina-archiver with lots of fixes, improvements and additions. It supports libarchive (bsdtar), gzip and 7z. With 7z, it also supports encryption (apssword protection).
 * Warn the user if a back-end in not installed.
 * Save the vertical space by making real use of the status bar.
 * Better support for multi-password 7z archives.
 * Added lock emblems to encrypted item icons.
 * Added symlink emblem.
 * Remember the window size and the last archiving filter.
 * Handle spaces in file names.
 * Item context menu.
 * Much faster listing with QHash, QPixmapCache and other methods.
