Releases: tsujan/Arqiver
0.12.0
0.11.0
Main changes:
● The "View current item" is added to the "View" menu.
● Context menus are corrected on Wayland.
● The option about fitting the first column is removed (it could make the first column almost invisible).
● Opening of dmg
files is allowed by drag-and-drop.
0.10.0
Main changes:
● Try the file manager D-Bus interface when opening the containing folder.
● With 7z, don't show password prompt when the archive can't be read and there's no mention of encryption.
● Get the mimetypes of symlinks directly, without consulting their targets.
● Added read-only support for VirtualBox Extension Pack.
● Considered the modes of emblemized icons. This is especially relevant to Qt icon engines that colorize selected symbolic icons.
● Enabled compilation against Qt6. The default compilation is still against Qt5.
0.9.0
Main changes:
● Better filtering.
● Fixed viewing/removing of files with wildcard characters in their names (with bsdtar
).
● Improved wheel scrolling from inside the view.
● Warn the user of links without targets when viewing files.
● Added read-only support for AppImage.
● Supported translations through Weblate (thanks to @stefonarch and LXQt team).
0.8.0
Main changes:
● Now it's possible to drag all selected items, including directories.
● Added an option for only expanding top level directories when loading archives.
● Whether the option "Fit first column into available width" is checked or not, the first header column is expanded to fill the available width.
● Added a workaround for Qt's problem with scrolling to deep non-expanded tree items.
● Don't show the header without content.
● Resize columns appropriately on expanding/collapsing a directory item.
● Added application/x-xz
, application/x-bzip
and application/zstd
to the supported extractions by using 7z.
● Show the compressed size prefixed by ≥
if the file size is missing.
● Added cmake
support (in addition to qmake
).
0.7.0
Changes:
● Handled newlines and text tabs in item names as far as possible.
● Natural sorting of items by treating dot as a separator.
● Set the window title to the archive name.
● Added context menu to the archive path bar for copying path and opening containing folder.
● Used 7z for uncompressed disk images and bsdtar for compressed ones.
● Added fallback icons for files and folders (for systems without icon set).
● Fixed emblemized icons with device pixel ratio.
0.6.1
0.6.0
Changes:
● Added an option to (not) stretch the first column.
● Added app icon.
● Better names for extraction folders of archives without parent directories.
● Scroll to the current item when expanding or filtering.
● Fixed startup invisibility with some window managers.
● A workaround for a Qt bug about the horizontal scrollbar.
● Updated the code for Qt 5.15.