1
Beta Releases / Version 12 * BETA *
« on: May 26, 2022, 16:41:21 »V 12.0 (Build 2885) (2-Jul-2022 )
270+ Yes lots of changes.
-- 2885 - ( 2-Jul-2022 )
ADDED - Device dropdown can now show free space on device.
ADDED - Option for Device Dropdown if it should show free space and if free space should be update when shown or not.
ADDED - When executing file from within a archive. User now get ask if all files in archive should be unpack or just the selected file
ADDED - Added some logging to app log if some uncommon error happens
FIXED - Fixed option "Only auto close on short processes" for Copy/Move file operations
FIXED - FileProperties (Columns) that should be fetched in the background was not always fetched in the background.
FIXED - Fixed some text that was not using MultiLanguge system
FIXED - Hover Preview did not use SqureImage option. it always used the standard thumbnail option for this not what was specified in template.
-- 2882 - ( 23-Jun-2022 )
ADDED - Zip now support LZMA/LZMA2 compression method for zip and unzip
ADDED - Autodetect if AVX2 CPU instruction are available. if not zip/unzip is configured not to use AVX2 instructions.
FIXED - Thread memory leak. Changed the parallel startup to use anohter thread method.
FIXED - UTC date issue for extended date columns
CHANGE- Default hotkey for Hover Preview change to Alt+Q
-- 2880 - ( 17-Jun-2022 )
ADDED - Default DataPreviewTemplates have been tweaked a bit
ADDED - Data Preview templates can now define a default margin for columns or rows
CHANGE- UI rendering of Data Preview that showing folder content changed
FIXED - Improved error logging if WindowsPreview handler fails to show anything.
FIXED - "NOPROGRESS" parameter for MultiScript function CopyFile/MoveFile now works again
FIXED - Some places did not just multi langauge texts.
FIXED - MultiText for a text for FSZip extension used duplicated text id
-- 2879 - ( 10-Jun-2022 )
UPDATE- Hover Data Preview templates tweaked a bit
ADDED - Added Extended FileProp for Documents (ms office docs) using the Windows Property Service
ADDED - HoverDataPreview can now show horizontal line and program icon.
FIXED - Some extended date columns did not convert UTF date to local
FIXED - Unpacking multiple files from zip the filedate was not set correctly
-- 2877 - ( 6-Jun-2022 )
Added - HoverDataPreview now support WindowsPreviewHandler so now PDF, docx, xlsx can be reviewed (office files require office installed)
Fixed - Overwrite option issue when unpacking multiple zip files.
Fixed - In some rare situation the default icons was not loaded during startup.
Fixed - Moving files via Symlink on other volume that points back to source volume
Fixed - If custom tab color is used but inactive color is not set. It will now used the same color for both active / inactive
Fixed - Various stability fixes
-- 2875 - ( 26-Mar-2022 )
Update - Zlib 3rd party library
Update - Zip source updated and rewrites in MC Zip extension because of major zip api changes.
Update - 7-Zip code to v21.07
Update - Updated unrar source to v6.10.3
Update - Updated 3rd party xml code library
Added - Hover data preview (beta) that can be toggled on/off with Ctrl+H or click on Talk-Bubble button on toolbar
Added - Menubar now support darkmode.
Added - Added support for creating zip archive with encryption PKCrypt or AES-256
Added - Added support for AES-256 encryption for zip
Added - Custom tab color can now be configured with a color for when the tab is both active and inactive.
Fixed - CopyUnpack copy pluging now detects first rar volume of RAR5 files correct.
Fixed - Filter button below filelist sometimes lost dark mode style
Change - Massive code restructuring of core parts.
Hover Data Preview (Beta)
===================================
This is the new major feature to MultiCommander in this release.
This is a new type over hover tips (tooltip) when hovering over files. This hover tooltip can show lots more information.
But it can also be annoying if you do not need it. But when you need it you do not want to dig down in settings to enable it.
So Hover Data Preview tips are enabled/disabled using Ctrl+H, or press the new talk-bubble icon on the toolbar
(the talk bubble icon will turn green when enabled).
When enabled and when you hover over files you will get more information.
If you hover over an images and videos it will show the thumbnail. For text files it will show the first couple of line in the file.
For .exe file it will show version and other information. and so on.
Any file property that MultiCommander support can be shown in the Hover Data Preview tips.
What the Hover Data Preview tips are showing are customizable. However right now there is no UI for it.
But if you are brave you can try to edit the DataPreviewsTemplates.xml in config (copy it to your user config folder first) else you loose your changes when multicommander is updated.
Features missing from Hover Data Preview tips that are planned are
* Able to Zoom thumbnail that are show with mouse wheel ( probably need to hold shift and scroll to zoom )
* Able to show zip information for zip files. And what some of the zip inside the zip is
* When hovering over folder show the first folders/files in the folders
* Show Windows Preview in the Hover Data Preview tip. This will hook into the Preview Handler in Windows 10/11 and depending on what you have installed, you get more information on special files.
In the future some more extended features for the Hover Data preview is planed.
Please let me know if you fell that some information is missing from the Hover data preview tips.
Like when hovering for file type X it should show Y.