Differences
This shows you the differences between the selected revisions of the page.
2016-07-21 | 2016-07-21 | ||
Minor edits, still not final (Petr) | Some more edits, still not final (Petr) | ||
Line 8: | Line 8: | ||
* Significantly improved WinSCP look and feel in large font / high DPI environments; toolbar, menu, icons and dialog images now support 125%, 150% and 200% zooms | * Significantly improved WinSCP look and feel in large font / high DPI environments; toolbar, menu, icons and dialog images now support 125%, 150% and 200% zooms | ||
- | * Support for authentication with TLS/SSL client certificates | ||
* Improved transfer speed with SFTP and SCP protocols when CPU is limiting factor; and with SFTP on high latency connections | * Improved transfer speed with SFTP and SCP protocols when CPU is limiting factor; and with SFTP on high latency connections | ||
* Automatic WinSCP updates (only for donors) | * Automatic WinSCP updates (only for donors) | ||
Line 14: | Line 13: | ||
* Session color can be set to black | * Session color can be set to black | ||
* Incremental site search can be restricted to the beginning of site name only or expanded to other site fields | * Incremental site search can be restricted to the beginning of site name only or expanded to other site fields | ||
- | * Files can be dropped on queue list | ||
* Increase length limit of site note to 4000 | * Increase length limit of site note to 4000 | ||
+ | * Keyboard shortcuts ''Ctrl+L'' and ''Alt+D'' to focus //Address// toolbar (Explorer interface) or open bookmarks (Commander interface); change: Shortcut of command //Clear Selection// changed to ''Shift+Ctrl+L'' | ||
* Dual code signing binaries with both SHA-1 and SHA-256 | * Dual code signing binaries with both SHA-1 and SHA-256 | ||
- | * Including all at least 80% translations into installer and informing user when incomplete language is selected when installing | + | * Support for authentication with TLS/SSL client certificates |
+ | ··* Including all at least 80% translations into WinSCP installer and informing user when incomplete language is selected when installing | ||
* Optionally trimming VMS version numbers from filenames during transfer | * Optionally trimming VMS version numbers from filenames during transfer | ||
- | * Keyboard shortcuts ''Ctrl+L'' and ''Alt+D'' to focus //Address// toolbar (Explorer interface) or open bookmarks (Commander interface); change: Shortcut of command //Clear Selection// changed to ''Shift+Ctrl+L''. | ||
* Many improvements to scripting, command-line and .NET assembly, e.g., | * Many improvements to scripting, command-line and .NET assembly, e.g., | ||
- | * Script or .NET assembly code template can be generated in GUI | + | * Script or .NET assembly code template can be generated in GUI, many improvements to code/script generation including syntax highlighting for generated code |
* Showing full ''open'' command syntax suggestion, when using saved site in batch script | * Showing full ''open'' command syntax suggestion, when using saved site in batch script | ||
* Command-line interface for converting and editing private keys | * Command-line interface for converting and editing private keys | ||
Line 34: | Line 33: | ||
* Change: Script file has to be in UTF-8 encoding | * Change: Script file has to be in UTF-8 encoding | ||
* Change: The ''RemoteFileInfo.Name'' now contains a name only, even for a ''RemoteFileInfo'' instance returned by the ''Session.GetFileInfo'' | * Change: The ''RemoteFileInfo.Name'' now contains a name only, even for a ''RemoteFileInfo'' instance returned by the ''Session.GetFileInfo'' | ||
- | * Change: Deprecating ''Session.DefaultConfiguration'' in favor of ''Session.AddRawConfiguration'' | + | * Change: Deprecating ''Session.DefaultConfiguration'' and ''Session.IniFilePath'' in favor of ''Session.AddRawConfiguration'' |
- | * Change: Deprecating ''Session.IniFilePath'' in favor of ''Session.AddRawConfiguration''. | + | |
* Change: ''SessionOptions.SshPrivateKeyPassphrase'' renamed to ''SessionOptions.PrivateKeyPassphrase'' | * Change: ''SessionOptions.SshPrivateKeyPassphrase'' renamed to ''SessionOptions.PrivateKeyPassphrase'' | ||
- | * Improvements to code/script generation with syntax highlighting for generated code | ||
* Custom commands can be distributed in a form of configurable WinSCP extension; distributing //Verify Checksum//, //Search Text// and //ZIP and Upload// .NET assembly examples as official WinSCP extensions | * Custom commands can be distributed in a form of configurable WinSCP extension; distributing //Verify Checksum//, //Search Text// and //ZIP and Upload// .NET assembly examples as official WinSCP extensions | ||