Differences
This shows you the differences between the selected revisions of the page.
2013-12-17 | 2013-12-17 | ||
5.2.6 beta changes added (Petr) | 5.2.7 RC changes added (Petr) | ||
Line 153: | Line 153: | ||
* Improved distinguishing main question of master-password related message boxes. | * Improved distinguishing main question of master-password related message boxes. | ||
* Removed icon from //Quit// command in menus. | * Removed icon from //Quit// command in menus. | ||
+ | * It's possible to Login/Open a site in PuTTY in a new window without closing Login dialog. [[bug>1086]] | ||
+ | * Using theme instruction font for message texts. | ||
+ | * Listing new/empty site folders on Save session as site dialog. [[bug>1089]] | ||
+ | * Increasing number of items shown in drop down lists of some combo boxes. | ||
+ | * Added host name to some connection related error messages. | ||
+ | * Canceling site editing when the site is dragged. | ||
+ | * Allowing ''Enter'' and ''Esc'' keys on site list of folder/workspace view on Login dialog. | ||
+ | * Improved error messages related to drag&drop shell extension. | ||
===== Improved Working with Sites and Workspaces ===== | ===== Improved Working with Sites and Workspaces ===== | ||
Line 170: | Line 178: | ||
* On first edit, WinSCP offers configuration of user's custom text editor as default editor. | * On first edit, WinSCP offers configuration of user's custom text editor as default editor. | ||
* Command to Import/restore configuration from INI file. | * Command to Import/restore configuration from INI file. | ||
+ | * Not requiring Windows nor Windows Explorer restart when new version uses the same or older version of Drag&Drop shell extension than existing one. | ||
===== Improved Scripting and .NET ===== | ===== Improved Scripting and .NET ===== | ||
Line 186: | Line 195: | ||
* Subset of custom command patterns can be used in PuTTY path, including ''!/'', ''!@'', ''!U'', ''!P'', ''!?prompt?!'' and ''!`command`''. This among other allows opening PuTTY in the same directory as current WinSCP working directory [[bug>326]]; or using different SSH client, such as KiTTY [[bug>966]]. | * Subset of custom command patterns can be used in PuTTY path, including ''!/'', ''!@'', ''!U'', ''!P'', ''!?prompt?!'' and ''!`command`''. This among other allows opening PuTTY in the same directory as current WinSCP working directory [[bug>326]]; or using different SSH client, such as KiTTY [[bug>966]]. | ||
* Synchronization preview in scripting. [[bug>885]] | * Synchronization preview in scripting. [[bug>885]] | ||
+ | * System error message is shown when changing local working directory fails in scripting. [[bug>1087]] | ||
===== Other Improvements ===== | ===== Other Improvements ===== | ||
Line 244: | Line 254: | ||
* For FTP sessions over implicit TLS/SSL, //Copy URL to Clipboard// command uses ''ftps:%%//%%'' protocol. | * For FTP sessions over implicit TLS/SSL, //Copy URL to Clipboard// command uses ''ftps:%%//%%'' protocol. | ||
* Support FTP servers that require TLS/SSL handshake on transfer connection before responding ''1yz'' to ''STOR''/''APPE''. [[bug>1084]] | * Support FTP servers that require TLS/SSL handshake on transfer connection before responding ''1yz'' to ''STOR''/''APPE''. [[bug>1084]] | ||
+ | * Support for proprietary SFTP extension ''statvfs@openssh.com'' to check disk space usage. | ||
+ | * Consistently logging modification time and size of every transferred file. | ||
===== Bug Fixes ===== | ===== Bug Fixes ===== | ||
Line 312: | Line 324: | ||
* Bug fix: Time-based SSH key re-exchange does not work. [[bug>1082]] | * Bug fix: Time-based SSH key re-exchange does not work. [[bug>1082]] | ||
* Bug fix: Passwords are lost when any raw session settings is specified in scripting or command-line. [[bug>1083]] | * Bug fix: Passwords are lost when any raw session settings is specified in scripting or command-line. [[bug>1083]] | ||
- | + | * Bug fix: Failure when closing Windows session. | |
- | ===== RAW ===== | + | ··* Bug fix: Environment variables were not expanded in site hostname and username in rare cases. |
+ | ··* Bug fix: It was not possible to skip error listing local directory during operation. [[bug>1090]] | ||
+ | * Bug fix: Some messages containing ''&'' were shown incomplete. |