Skip to content

Releases: tsujan/Arqiver

0.12.0

02 Dec 13:41
V0.12.0
Compare
Choose a tag to compare

Main changes:

● Made it possible to modify files inside archives which support that.
● Added an option for using system icons.
● Made viewing/extracting of single files much faster with bsdtar.
● Added new mimetype names of shared-mime-info ≥ 2.3.
● Some fixes and workarounds.

0.11.0

25 Mar 19:07
V0.11.0
Compare
Choose a tag to compare

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

03 Aug 16:16
V0.10.0
Compare
Choose a tag to compare

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

15 Oct 01:37
V0.9.0
Compare
Choose a tag to compare

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

11 Jul 02:23
V0.8.0
Compare
Choose a tag to compare

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

02 Feb 05:25
V0.7.0
Compare
Choose a tag to compare

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

12 Sep 21:52
V0.6.1
Compare
Choose a tag to compare

Added read-only support for RAR archives.

0.6.0

24 Jul 16:30
V0.6.0
Compare
Choose a tag to compare

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.

0.5.0

19 Apr 23:28
V0.5.0
Compare
Choose a tag to compare

Changes:

● Added read-only support for Android and MS Windows packages.
● Reset the GUI if the archive's password isn't entered (correctly).
● Speed up listing by using static regexes.
● Handle relative file paths correctly.

0.4.0

09 Mar 21:20
Compare
Choose a tag to compare

Changes:

● Smooth scrolling when the mouse wheel turns inside the view.
● Allow stopping (killing) backend processes.
● Added support for Zstd.
● Prevent DND when the backend is busy.