Differences
This shows you the differences between the selected revisions of the page.
2016-12-23 | 2016-12-24 | ||
queue task bar button progress fixes (martin) | no summary (72.13.223.91) (hidden) | ||
Line 3: | Line 3: | ||
This is a list of changes for each release of WinSCP. See also [[project_history|project history]]. | This is a list of changes for each release of WinSCP. See also [[project_history|project history]]. | ||
- | ===== [[5.10]] 5.10 (not released yet) ===== | ||
- | === 2016-12-23 === | ||
- | * Background transfer operations can use multiple connections. [[bug>875]] | ||
- | * Find dialog is not modal when search finishes and its //Focus// button does not close the window. | ||
- | * Found files can be downloaded and deleted on the Find dialog. [[bug>1473]] | ||
- | * Support Microsoft ''Passport'' authentication to allow WebDAV access to Microsoft OneDrive. [[bug>1465]] | ||
- | * Changes to translations: | ||
- | * Translations are installed to ''Translations'' subfolder. | ||
- | * Unless user customizes language, automatically using the best language match each run. | ||
- | * Including all translation (30% at least) in installation, but automatically using only those that are complete (80% at least). | ||
- | * Marking the default, incomplete and invalid languages in Preferences dialog. | ||
- | * Improvements to custom commands/extensions: | ||
- | * Extension output can be displayed in a message box. | ||
- | * Local custom console command output can be copied to clipboard. | ||
- | * The official extensions can be translated. | ||
- | * 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. | ||
- | * Session log file rotation. [[bug>18]] | ||
- | * It is possible to skip file actually being transferred. [[bug>251]] | ||
- | * Not indefinitely retrying transfer with FTP protocol when opening transfer channel is failing. [[bug>1169]] | ||
- | * Handling ''%%dav://%%'' URL. [[bug>1479]] | ||
- | * SSH password change. | ||
- | * Improved connection time for fast connections. | ||
- | * Open filter dialog when clicking the current filter in the path display. [[bug>1478]] | ||
- | * The path display shows temporarily an implicit ''*.*'' filter when hovering a mouse over it. [[bug>1478]] | ||
- | * Importing proxy configuration from FileZilla. | ||
- | * If there is only a single private key configured in FileZilla, import it with session. [[bug>1468]] | ||
- | * Added //New > File// command to the toolbar. [[bug>1477]] | ||
- | * Cancelling calculation or errors while calculating size of files to upload does not abort the the actual transfer. | ||
- | * Supporting user/group names in ''MLSD''/''MLST'' responses. [[bug>1481]] | ||
- | * Allowed downloading file using URL even when listing its source directory is not possible. [[bug>1480]] | ||
- | * SSH core upgraded to the latest development snapshot of PuTTY (2016-07-19, commit 9398d23). | ||
- | * When handling WebDAV file URL, use a display name for target local file. [[bug>1486]] | ||
- | * DLL hijacking protection. [[bug>1459]] | ||
- | * Added ''Side'' property to ''TransferEventArgs''. [[bug>1470]] | ||
- | * Using WinSCP site name for PuTTY window title. [[bug>1482]] | ||
- | * Hidden options for //Preference order for %%GSSAPI%% libraries// and //User-supplied %%GSSAPI%% library path//. [[bug>578]] | ||
- | * ''Ctrl+Backspace'' in path edit boxes to deletes the word before cursor. [[bug>1469]] | ||
- | * The //SFTP server// and //Shell// edit boxes on the Advanced Site settings dialog use path-style word-breaking. | ||
- | * Not adding ''-load'' switch to PuTTY arguments, if it is configured already. [[bug>1493]] | ||
- | * Drop down lists on the Open Directory and Location Profile dialogs are up to 16 entries long. | ||
- | * Progress window appears on top of Editor window when reloading an edited file. | ||
- | * 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]] | ||
- | * Masking out passwords and passphrases in .NET assembly output log. [[bug>1475]] [[bug>1488]] | ||
- | * More readable usage statistics display. | ||
- | * Update dialog can be displayed by clicking update notification even when the Login dialog is opened. | ||
- | * Change: Failing on invalid size constraint. | ||
- | * Change: Deprecating ''Session.DisableVersionCheck''. | ||
- | * 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. | ||
- | * Bug fix: The ''/refresh'' command-line switch was not described in ''/?''. | ||
- | * Bug fix: Digits-only file mask constraint was interpreted as time constraint instead of size constraint. | ||
- | * Bug fix: Sudden disconnect errors during authentication are randomly ignored. [[bug>1489]] | ||
- | * Bug fix: Queue status was not shown on task bar button, when WinSCP was minimized by clicking on the task bar button. | ||
- | * Bug fix: Pending background transfers were not considered for progress bar on task bar button. | ||