Differences
This shows you the differences between the selected revisions of the page.
2007-04-30 | 2008-04-07 | ||
altap salamander (martin) | 1.4.3 (martin) | ||
Line 1: | Line 1: | ||
====== Plugin To Altap Salamander Version History ====== | ====== Plugin To Altap Salamander Version History ====== | ||
+ | |||
+ | ===== 1.4.3 ===== | ||
+ | === 2005-09-25 === | ||
+ | * Changes in the plugin itself: | ||
+ | * Registration of plugin required. | ||
+ | * Plugin registration data shown in About dialog. | ||
+ | * For remote duplication/move invoked by drag&drop, small dialog with path only is used. | ||
+ | * When unloading plugin, pending windows are taken into account. | ||
+ | * Bug fix: When Preferences dialog was submitted without ever showing the //Panel// tab, columns configuration was lost. | ||
+ | * Bug fix: Remote duplication/move was not working when destination in format ''./filename.ext'' was used. | ||
+ | * Bug fix: Transfer setting //Newer only// was not working. | ||
+ | * The plugin already includes some features of upcoming WinSCP version: | ||
+ | * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | ||
+ | * Improved cleaning of directory change cache on symbolic link deletion. | ||
+ | * Navigation tree on login dialog widened to allow longer translations. | ||
+ | was not cached. | ||
+ | * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | ||
+ | * Only the last ''@'' in connection string is considered as username/hostname separator, making it possible to easier type username and/or password containing ''@'' from command-line. | ||
+ | * SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | ||
+ | * SFTP extension "supported" is ignored, when extension "supported2" is also sent by the server. | ||
+ | * Custom transfer settings dialog disables settings unusable in current context (synchronization mode, server capabilities, etc.). | ||
+ | * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | ||
+ | * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | ||
+ | * Bug fix: Fixed resolving symbolic links in sub-directories. | ||
+ | * Bug fix: SCP fallback for SSH-1 was not working. | ||
+ | * Bug fix: Crash when re-key occurred on idle background session and the host key | ||
+ | * Bug fix: When the SFTP server does not support permissions, random permissions were used for the files. | ||
+ | * Bug fix: Failure when changing file properties on SFTP server supporting UTF-8. | ||
+ | * Bug fix: Incorrectly formatted message "Unknown principal". | ||
+ | * Bug fix: Custom transfer settings dialog invoked from context menu on synchronization dialog did incorrectly allowed changing all settings, even when time-stamp-only synchronization was selected. | ||
+ | * SSH/SCP/SFTP core upgraded to WinSCP 3.7.6. It brings following changes: | ||
+ | * When overwriting of remote file fails, plugin can try to delete file and create new one (SFTP only). | ||
+ | * Several changes to synchronization: | ||
+ | * Added new option //Selected files only// for functions //Synchronize// and //Keep Remote Directory Up To Date//. It limits the synchronization to files selected in either panel only. | ||
+ | * Removed option //No confirmations// for functions //Synchronize// and //Keep Remote Directory Up To Date//. Confirmations are now disabled always. | ||
+ | * Directory number limit for function //Keep remote directory up to date// can be overruled. | ||
+ | * Event log is shown for function //Keep remote directory up to date//. | ||
+ | * When synchronizing timestamps, only same-sized files can be affected optionally. | ||
+ | * For //Synchronize timestamps only, not files// mode the only item of transfer settings that can be set (and that is displayed) is exclusion/inclusion mask. | ||
+ | * Bug fix: When time-stamp synchronization was configured as default synchronization action, it was incorrectly inherited by //Keep remote directory up to date//. | ||
+ | * Bug fix: Failure when synchronization before //Keep remote directory up to date// was interrupted. | ||
+ | * File mask ending with slash matches directories only. This is particularly useful for include mask to match any directories using mask ''*/''. | ||
+ | * User is notified when selected private key file does not contain private key in supported format or when the private key is for different SSH version than preferred one. | ||
+ | * Context help for authentication banner. | ||
+ | * Added hint links to several dialogs. They open popup hint describing syntax of masks and custom command patterns. | ||
+ | * When reading of local file during upload fails, more descriptive error message is shown and //Skip// button is not offered (SCP only). | ||
+ | * About dialog redesigned. URL links can receive focus, to allow opening the URL using keyboard. Additional URL link can be associated with translation. | ||
+ | * When appending (including alternative resume), the target file is not deleted, when transfer is canceled by user. | ||
+ | * Characters not allowed in Windows file names are now replaced by ''%XX'' (where ''XX'' is hexadecimal representation of character ASCII code), instead of underscore (''_''). | ||
+ | * It is now possible to specify both password and private key on Login dialog (server may require double authentication). | ||
+ | * Confirmation is required before stored session is deleted. | ||
+ | * Maximal size of read block as requested by SFTP server using ''supported2'' extension is respected. | ||
+ | * File masks can be separated also by comma (in addition to semicolon). | ||
+ | * Increased chance that files information on overwrite confirmation message are properly aligned (English version only). | ||
+ | * Bug fix: //Help// button on console window was incorrectly anchored. | ||
===== 1.4.2 ===== | ===== 1.4.2 ===== |