Author Topic: 15.3  (Read 4495 times)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4628
    • View Profile
    • Multi Commander
15.3
« on: March 27, 2025, 07:25:34 »

v15.2 beta ( Build 3079 )
 --3082
 
  ADDED - MultiScript StrReplace now support a 4 parameter for option, and option can be "ignorecase"
  ADDED - Option to show a extra confirmation box based on rules. (Advanced) Manual edit of rules in ConfirmationRules.xml needed
  ADDED - Option to show a extra confirmation box before COPY/MOVE/DELETE, By default it is OFF !!
  FIXED - 2 Stability issues

-- 3079 - 2025-03-31
  ADDED - Columns showing a DATE can now be configured to show the date raw/utc, (No translation to local time)
  FIXED - SFTP Incresed connection timeout. Some servers was slow to respond when connecting
  FIXED - ImageViewer can now show images located in extra long path
  FIXED - Folder sizing extra long folder paths now works again
  FIXED - Dynamic Submenu item for shell context menu now works again

-- 3078
FIXED - Fixed shell context menu. It does now handle errors from 3rd party shell extensions better, and if shell extension crash it might not bring MC with it


~80% of all crashes with MultiCommander is because of 3rd party shell extensions.. This fix should prevent MultiCommander from crashes when a shell extensions crashes.

You can now enabled an extra confirmation box when doing copy/delete/move. that say  You are about to delete 100GB. Sure you want to delete.. (or copy if you are doing copy)
Yes very annoying. But IF you want this. you have to enable in the core settings in the FileSystem tab. It is NOT on by defaut.
I don't see many want this. However. There is other settings for this.."Use rules" for this feature.

This allows you do define some rules when you want to show this.. Like If you delete from H:\* and totalsize is over 200G . Or if you delete files from C:\Windows..  Then you might was to show this extra warning.
But to use the rules you have to edit the ConfirmationRules.xml config file manually. There is no editor. and it is not planed for one. Not now.

« Last Edit: April 15, 2025, 11:45:15 by Mathias (Author) »

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 535
    • View Profile
Re: 15.2 Beta 3078
« Reply #1 on: March 28, 2025, 12:18:39 »
Thanks for the update Mathias.
Unfortunately some of my context items have now been lost.  They still exist in Explorer but not in MC i.e. - the base item remains but the submenu is a blank tab.  ::)
Tried a reinstall - no change.
Can I manually restore these? Regedit?

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 535
    • View Profile
Re: 15.3 Beta 3079
« Reply #2 on: April 02, 2025, 13:06:43 »
Thanks for the fix Mathias ;)

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 535
    • View Profile
Re: 15.3
« Reply #3 on: April 16, 2025, 10:02:06 »
Received update to 15.4 b3086 today.
Change log was blank but I installed it anyway...
I'll let you know if my PC explodes  ;)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4628
    • View Profile
    • Multi Commander
Re: 15.3
« Reply #4 on: April 16, 2025, 10:15:57 »
Received update to 15.4 b3086 today.
Change log was blank but I installed it anyway...
I'll let you know if my PC explodes  ;)
Hmm Look like the database on the website lost the changelog info. strange.. ok it been restored

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 535
    • View Profile
Re: 15.3
« Reply #5 on: April 16, 2025, 22:29:25 »
Thanks Mathias :)
Had a couple of crashes/restarts when using ctrl+x ctrl+v. 
Sent in the crash reports. It referenced kernel.dll in one dialog.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4628
    • View Profile
    • Multi Commander
Re: 15.3
« Reply #6 on: April 16, 2025, 23:14:31 »
Copying using Copy / Paste is handled by Windows Shell and not MC.
Its crashed in a Windows components. (Actually the Windows shell undo manager.)  not in MC code. so impossible to say why it crashed..
« Last Edit: April 16, 2025, 23:27:38 by Mathias (Author) »

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 535
    • View Profile
Re: 15.3
« Reply #7 on: April 17, 2025, 11:14:15 »
Thanks Mathias.
I did wonder why/how it was the shell commands that caused it, have never seen it before.
I selected items in MC & then used ctrl+x / v using MC to navigate between folders. IIRC there had also been a file being moved to USB via MC move command/dialog when I'd started using the shell commands. 

& Thanks for the update but FYI
Code: [Select]
Downloading update for Multi Commander...
Failed to download MultiCommander (HTTP Status code : 404)
Error : Call "Server Error" , Failed with error code : 13
is output by the updater ATM.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4628
    • View Profile
    • Multi Commander
Re: 15.3
« Reply #8 on: April 17, 2025, 11:25:53 »
Code: [Select]
Downloading update for Multi Commander...
Failed to download MultiCommander (HTTP Status code : 404)
Error : Call "Server Error" , Failed with error code : 13
is output by the updater ATM.

I know.. I was messing with the server.. should work now

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4628
    • View Profile
    • Multi Commander
Re: 15.3
« Reply #9 on: April 17, 2025, 11:31:06 »
Thanks Mathias.
I did wonder why/how it was the shell commands that caused it, have never seen it before.
I selected items in MC & then used ctrl+x / v using MC to navigate between folders. IIRC there had also been a file being moved to USB via MC move command/dialog when I'd started using the shell commands. 

That is the problem with Windows Shell and Shell Extensions.
When Shell things are called ether Windows things or from Shell Extensions,. They are run inside the calling process..  (here MultiCommander) and if they crash.. They bring down the calling app
(That Microsoft have not replaced that old legacy solution with something new is safe is craszy)



Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 535
    • View Profile
Re: 15.3
« Reply #10 on: Yesterday at 14:32:58 »
Thanks for replies Mathias.
We can always rely on M$ to create problems  ;D