Differences
This shows you the differences between the selected revisions of the page.
| 2005-09-19 | 2005-11-09 | ||
| 2005-09-18 (martin) | 2005-10-28 (martin) | ||
| Line 4: | Line 4: | ||
| ===== Not Released Yet ===== | ===== Not Released Yet ===== | ||
| - | === 2005-09-18 === | + | === 2005-10-28 === |
| + | * The Server/Protocol Information dialog remade. It now also show space available for current directory. | ||
| + | * File panel can be sorted by extension by clicking on dedicated part of //Name/Ext// column title. | ||
| * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | ||
| * 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. | * 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. | ||
| * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | ||
| + | * It is now possible to edit two files with the same path/name located on different servers. | ||
| * Logging to file can be enabled using new ''/log'' command-line option. | * Logging to file can be enabled using new ''/log'' command-line option. | ||
| + | * Log file name can contain following patterns: ''&Y'' (year), ''&M'' (month), ''&D'' (day), ''&T'' (time), ''&H'' (hostname), ''&S'' (session name). | ||
| * Improved cleaning of directory change cache on symbolic link deletion. | * Improved cleaning of directory change cache on symbolic link deletion. | ||
| * SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | * SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | ||
| Line 16: | Line 20: | ||
| * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | ||
| * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | ||
| + | * Progress is displayed, when collecting additional file properties before Properties dialog is shown. | ||
| + | * On Windows XP, native column sorting icons are used. | ||
| + | * Licence of PuTTY updated. | ||
| + | * File mask ''*.*'' is treated exceptionally, matching all files, even those without dot. | ||
| * Navigation tree on login and preferences dialogs widened to allow longer translations. | * Navigation tree on login and preferences dialogs widened to allow longer translations. | ||
| * When sorting files in file panel, filename is always secondary criteria. | * When sorting files in file panel, filename is always secondary criteria. | ||
| - | * Bug fix: Fixed resolving symbolic links in subdirectories. | + | * INI file name on Properties dialog changes with name of executable. |
| + | ··* Bug fix: Fixed resolving symbolic links in sub-directories. | ||
| * Bug fix: After directory refresh, WinSCP sometime incorrectly behaved as if the user were dragging the selected file. | * Bug fix: After directory refresh, WinSCP sometime incorrectly behaved as if the user were dragging the selected file. | ||
| * Bug fix: SCP fallback for SSH-1 was not working. | * Bug fix: SCP fallback for SSH-1 was not working. | ||
| Line 29: | Line 38: | ||
| * Bug fix: Custom transfer settings dialog invoked from context menu on synchronisation dialog did incorrectly allowed changing all settings, even when time-stamp-only synchronisation was selected. | * Bug fix: Custom transfer settings dialog invoked from context menu on synchronisation dialog did incorrectly allowed changing all settings, even when time-stamp-only synchronisation was selected. | ||
| * Bug fix: When the SFTP server does not support permissions, random permissions were used for the files. | * Bug fix: When the SFTP server does not support permissions, random permissions were used for the files. | ||
| - | * Bug fix: Crash when re-key occured on idle background session and the host key was not cached. | + | * Bug fix: Crash when re-key occurred on idle background session and the host key was not cached. |
| + | * Bug fix: Failure when downloading file from different directory then the current one (SCP only) | ||
| + | * Bug fix: Username was stored incorrectly when exporting session to PuTTY. | ||
| + | * Bug fix: On the first start-up on fresh installation, default editor settings were not preset. | ||
| + | * Bug fix: When output of the console is was redirected to file, list of transferred files contained only the last file. | ||
| ===== 3.7.6 ===== | ===== 3.7.6 ===== | ||