v4.3 Release Candidate is out for testing.
There is only one major new thing and it is a the new file system plugin "FSPortable" that allows access to portable device via the WPD/MTP interface.
Also some minor fixes and changes
117+ Changes since v4.2
Build 1694
ADDED - Informative tooltip now shows all file dates.
ADDED - CustomCommand MC.Explorer.Delete now support optional option "NEWQUEUE", "USEEXISTINGQUEUE"
ADDED - Create Folder dialog now accept F6 for replacing all illegal folder characters with space
ADDED - Create Folder dialog now accept F7 for removing all space
ADDED - Create Folder dialog now accept F9 for inserting todays date as name (ISO formatted as it will auto sort correctly and contains allowed characters)
FIXED - Show Hidden popup on the toolbar reworked. And Hidden and System files can be changed separately
FIXED - Unpack dialog will now default to source location.
FIXED - Problem with FTP QuickConnect and Site Manager
Build 1691
ADDED - CustomCommand MC.Explorer.Copy now support optional option "NEWQUEUE", "USEEXISTINGQUEUE"
ADDED - MultiScript function CopyFile,MoveFile now support optional option "NEWQUEUE", "USEEXISTINGQUEUE"
FIXED - FSPortable will now update the browsing counter if it takes a long time to scan the device
ADDED - FSPortable will now show an storage icon for the storage object.
ADDED - FSPortable is now using multi language system for settings page
ADDED - Create folder dialog now accept a complete path, This will override the current location.
ADDED - FSPortable is now using the new FileSystem API for getting and inserting files.
SDK - Added support for a new way to insert/get files from a FileSystem Plugin
Build 1688
FIXED - Free space check during copy for folders that are mounted devices now works correct
FIXED - Paths containing ~ sometimes got confused as a shorted 8.3 path
FIXED - Password protected zip archives now works. (Only standard zip password protection is supported)
FIXED - Password protected 7Zip archives now works better
FIXED - Folder tree now shows the correct folder name for folders that are mounted devices
ADDED - Folder tree now support that a folder might be drag from it and dropped someplace else for copy/move
ADDED - Portable devices will now show their free/available space information
ADDED - Refresh hotkey will now refresh foldertree if the folder tree is in focus when pressed
ADDED - History popup that shows visited path is now global, Not only for current panel.
ADDED - CustomCommand to force a refresh of the folder tree ( MC.Explorer.RefreshTree )
ADDED - Drag and drop data of TYMED_ISTORAGE type now supported
FIXED - 1 crash issues reported by Crash report system
SDK - A lot of refactoring of the IVolume interface
Build 1681
ADDED- New virtual filesystem plugin "FSPortable"
FIXED - Added size restriction to external files to 25MB
FIXED - 2 crash issues reported by Crash report system
FSPortable - Know issues
* Connecting multiple device with same device name and you will only be able to access the first one.
* When adding audio file to the device, Album art and meta data for music is not set. Some devices fixes this them self. some do not.
(Not sure if it will be added so the FSPortable plugin does this or not )
* Max file size limit of the device is not checked
* Allowed content type of a folder is not checked. Write a file that is not allowed and the device will delete it without saying anything.
* Free / Available space is not show. Plugin API does not yet support that.
* Plugin not working on Windows XP