Author Topic: v14.6 BETA  (Read 3508 times)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4548
    • View Profile
    • Multi Commander
v14.6 BETA
« on: January 07, 2025, 14:27:56 »
v14.6 RC ( Build 3068 ) - 2025-02-04

  62+ Changes
-- 3068
  ADDED - FS-SFTP - ZCompress now supported
  ADDED - FS-SFTP now support showing free space if server support it (Most Linux server do not support it))
  ADDED - During Inline Rename - If yo press Ctrl+. (Dot) it will replace all dot with space (except if the dot is around numbers eg "My.File.v3.5 => "My File v3.5")
  ADDED - During Inline Rename - If you press Ctrl+Shift+. (Dot) it will replace all dot with space
  ADDED - During Inline Rename - If you press Ctrl+W it will captalize all words in the filename
  FIXED - FTP - Will now delete target file instead of trying to overwrite if it already exists.
  FIXED - FTP - Better error message if server blocked upload of file with error 533 (not allowed)

 -- 3066
  ADDED - Added support for 'Everything' search tool. It can be now used to always show folder size. Possible to always show folder size with small performance hit.
  ADDED - MultiDataViewer will remember open files in RecoveryRestart
  FIXED - FS-SFTP - Will disconnect if it failed to do anything becuse account is locked or similar.
  FIXED - MultiDataViewer - Possible to Copy selected text with Ctrl+C from Highlight and Find edit boxes again.
  FIXED - Status bar is shown again.

 -- 3064
  ADDED - FS-SFTP extension now support KeepAlive option
  ADDED - FS-SFTP extension now support login with Public/Private key
  ADDED - FS-SFTP extension can now login using Proxy

-- 3061
  ADDED - NEW Extension - FS-SFTP Adds support for SSH SCP/SFTP (Some features are still missing like KeepAlive,ZCompress,Proxy,PublicKeyFile)
  ADDED - UNIX permissions are now shown in the attribute column for file on SFTP, ( eg drwxr-xr-x )
  ADDED - MC will set enovirment variables for the MC EXE and Path. So all programs MC start will see this enviroments variables.
  FIXED - Tweaked the 3rd party Zip library to make it work on MC Windows 7 again
  FIXED - 3 Stability issues
-- 3056
  ADDED - TabSession can now be accessed from the toolbar IF you have any tab sessions defined
  FIXED - Updated 3rd party Zip library, Now empty folders and empty zip files are handled correctly again.
  FIXED - Shortcuts for 'FindFiles' now show assigned hotkey in tooltop and menu
  REMOVE- Removed duplicated command for FindFiles.
  ADDED - Checksum tool now support .sha,.sha1, .sha256, .sha512 files to verify and create
  FIXED - 5 Stability issues


New Extension - FS-SFTP (SSH SCP/SFTP) Support
This is Alpha.
 Features not working yet
  * Keep alive
  * Z Compression
  * Public/Private key authentication
  * Proxy support

!! For Translators. !!

DO NOT Translate everything in the new FS-SFTP extension yet.
It is a copy paste from the FS-FTP extension and many text strings will be removed.
« Last Edit: Yesterday at 19:04:30 by Mathias (Author) »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4548
    • View Profile
    • Multi Commander
Re: v14.6 BETA
« Reply #1 on: January 24, 2025, 18:28:52 »
Let me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work

Pawel

  • Junior Member
  • **
  • Posts: 29
    • View Profile
Re: v14.6 BETA
« Reply #2 on: January 25, 2025, 10:17:30 »
  ADDED - MC will set enovirment variables for the MC EXE and Path. So all programs MC start will see this enviroments variables.

Thanks for adding this!
However, what are then names of this environments?

I checked MultiCommander.exe process in Process Explorer and I see those:

COMMANDER_EXE
COMMANDER_PATH
(The same as Total Commander)

and

MULTICOMMANDER_EXE
MULTICOMMANDER_PATH

I will use those MULTICOMMANDER_*
Question. Why you also added variables with the same name as Total Commander does?

-Pawel



Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4548
    • View Profile
    • Multi Commander
Re: v14.6 BETA
« Reply #3 on: January 25, 2025, 10:40:49 »
  ADDED - MC will set enovirment variables for the MC EXE and Path. So all programs MC start will see this enviroments variables.

Thanks for adding this!
However, what are then names of this environments?

I checked MultiCommander.exe process in Process Explorer and I see those:

COMMANDER_EXE
COMMANDER_PATH
(The same as Total Commander)

and

MULTICOMMANDER_EXE
MULTICOMMANDER_PATH

I will use those MULTICOMMANDER_*
Question. Why you also added variables with the same name as Total Commander does?

-Pawel
Yes Added the TC one for compbability reason for now. they might be removed.

Pawel

  • Junior Member
  • **
  • Posts: 29
    • View Profile
Re: v14.6 BETA
« Reply #4 on: January 25, 2025, 11:01:31 »
Yeah, right, compatibility.

EDIT: I already changed my code. It is working like as charm.
Thank you for adding those Environment Variables to MC. Waiting for Final Release :)

Will you consider adding MC Handle as another Environment Variable?

I got it using the following code (I also check the path of the process with this handle).
Handle := FindWindow('MultiCommander MainWnd', nil);
Would be much easier if I could get it from MC :)

-Pawel


« Last Edit: January 25, 2025, 12:03:44 by Pawel »

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 517
    • View Profile
Re: v14.6 BETA
« Reply #5 on: January 30, 2025, 13:51:25 »
Thanks for the update Mathias. ;)

I noticed after the update today b3064, that the filesize output is missing from the bottom left of the panel.  (Where I have put a yellow box on the image)
Tried restart, no luck. Has a setting been lost or is it broken?
Thanks

Pawel

  • Junior Member
  • **
  • Posts: 29
    • View Profile
Re: v14.6 BETA
« Reply #6 on: January 30, 2025, 14:23:41 »
@Mathias (Author)

Is it possible to set custom color of Multi Commander Window in Dark Mode?
It is #383838 (RGB 56/56/56) now...
Or Titlebar background.

I preffer a bit darker, like for example ->#191919 (RGB 25/25/25)

-Pawel

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4548
    • View Profile
    • Multi Commander
Re: v14.6 BETA
« Reply #7 on: January 30, 2025, 16:07:06 »
that is currently not customizable.
Been thinking to maybe add so it can be. problem is that some of the dark UI component are styled by Windows. So there is not full control of the colors in all places.
And if I enable so colors can be customizable people are going to complain why they can't change color at place X.

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 517
    • View Profile
Re: v14.6 BETA
« Reply #8 on: January 31, 2025, 12:47:36 »
Thanks for the update Mathias. ;)

I noticed after the update today b3064, that the filesize output is missing from the bottom left of the panel.  (Where I have put a yellow box on the image)
Tried restart, no luck. Has a setting been lost or is it broken?
Thanks

This is the Selection Status Area in MC explorer panel settings, yes? Still cannot get it to show anything , Win11 Explorer does show these details OK in Status Bar.
I wondered if enable/disable freespace display would do anything but it didn't.
I also noticed the shifting of the panel nav icons left (attached), I haven't updated my gfx drivers btw.
I guess a clean re-install is next...  :-\
« Last Edit: January 31, 2025, 13:00:53 by Ulfhednar »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4548
    • View Profile
    • Multi Commander
Re: v14.6 BETA
« Reply #9 on: January 31, 2025, 12:49:34 »
Thanks for the update Mathias. ;)

I noticed after the update today b3064, that the filesize output is missing from the bottom left of the panel.  (Where I have put a yellow box on the image)
Tried restart, no luck. Has a setting been lost or is it broken?
Thanks

This is the Selection Status Area in MC explorer panel settings, yes? Still cannot get it to show anything , Win11 Explorer does show these details OK in Status Bar.
I wondered if enable/disable freespace display would do anything but it didn't.
I guess a clean re-install is next...  :-\

I notice my self yesterday. I had temporary removed that, and forgot to put it back..
I new beta will be out tonight

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 517
    • View Profile
Re: v14.6 BETA
« Reply #10 on: January 31, 2025, 13:01:42 »
Oh OK thanks Mathias... You had me worried!   :D


***
Yaaaay! Thanks for the fixes Mathias c/o b3066!  8) ;)
« Last Edit: January 31, 2025, 23:22:57 by Ulfhednar »

Matthias515566

  • Power Member
  • ****
  • Posts: 327
    • View Profile
Re: v14.6 BETA
« Reply #11 on: February 02, 2025, 19:37:48 »
You mean 3066 and not 3064 :)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4548
    • View Profile
    • Multi Commander
Re: v14.6 BETA
« Reply #12 on: February 03, 2025, 07:52:30 »
You mean 3066 and not 3064 :)
ah yes 3066