Differences
This shows you the differences between the selected revisions of the page.
2017-05-17 | 2017-05-17 | ||
bug 1529 (martin) | grouping .net assembly changes (martin) | ||
Line 23: | Line 23: | ||
* Consistency in handling errors executing local custom command. | * Consistency in handling errors executing local custom command. | ||
* Holding down ''Ctrl'' and ''Shift'' keys while running a remote custom command copies the command to clipboard instead of executing it. | * Holding down ''Ctrl'' and ''Shift'' keys while running a remote custom command copies the command to clipboard instead of executing it. | ||
+ | * Improvements and changes to .NET assembly: | ||
+ | * Added ''Side'' property to ''TransferEventArgs''. [[bug>1470]] | ||
+ | * Masking out passwords and passphrases in .NET assembly output log. [[bug>1475]] [[bug>1488]] | ||
+ | * Change: Deprecating ''Session.DisableVersionCheck''. | ||
+ | * Bug fix: Internal ''InvalidOperationException'' on each call to ''Session.ListDirectory''. [[bug>1515]] | ||
+ | * Bug fix: Do not invoke ''Session.Failed'' when checking for non-existing file with ''Session.FileExists''. [[bug>1513]] | ||
* Session log file rotation. [[bug>18]] | * Session log file rotation. [[bug>18]] | ||
* It is possible to skip file actually being transferred. [[bug>251]] | * It is possible to skip file actually being transferred. [[bug>251]] | ||
Line 43: | Line 49: | ||
* Not verifying that final path after ''CWD'' FTP command matches requested path to allow better compatibility with atypical FTP servers . [[bug>1518]] | * Not verifying that final path after ''CWD'' FTP command matches requested path to allow better compatibility with atypical FTP servers . [[bug>1518]] | ||
* DLL hijacking protection. [[bug>1459]] | * DLL hijacking protection. [[bug>1459]] | ||
- | * Added ''Side'' property to ''TransferEventArgs''. [[bug>1470]] | ||
* Poll edited file timestamps instead of using change notifications. [[bug>1500]] | * Poll edited file timestamps instead of using change notifications. [[bug>1500]] | ||
* Using WinSCP site name for PuTTY window title. [[bug>1482]] | * Using WinSCP site name for PuTTY window title. [[bug>1482]] | ||
Line 57: | Line 62: | ||
* Not popping up Authentication window when reconnecting while the application is minimized. [[bug>1476]] | * Not popping up Authentication window when reconnecting while the application is minimized. [[bug>1476]] | ||
* Hidden session settings for "Logical name of remote host". [[bug>1472]] | * Hidden session settings for "Logical name of remote host". [[bug>1472]] | ||
- | * Masking out passwords and passphrases in .NET assembly output log. [[bug>1475]] [[bug>1488]] | ||
* More readable usage statistics display. | * More readable usage statistics display. | ||
* Update dialog can be displayed by clicking update notification even when the Login dialog is opened. | * Update dialog can be displayed by clicking update notification even when the Login dialog is opened. | ||
Line 64: | Line 68: | ||
* Improved file transfer logging, including new progress logging. | * Improved file transfer logging, including new progress logging. | ||
* Change: Failing on invalid size constraint. | * Change: Failing on invalid size constraint. | ||
- | * Change: Deprecating ''Session.DisableVersionCheck''. | ||
* When opening secondary shell session fails, the main session is not closed. | * When opening secondary shell session fails, the main session is not closed. | ||
* Change: When executing script file or script commands provided on command-line, default reconnect time is set to 120 seconds, if not limited yet by configuration. | * Change: When executing script file or script commands provided on command-line, default reconnect time is set to 120 seconds, if not limited yet by configuration. | ||
Line 75: | Line 78: | ||
* Bug fix: Never implemented ''-continueonerror'' switch was present in ''keepuptodate'' help | * Bug fix: Never implemented ''-continueonerror'' switch was present in ''keepuptodate'' help | ||
* Bug fix: Failure while reloading directory tree after a system colors had changed while the tree was not showing. [[bug>1509]] | * Bug fix: Failure while reloading directory tree after a system colors had changed while the tree was not showing. [[bug>1509]] | ||
- | * Bug fix: Internal ''InvalidOperationException'' on each call to ''Session.ListDirectory''. [[bug>1515]] | ||
* Bug fix: Clean up application data dialog was showing on wrong monitor. | * Bug fix: Clean up application data dialog was showing on wrong monitor. | ||
* Bug fix: Resuming file upload in active FTP mode does not work on some servers. [[bug>1520]] | * Bug fix: Resuming file upload in active FTP mode does not work on some servers. [[bug>1520]] | ||
* Bug fix: Failure when INI file cannot be opened. [[bug>1523]] | * Bug fix: Failure when INI file cannot be opened. [[bug>1523]] | ||
- | * Bug fix: Do not invoke ''Session.Failed'' when checking for non-existing file with ''Session.FileExists''. [[bug>1513]] | ||
* Bug fix: Windows logo key is not working in toolbar input boxes. [[bug>1527]] | * Bug fix: Windows logo key is not working in toolbar input boxes. [[bug>1527]] | ||
* Bug fix: Toolbar icons were broken with Windows high contrast themes. [[bug>1529]] | * Bug fix: Toolbar icons were broken with Windows high contrast themes. [[bug>1529]] |