Skip to content

Releases: lxqt/libfm-qt

2.3.1

27 Nov 20:26
2.3.1
40ee3c7

Choose a tag to compare

Reverted the workaround for moving directory over directory. For now, sticking with GIO's default behavior is the wisest choice.

2.3.0

05 Nov 11:27
2.3.0
dc9e890

Choose a tag to compare

  • "Safely Remove" is added to side-pane context menu when possible.
  • A workaround is added for GLib's problem with moving directory over directory.
  • Fixed building with Qt 6.10.
  • Other small fixes and changes.

2.2.0

17 Apr 08:49
2.2.0
f65220b

Choose a tag to compare

In addition to code cleanup and update,

  • Custom options are enabled for local terminals list.
  • Common apps are listed in "Open With" menu when multiple files with different MIME types are selected.
  • Try better to change directory on mounting by clicking in the side-pane.

2.1.0

05 Nov 05:59
2.1.0
19c4962

Choose a tag to compare

Besides several bugfixes, workarounds and code updates,

  • Detect remote and read-only file systems.
  • Allow disabling thumbnails on remote file systems.
  • Allow paths in name entry of file dialog.
  • Select name without extension in overwrite prompts.
  • Check real file name for filtering in file dialog.
  • Removed "Invert Selection" from folder context menu.
  • Allow relative paths for customized folder icons.
  • Give parent to File Properties dialog from context menu.
  • Add 6 menu icons.

2.0.2

08 May 16:35
2.0.2
026298a

Choose a tag to compare

Fixed a regression in running executable files in terminal.

2.0.1

04 May 17:49
2.0.1
8e3380e

Choose a tag to compare

Removed a redundant child-parent relation in path-bar to prevent a rare crash with Qt ≥ 6.7.

2.0.0

17 Apr 10:35
2.0.0
b009e77

Choose a tag to compare

The library is ported to Qt6. Also,

  • Added lxqt-menu-data dependency to README.md.
  • Updated mime types of lxqt-archiver and arqiver.
  • Added 4 menu icons.
  • Workaround for Qt bug in a context menu invoked by Menu key.

1.4.0

05 Nov 11:18
1.4.0
fda7b96

Choose a tag to compare

Changes since the previous version:

  • Use lxqt-menu-data instead of lxmenu-data.
  • Get terminals list also from data directories.
  • Remember password and anonymity settings of mount dialog.
  • Also add suffixes containing dot on saving with LXQt file dialog.
  • Don't select extensions on creating new template files.
  • Fixed a crash on deleting path-bar.
  • Prevent invisible "Create New" dialog under Wayland.
  • Added foot to terminals.list.

1.3.0

15 Apr 15:09
1.3.0
954c016

Choose a tag to compare

Changes since the previous version:

  • Disabling of smooth scrolling is made possible for all views.
  • Zero-sized files are treated based on their extensions.
  • "New file" is used as the default name for new files (especially after GLib 2.75.1, that does not treat empty files as text/plain).
  • Opening of non-executable files that have executable types is fixed.
  • Problems about adding file extension on saving and pressing ENTER are fixed in LXQt file dialog.
  • The thumbnail/icon rectangles of list views are fixed (they might not be aligned correctly in previous versions).
  • Several small fixes and improvements.

1.2.1

02 Jan 10:02
1.2.1
fc79caa

Choose a tag to compare

This point release was made to provide a smooth Wayland experience with apps that are based on libfm-qt, especially PCManFM-Qt. Several problems are fixed regarding Wayland, like context menus, drag-and-drop, and launching of XWayland apps.

Also, the minimum width of name column is increased in the detailed list mode.