Releases: rodlie/qtfm
QtFM 6.2.1
QtFM 6.2.0
Introducing QtFM 6.2.0. Our second feature release from the 6.x series. Major new features are ImageMagick and FFmpeg support. This release also include several other features and fixes (see ChangeLog). This is also the first version without Qt4 support.
Changes since 6.1.9
- imagemagick support (improved thumbnail support)
- ffmpeg support (get thumbnails from audio/video)
- support for Qt4 has now ended
- started moving code to lib
- settings: use decimal keys in config
- settings: support filter mime types
- (u)disks now supports disk labels (with device name as fallback)
- bookmarks: added "link" option in file actions
- support .config/mimeapps.list
- support for OpenBSD
- tabbar: hide if only one tab
- remove "open file" in context menu if selected item is folder
- added "open in new tab" in context menu
- fixed run executable on double click
- support running AppImages
- fixed mount/umount issue with optical storage
- fixed current drag mode
- fix potential crash in close tab
- show and run .desktop in file view
Builders should read the 6.2.0 RC1 release notes regarding changes in the build system.
QtFM 6.1.9 and earlier is not supported anymore and users are encouraged to upgrade to 6.2.0. If you encounter any regressions/bugs please report.
QtFM 6.2.0 RC 1
This release candidate is aimed at builders (and testers) so they can prepare for changes introduced in 6.2.
Changes since 6.1.9
- imagemagick support (improved thumbnail support)
- ffmpeg support (get thumbnails from audio/video)
- support for Qt4 has now ended
- started moving code to lib
- settings: use decimal keys in config
- settings: support filter mime types
- (u)disks now supports disk labels (with device name as fallback)
- bookmarks: added "link" option in file actions
- support .config/mimeapps.list
- support for OpenBSD
- tabbar: hide if only one tab
- remove "open file" in context menu if selected item is folder
- added "open in new tab" in context menu
- fixed run executable on double click
- support running AppImages
Qt
Qt 4 support has now ended. QtFM now requires Qt 5.2 or higher. Now other changes has been made regarding Qt.
Additional dependencies
QtFM 6.2 now features enhanced thumbnail support through ImageMagick and FFmpeg. This feature is optional and must be enabled at build time.
ImageMagick
CONFIG+=with_magick
- This will enable ImageMagick functions in QtFMCONFIG+=magick7
- Enable support for ImageMagick v7, the default is v6MAGICK_PC=<Magick++ pkg-config file>
- Optional name for theMagick++
pkg-config file
FFmpeg
CONFIG+=with_ffmpeg
The following libraries are needed:
- libavdevice
- libswscale
- libavformat
- libavcodec
- libavutil
Shared library support
QtFM can now be built as a shared library, this is an optional feature.
CONFIG+=sharedlib
Conclusion
If you don't change anything in the build script everything will be fine,v6.2 will build and install as v6.1. If you however want better thumbnail support add CONFIG+=with_ffmpeg CONFIG+=with_magick
to the qmake
line in your build script, note you will need to add the new dependencies if you do.
QtFM 6.1.9
6.2.0 will be released soon, but while you wait here's a small patch release for the 6.1 branch.
Changes since 6.1.8
- fix segfault on wayland
- don't collapse tree on refresh
QtFM 6.1.8 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.8. If you encounter any regressions/bugs please report. Note that this is will probably be the last version from the 6.1 branch.
QtFM 6.1.8
Introducing the final patch release for QtFM 6.1.x.
Changes since 6.1.7
- Fix segfault if D-Bus is missing and QtFM is built with D-Bus support
- Fix execute file path (with spaces)
QtFM 6.1.7 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.8. If you encounter any regressions/bugs please report. Note that this is the last version in the 6.1 branch, next release will be from the 6.2 branch. This is also the last version that will work on Qt4.
QtFM 6.1.7
Introducing the latest patch release for QtFM 6.1. This release includes a fix for a regression introduced in 6.1.6 and other fixes related to the context menu.
Changes since 6.1.6
- context menu fixes
- settings dialog: fix performance issues on old CPUs
QtFM 6.1.6 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.7. If you encounter any regressions/bugs please report.
QtFM 6.1.7 RC1
QtFM 6.1.6
Introducing the sixth release for QtFM 6.1. This release includes a fix for a regression introduced in 6.1.5 and includes three new features and support for more platforms.
Note: There will be no binaries available for this release due too issues with travis/github during release.
Changes since 6.1.5
- progress dialog fix
- path tab-completion. Thanks to @kubaroth
- completer handles expansion of ~ path. Thanks to @kubaroth
- support mouse back button
- macOS support
- NetBSD support
QtFM 6.1.5 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.6. If you encounter any regressions/bugs please report.
QtFM 6.1.5
Introducing the fifth patch release for QtFM 6.1. This release includes an important fix related to file copy/move.
Changes since 6.1.4
- fix build if CONFIG+=no_dbus enabled
- fixed broken multiple file copy/move instances
QtFM 6.1.4 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.5. If you encounter any regressions/bugs please report.
QtFM 6.1.4
Introducing the fourth patch release for QtFM 6.1. This release includes several important fixes related to stability and usability.
Changes since 6.1.3
- fix potential config corruption. Thanks to @slackuser0xae34 for the patch
- fix segfault on thumbnail update (view may have changed since loading thumbnails)
- don't cut file(s) if moving to same directory in bookmarks
- verify reply from udisks (avoid crash)
- populate view if not watched
- fix refresh view
- improved performance
QtFM 6.1.3 and earlier is not supported anymore and users are encouraged to upgrade to 6.1.4. If you encounter any regressions/bugs please report.