Differences

This shows you the differences between the selected revisions of the page.

history_old 2020-11-30 history_old 2024-04-16 (current)
Line 1: Line 1:
====== Older Versions ====== ====== Older Versions ======
 +
 +===== [[6.0.1]] 6.0.1 beta ((2023-03-07)) =====
 +
 +  * //Compare Directories// command is available in local file manager mode.
 +  * Installer upgraded to Inno Setup 6.2.2.
 +  * Translations updated: German and Hungarian.
 +  * Renamed //File// menu in Explorer interface to //Files// for consistency with Commander interface.
 +  * Using plural //Tabs// for consistency with other menus.
 +  * Using the same timestamp format in local and remote file panels.
 +  * Option to allow box-drawing characters to render correctly in an Internal editor. [[bug>2169]]
 +  * Bug fix: Failure when selecting S3 protocol in Login dialog with non-existing ''.aws/credentials'' file. [[bug>2166]]
 +  * Bug fix: Tab close button of new session was drawn as clicked, if it was opened from Login dialog popped up after the last session was closed by clicking its close button.
 +  * Bug fix: Rename tab dialog still says //"Rename session"//.
 +  * Bug fix: Generated code uses obsolete ''SessionOptions.WebdavSecure'' property instead of current ''SessionOptions.Secure''.
 +  * Bug fix: Generated code for unsecure S3 protocol does not include ''SessionOptions.Secure'' property.
 +  * Bug fix: Separation of //Tab// and //Session// menus was unintentionally not reverted for Explorer interface.
 +  * Bug fix: Wrong behaviour when trying to open a workspace that does not contain any valid session.
 +  * Bug fix: ''Ctrl+T'' opens the wrong type of tab.
 +  * Bug fix: The ''!K'' and ''!\'' custom command and PuTTY patterns were not included in syntax hint.
 +  * Bug fix: Hang when FTP directory listing contains nul character. [[bug>2167]]
 +  * Bug fix: //Parent directory// command was missing its keyboard shortcut in the menu.
 +  * Bug fix: Workspace could not be saved when the active tab was not connected or was local.
 +  * Bug fix: Some control labels were showing keyboard accelerators without keyboard intervention.
 +  * Bug fix: Pressing ''Alt'' with some combo boxes focused did not show keyboard accelerators.
 +  * Bug fix: Failure when starting with colored session. [[bug>2168]]
 +
 +===== [[6.0]] 6.0 beta ((2023-02-08)) =====
 +  * Local file manager mode (two local panels). [[bug>1893]]
 +  * Windows 11 flat style graphics.
 +  * SSH core and SSH private key tools (PuTTYgen and Pageant) upgraded to [[&url(puttychanges)|PuTTY 0.78]]. It brings the following changes:
 +    * Support for OpenSSH certificates (for user authentication keys). [[bug>1873]] [[pbug>ssh2-openssh-certkeys]]
 +    * Support for NTRU Prime post-quantum key exchange. [[pbug>ntru]]
 +    * Support for AES-GCM (in the OpenSSH style rather than RFC 5647, without hardware acceleration). [[pbug>aes-gcm]]
 +    * Support for more forms of Diffie-Hellman key exchange: new larger integer groups (such as group16 and group18), and support for using those and ECDH with GSSAPI. [[pbug>rfc8268-dh-groups]] [[pbug>gss-key-exchange-more-algs]]
 +  * Ongoing delete operation can be moved to background queue. [[bug>194]]
 +  * New DigiCert EV code signing certificate valid until February 2026 is used for signing binaries.
 +  * Showing directory size in file panel. [[bug>41]]
 +  * MSI installation package. [[bug>83]]
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1t.
 +  * Translations updated: German and Russian.
 +  * File checksum calculation support for SCP protocol and SFTP protocol via secondary shell session using shell commands like ''sha256sum''.
 +  * Tab titles are shortened to fit window width as needed. [[bug>1423]]
 +  * AWS S3 profile selection. [[bug>2057]]
 +  * Consistent behavior across protocols when renaming/moving remote files: [[bug>2120]]
 +    * Asking before overwriting existing files, both for renaming/moving.
 +    * Allowing overwriting existing files even with protocols that require deleting the existing file first and with WebDAV.
 +  * Using SFTP ''copy-data'' extension to duplicate remote files with servers that do not support ''copy-file'' extension (OpenSSH).
 +  * Allowed scrolling of background transfers queue list view while dragging a transfer. [[bug>2154]]
 +  * Tabs show tooltips with full session name, username, hostname and paths.
 +  * Displaying thanks and transitioning help toolbar message after Store installation over classic installation.
 +  * Remembering remote directory tree nodes state when switching sessions. [[bug>1057]]
 +  * Progress animations for //Duplicate// and //Move To// operations.
 +  * Download edited/opened files with up-to-date timestamps. [[bug>2122]]
 +  * Displaying current version on the New version notification. [[bug>2125]]
 +  * Support for S3 servers without TLS encryption. [[bug>1995]]
 +  * Support for redirected WebDAV downloads (even to other hosts). [[bug>1667]]
 +  * Optionally reading password from a file. [[bug>2102]]
 +  * Input files can be read from named pipes. [[bug>2118]]
 +  * ''Shift''-clicking //New Session// command opens the Login dialog in new WinSCP instance, instead of possibly opening new instance of workspace.
 +  * Option to always sort directories by name. [[bug>1024]]
 +  * Bookmark drop-down menu in Explorer interface. [[bug>2127]]
 +  * Preserving changed passwords of ad-hoc sessions in workspace. [[bug>2128]]
 +  * In file panel, file sorting by date and size is by default descending even when initiated by menu, toolbar or keyboard shortcut, consistently with sorting by clicking panel column header.
 +  * Allowed opening all sites in a folder in PuTTY. [[bug>2079]]
 +  * Allowing environment variables in custom INI file path. [[bug>2105]]
 +  * Private key pattern ''!K'' in PuTTY command-line and custom commands. [[bug>2107]]
 +  * Automatically reconnect when FTP server fails to open data connection with ''426'' code, if it previously worked. [[bug>2110]]
 +  * Cleaning up temporary WinSCP PuTTY sessions.
 +  * Clearing environment variables ''BLOCK_SIZE'' and ''LS_BLOCK_SIZE''. [[bug>2129]]
 +  * Added import from KiTTY directly to the Import dialog. [[bug>1551]]
 +  * Warn when user selects too verbose logging level that degrades performance. [[bug>2155]]
 +  * Contents of About dialog can be copied to the clipboard using ''Ctrl+C''.
 +  * Blocking Windows Rich Edit formatting keyboard shortcuts in Internal editor. [[bug>2108]]
 +  * WebDAV/HTTP core upgraded to neon 0.32.5.
 +  * PNG code upgraded to PngComponents 1.9.0.
 +  * When switching tabs, prevent visibly scrolling the panels when focusing the last selected file.
 +  * Removed the "compression" indicator from the status bar.
 +  * Added GSSAPI key exchange algorithms to ''/info''.
 +  * Allowed normal behavior of double-click on a file even when resolving of symlinks is disabled. [[bug>2037]]
 +  * Change: ''SessionOptions.WebdavSecure'' renamed to ''SessionOptions.Secure'' (and applies to S3 protocol too).
 +  * ''Session.ExecutablePath'' returns detected or actual executable path when not set. [[bug>2055]]
 +  * Change: Keyboard shortcut for //Command Line// command changed to ''Shift+Ctrl+M'' (''Shift+Ctrl+N'' previously).
 +  * Do not overwrite existing local file when FTP download fails to start. [[bug>2132]]
 +  * Preventing construction of .NET assembly internal collection classes, what avoids them being unnecessarily registered for COM.
 +  * Hidden configuration option to increase maximal number of background transfers at the same time. [[bug>2117]]
 +  * Not animating taskbar button, when items are queued, but processing is disabled
 +  * Removed gap in initial toolbar layout.
 +  * Better formatting of feature list on Interface page of Preferences dialog.
 +  * Optimizing adjusting to updated system font. [[bug>2149]]
 +  * Consistency with loading icons synchronously and on the background. [[bug>2161]]
 +  * Added new ''ap-southeast-4'' AWS region.
 +  * Selecting the best language with each installation. [[bug>2160]]
 +  * Workaround for using ''/ini=nul'' on systems when reading ''nul'' file fails. [[bug>2163]]
 +  * Support for FTP ''CSID'' command.
 +  * Not logging supported SFTP extensions included directly in ''SSH_FXP_VERSION'' response as unknown.
 +  * Bug fix: Failure when trying to switch session tabs while previous switch did not complete yet.
 +  * Bug fix: When importing from FileZilla with KiTTY selected as SSH terminal, host keys were imported from KiTTY instead of FileZilla/PuTTY.
 +  * Bug fix: Incorrect escaping of values in single-quoted patterns in custom commands.
 +  * Bug fix: Configuration does not load when using ''/rawconfig'' command-line switch and read-only configuration sections.
 +  * Bug fix: When file rename fails, wrong part of filename might be selected in the inline filename editor.
 +  * Bug fix: Mouse cursor flickers while retrieving remote file properties.
 +  * Bug fix: Using any keyboard shortcut with ''Alt'' key shows menu keyboard accelerators permanently.
 +  * Bug fix: Session tabs cannot be dragged when the user has mouse buttons swapped.
 +  * Bug fix: The //"Keep temporary copies of remote files in deterministic paths"// option applied when duplicating remote files via a local temporary copy and with custom commands, breaking their functionality. [[bug>2140]]
 +  * Bug fix: S3 credentials checkbox on Login dialog had wrong tab order.
 +  * Bug fix: Turned-off keepaliaves are not propagated to PuTTY. [[bug>2141]]
 +  * Bug fix: With password storing administratively disabled, the ''/rawsettings'' switch cannot be used to set passwords. [[bug>2142]]
 +  * Bug fix: Focus was lost after checking for updates.
 +  * Bug fix: Failure on startup fatal error.
 +  * Bug fix: Error when uploading file sized just below 32 kB boundary to FTP server over TLS 1.3. [[bug>2019]]
 +  * Bug fix: Failure when doing agent forwarding with Pageant 0.74 or older. [[bug>2162]]
 +  * Bug fix: Pressing ''Tab'' during incremental search on Login dialog never look into collapsed folders when more than one visible node matched the search.
 +  * Bug fix: File on local network share treated as folder when uploading. [[bug>2056]]
 +  * Bug fix: Failure when parsing FTP checksum response misses the actual response.
 +
 +===== [[5.21.8]] 5.21.8 ((2023-04-11)) =====
 +
 +  * Back-propagated fixes from 6.0 beta release:
 +    * Translations updated: German, Hungarian and Russian.
 +    * TLS/SSL core upgraded to OpenSSL 1.1.1t.
 +    * Updated links to online help.
 +
 +===== [[5.21.7]] 5.21.7 ((2023-01-23)) =====
 +
 +  * Improvements to official //Batch Rename// extension:
 +    * Made GUI refresh optional to allow standalone execution.
 +    * Not failing when specific file do not require any rename.
 +    * Bug fix: Rename fails when the filename contain file mask special characters. [[bug>2157]]
 +  * Bug fix: Failure when system settings change after new version message box was displayed. [[bug>2148]]
 +
 +===== [[5.21.6]] 5.21.6 ((2022-11-28)) =====
 +
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1s.
 +  * XML parser upgraded to Expat 2.5.0.
 +  * Translation updated: German.
 +  * Setting ''$PSNativeCommandArgumentPassing'' to ''Legacy'' in generated WinSCP scripting PowerShell commandline, which is needed for PowerShell 7.3 compatibility. [[bug>2134]]
 +  * Added new ''ap-south-2'', ''eu-central-2'' and ''eu-south-2'' AWS regions and doubling region drop-down height.
 +  * Bug fix: Moving WebDAV transfer to background aborts the transfer if the server commits the interrupted foreground transfer. [[bug>2126]]
 +  * Bug fix: Failure when saving edited file while current tab is not connected. [[bug>2139]]
 +  * Bug fix: When the current session is encrypted, saved edited file was uploaded using the current session instead of its source session. When the current session is not encrypted, edited files opened in any encrypted session was uploaded on the background, possibly leading to data inconsistent files.
 +  * Bug fix: When reattaching edited file to re-connection session, the file was always attached to the current session instead of the possibly non-active re-connected session.
 +
 +===== [[5.21.5]] 5.21.5 ((2022-10-06)) =====
 +
 +  * Translation completed: Brazilian Portuguese.
 +  * WebDAV/HTTP core upgraded to neon 0.32.4.
 +  * XML parser upgraded to Expat 2.4.9.
 +  * Preventing opening tunneled sessions in PuTTY from Login dialog as it cannot work. [[bug>2116]]
 +  * Bug fix: Agent forwarding does not work. [[bug>2113]]
 +  * Bug fix: Stall when new folder is detected and the drive contains folders with numerical names. [[bug>2114]]
 +  * Bug fix: New version notification is not displaying.
 +
 +===== [[5.21.4]] 5.21.4 ((2022-09-12)) =====
 +
 +  * This is Microsoft Store-only release with the following fix:
 +    * The //Donate// command removed from the //Help// menu to comply with Store App policies.
 +
 +===== [[5.21.3]] 5.21.3 ((2022-09-06)) =====
 +
 +  * Translation updated: Ukrainian.
 +  * Added new ''me-central-1'' AWS region.
 +  * Bug fix: Site with a stored password protected by master password cannot be opened from command-line. [[bug>2101]]
 +  * Bug fix: Opening session in new window fails. [[bug>2104]]
 +
 +===== [[5.21.2]] 5.21.2 ((2022-08-08)) =====
 +
 +  * Translation completed: Farsi.
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1q.
 +  * Initial implementation of application logging.
 +  * Bug fix: "Hidden files showing toggled" message displays opposite status.
 +  * Bug fix: Cannot authenticate to WebDAV server with username containing some special characters. [[bug>2095]]
 +  * Bug fix: Checkbox to set permissions recursively on Properties dialog is missing, when changing owner and group is not supported. [[bug>2097]]
 +  * Bug fix: .NET assembly type library cannot be used in WSH. [[bug>2098]]
 +  * Bug fix: DLL hijacking protection was not working. [[bug>1459]]
 +
 +===== [[5.21.1]] 5.21.1 ((2022-06-24)) =====
 +  * Translation completed: Polish.
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1p.
 +  * Not offering to create a link to parent directory, when it happens to be selected, when starting to create a link. [[bug>2091]]
 +  * Bug fix: Extension options dialog layout broken on systems with multiple monitors with different text scaling. [[bug>2090]]
 +  * Bug fix: Failure when starting parallel FTP background transfers. [[bug>2093]]
 +  * Bug fix: Directory coloring rules on remote panel do not work. [[bug>2094]]
 +
 +===== [[5.21]] 5.21 ((2022-06-15)) =====
 +
 +  * Bug fix: Hang when entering small directories with FTP protocol. [[bug>2087]]
 +  * Bug fix: Lag when moving files from remote panel using drag&drop. [[bug>2088]]
 +  * Bug fix: After certain operations, drive that was ever opened in local file panel cannot be safely removed temporarily.
 +
 +===== [[5.20.4]] 5.20.4 RC ((2022-06-08)) =====
 + 
 +  * SSH core and SSH private key tools (PuTTYgen and Pageant) upgraded to [[&url(puttychanges)|PuTTY 0.77]]. It brings the following changes:
 +    * Pageant: Option ''%%--openssh-config%%'' to allow easy interoperation with Windows's ''ssh.exe''. [[pbug>win-pageant-openssh-interop]]
 +    * Bug fix: PuTTYgen's mouse-based entropy collection now handles high-frequency mice without getting confused. [[pbug>win-puttygen-entropy-rate-limit]]
 +    * Bug fix: Pageant can now handle large numbers of concurrent connections without hanging or crashing. [[pbug>win-pageant-max-connections-2]]
 +    * Bug fix: If Pageant is started multiple times simultaneously, the instances should reliably agree on one of them to be the persistent server. [[pbug>win-pageant-concurrent-startup]]
 +  * Improved error message when FTP server returns malformed response. [[bug>2077]]
 +  * Translations updated: German and Slovak.
 +  * Not listing remote directory when downloading file using FTP protocol with overwrite confirmations off. [[bug>2084]]
 +  * Workaround for calls to system API failing when used first time against some network shares (Samba) with paths over the legacy Windows limit. [[bug>2082]]
 +  * Workaround for an apparent bug in Windows 11 that prevents WinSCP from stopping Windows going to the sleep mode during transfers. [[bug>2083]]
 +  * Workaround for specific encoding of commas in filenames (and particularly directory names) by OneDrive WebDAV interface. [[bug>2085]]
 +  * Bug fix: When transferring a growing file, after its original size is reached, the ''Session.FileTransferProgress'' event starts being triggered continuously. [[bug>2078]]
 +  * Bug fix: Restored pre-5.20.3 behaviour with MVS systems. [[bug>2086]]
 +
 +===== [[5.20.3]] 5.20.3 RC ((2022-05-17)) =====
 +
 +  * Translations completed: Catalan, Czech, Dutch, Finnish, French, German, Hungarian, Italian, Japanese, Korean, Portuguese, Romanian, Russian, Simplified Chinese, Slovak, Spanish, Swedish, Traditional Chinese, Turkish and Ukrainian; and updated: Vietnamese
 +  * Streaming support in .NET assembly and scripting for FTP protocol. [[bug>1945]]
 +  * Improved compatibility with MVS systems. [[bug>2069]]
 +  * New .NET assembly method ''Session.TryGetFileInfo''. Thanks to @RachamimYaakobov. [[bug>2068]]
 +  * Expanding environment variables in Open Directory/Location Profiles dialogs in local paths. [[bug>909]]
 +  * Optimized loading of large directories. [[bug>1631]]
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1o.
 +  * Installer upgraded to Inno Setup 6.2.1.
 +  * When group (//Site/Shared//) to which new location profile is added is changed, switching the page to the target group.
 +  * Preventing occasional exhaustion of resources while testing WinSCP executable version on repeated use of .NET assembly. [[bug>2075]]
 +  * Bug fix: Capabilities of S3 sessions were not shown.
 +  * Bug fix: Misplaced warning about unused scripting parameters when ''/rawsettings'' command-line switch is used. [[bug>2070]]
 +  * Bug fix: File panels malfunction when files are dropped from other application to it. [[bug>2071]]
 +  * Bug fix: When logging transfer statistics, recent transfer speed was logged instead of average speed of whole transfer. [[bug>2073]]
 +  * Bug fix: z/OS PDS members without ISPF statistics are omitted in directory listing. [[bug>2076]]
 +
 +===== [[5.20.2]] 5.20.2 beta ((2022-04-06)) =====
 +
 +  * Translations updated: German and Vietnamese.
 +  * SSH core upgraded to pre-release build of [[&url(puttychanges)|PuTTY 0.77]]. \\ It brings the following changes:
 +    * Support for HTTP Digest authentication for proxies. [[pbug>http-digestauth]]
 +    * Interactive username/password prompts for proxy authentication. [[bug>468]] [[pbug>proxy-password-prompt]]
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1n.
 +  * WebDAV core upgraded to neon 0.32.2.
 +  * XML parser upgraded to Expat 2.4.8.
 +  * Allowed uploading edited files over encrypted session. [[bug>1989]]
 +  * Building .NET assembly in Visual Studio 2019.
 +  * Optionally not flashing taskbar button when WinSCP needs attention while in the background. [[bug>2067]]
 +  * In .NET assembly or scripting with "nul" configuration, when WinSCP registry key does not exist, do not write statistics to INI file. [[bug>2066]]
 +  * New less prominent icon for //Quit// command.
 +  * Bug fix: Failure when attempting to switch to an unconnected sessions using keyboard shortcuts while another session is being connected.
 +  * Bug fix: Removing all custom commands resets the default ones when INI file is used. [[bug>2059]]
 +  * Bug fix: Failure when changing remote folder using directory tree while previous directory is still loading. [[bug>2060]]
 +  * Bug fix: Drive that was ever opened in local file panel cannot be safely removed until WinSCP is closed. [[bug>2061]]
 +  * Bug fix: //"Optimize connection buffer size"// checkbox was disabled for S3 although it has effect for the protocol. [[bug>2058]]
 +  * Bug fix: Custom commands menu fail to open. [[bug>2062]]
 +  * Bug fix: Local drive menu does not reflect some changes. [[bug>2063]]
 +  * Bug fix: Using drive menu to change to an invalid drive fails silently.
 +  * Bug fix: Scripting command ''ls'' in FTP session displays timestamps without year even if the server (notably IIS) provided the year, if it did not provide seconds. [[bug>2065]]
 +
 +===== [[5.20.1]] 5.20.1 beta ((2022-01-11)) =====
 +  * File masks relative to the root of an operation. [[bug>2052]]
 +  * Private key can be provided as string in .NET assembly and scripting. [[bug>2044]]
 +  * Support for importing key files that are specified using home ''~'' prefix from OpenSSH ''config'' file. [[bug>2053]]
 +  * Translation updated: German.
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1m.
 +  * Commands that do not fit on //Custom Commands// toolbar are presented in drop-down menu, instead of a horizontal bar. [[bug>554]]
 +  * First hiding right-most //Custom Commands// toolbar commands that do not fit.
 +  * Prevent hang when dragging files without drag&drop shell extensions when some mapped network drive is not available. [[bug>2054]]
 +  * Added new ''ap-southeast-3'' AWS region.
 +  * XML parser upgraded to Expat 2.4.2.
 +  * Bug fix: When initial remote directory specified in the ''open'' command does not exist, the error was silently ignored.
 +  * Bug fix: File color rules with path mask do not work for local files.
 +
 +===== [[5.20]] 5.20 beta ((2021-12-02)) =====
 +
 +  * Support for ACL for S3 protocol. [[bug>1641]]
 +  * SSH core upgraded to [[&url(puttychanges)|PuTTY 0.76]]. [[bug>1984]] \\ It brings the following changes:
 +    * Support Curve448 key exchange method. [[pbug>curve448]]
 +    * Support Ed448 user and host keys. [[pbug>ed448]]
 +    * Support rsa-sha2-256 and rsa-sha2-512 SSH public key algorithms. [[bug>1952]] [[pbug>rsa-sha2]]
 +    * Change: SHA-256 fingerprints are not padded anymore.
 +  * It is possible to import sessions from OpenSSH ''config'' file. [[bug>1896]]
 +  * Change: Removed support for SSH-1.
 +  * Optionally keeping symbolic link name in path instead of resolving it with SFTP protocol. [[bug>81]]
 +  * Improved shortening long paths, when single level name is too long on its own. [[bug>2043]]
 +  * WebDAV core upgraded to neon 0.32.1.
 +  * Allow displaying all VMS file revisions with FTP protocol. [[bug>1944]]
 +  * Support reading S3 credentials from AWS CLI configuration. [[bug>1941]]
 +  * Bytes transferred are recorded in XML log and available in .NET assembly API. [[bug>597]]
 +  * Generating PPK3 keys.
 +  * It is possible to copy information to the clipboard from the Properties dialog.
 +  * Made ''WinSCP.exe'' be deployed even when WinSCP NuGet package is included as transitive dependency. [[bug>2017]]
 +  * When performing a single-item atomic operation, displaying indeterminate progress status.
 +  * S3 //Security token// session option renamed to a more appropriate //Session Token//.
 +  * Not resetting protocol to WebDAV when S3 protocol is selected and HTTP URL is pasted on the Login dialog. [[bug>2045]]
 +  * Automatically reconnect when FTP server fails to open data connection, if it previously worked. [[bug>2046]]
 +  * Confirm closing when multiple tabs are opened and auto workspace saving is not enabled, even when none of the tabs contain an active remote session.
 +  * Including host key of tunnel session in generated code. [[bug>2006]]
 +  * Support for custom certificate store files with configurable path. [[bug>2034]]
 +  * Allowed providing tunnel private key passphrase in scripting. [[bug>2029]]
 +  * Improved handling of long shell command error messages. [[bug>1949]]
 +  * Considering global passive/active mode settings when importing sessions from FileZilla
 +  * Automatically retry when S3 transfer fails with ''503'' code (//Slow down// or //Service unavailable//). [[bug>2047]]
 +  * Improving formatting of errors displayed after an operation completed in //Continue on error// mode.
 +  * ''Shift+Ctrl+R'' keyboard shortcut for //Reconnect Session// command.
 +  * Change: Keyboard shortcut for //Restore Selection// command changed to ''Shift+Ctrl+S'' (''Shift+Ctrl+R'' previously).
 +  * Change: Monitoring ''A:'' and ''B:'' drives. [[bug>2014]]
 +  * Preventing beep when using ''Alt+Enter'' to open the Properties dialog.
 +  * When collecting list of files for background transfer, say //"Listing"// instead of //"Calculating"// not to give an impression that it is a superfluous operation. [[bug>2026]]
 +  * Checking for too many parameters with ''/keygen'' switch.
 +  * PNG code upgraded to PngComponents 1.7.0.
 +  * Warning when selecting too new key file.
 +  * Warning when opening more than 100 tabs. [[bug>1997]]
 +  * Including HTTP message into S3 error message.
 +  * Bug fix: Do not say //"Terminated by user"// when the session has actually timed out.
 +  * Bug fix: Cannot use passwords and passphrases longer than 255 characters in automation and various other purposes. [[bug>1988]]
 +  * Bug fix: When size of a file downloaded with FTP protocol changes (or when ASCII mode is used) the logged size did not reflect the actual transfer size.
 +  * Bug fix: When connecting disconnected session the directory might be loaded twice.
 +  * Bug fix: Failure when entering directory that contains file with a slash in its name. [[bug>2016]]
 +  * Bug fix: When S3 authentication region changes during session, previously visited buckets from the original authentication region could not be accessed anymore. [[bug>2027]]
 +  * Bug fix: Failure when using multiple connections with local proxy command. [[bug>2028]]
 +  * Bug fix: Configuration import  did not remove old sites and did not load all GUI settings. [[bug>2040]]
 +  * Bug fix: When S3 transfer fatally fails, error details were lost.
 +
 +===== [[5.19.6]] 5.19.6 (hotfix) ((2022-02-22)) =====
 +
 +  * Translation updated: German.
 +  * Back-propagated fixes from 5.20–5.20.2 releases:
 +    * TLS/SSL core upgraded to OpenSSL 1.1.1m.
 +    * XML parser upgraded to Expat 2.4.6.
 +
 +===== [[5.19.5]] 5.19.5 ((2021-11-25)) =====
 +
 +  * Compatibility with Google Cloud S3 API when duplicating files. [[bug>2038]]
 +  * Compatibility with Google Cloud S3 API when deleting implicitly existing directories. [[bug>2042]]
 +  * Translation updated: Turkish.
 +  * Logging a reference to [[bug>1952]] when an OpenSSH 8.8 (or newer) server refuses the key.
 +  * Bug fix: Crash when new contents is copied to the clipboard while downloading files pasted from the clipboard. [[bug>2036]]
 +  * Bug fix: //Browse Remote Directory// command on Synchronization checklist did not locate file with spaces.
 +  * Bug fix: Extension //ZIP and Upload// does not work with files in a drive root. [[bug>2039]]
 +  * Bug fix: Path on Console window was not shortened when it did not fit.
 +
 +===== [[5.19.4]] 5.19.4 ((2021-10-24)) =====
 +
 +  * Translation updated: Hungarian.
 +  * Showing release date on the About dialog.
 +  * Support for custom certificate store files. [[bug>2034]]
 +  * Allow other ''2xx'' responses to ''PWD'' command, not only the standard ''257''. [[bug>1768]]
 +  * Bug fix: When there are both site folder and site with the same name and the site was selected when closing the Login dialog, when reopening, the folder was selected instead.
 +
 +===== [[5.19.3]] 5.19.3 ((2021-10-11)) =====
 +
 +  * Translation updated: French.
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1l.
 +  * Using //Documents// folder when the last used local directory in Explorer interface does not exist anymore. [[bug>2011]]
 +  * Bug fix: TLS session resumption is not working for subsequent FTP transfers with TLS 1.3 when the server requires reuse of the session of the previous transfer. [[bug>2018]]
 +  * Bug fix: Cannot access S3 bucket root when the access policy checks for empty prefix. [[bug>2021]]
 +  * Bug fix: Response from ProFTPD FTP checksum commands is not recognized. [[bug>2023]]
 +  * Bug fix: Failure when submitting prompt with //"Never ask me again"// selected. [[bug>2022]]
 +  * Bug fix: Panels are drawn incorrectly after toggling //Full row select//. [[bug>2025]]
 +  * Bug fix: Timeout while uploading files to some FTP servers using TLS 1.3. [[bug>2030]]
 +  * Bug fix: Incomplete listing for S3 servers that indicate truncated listing after the contents and whose pagination is a multiple of 8 (e.g. Backblaze). [[bug>2032]]
 +
 +===== [[5.19.2]] 5.19.2 ((2021-07-21)) =====
 +
 +  * Translation completed: French.
 +  * Restored compatibility with FTP servers that return malformed ''cdir'' and ''pdir'' entries in directory listing. [[bug>2004]]
 +  * Fix from [[&url(puttychanges)|PuTTY 0.76]]: Avoid crash in MIT Kerberos for Windows on session restart.
 +  * SSH private key tools (PuTTYgen and Pageant) upgraded to PuTTY 0.76. It brings the following change: After 30 or so simultaneous sessions, Pageant stops working. [[pbug>win-pageant-max-connections]]
 +  * Bug fix: Empty local drive could not be entered. [[bug>2000]]
 +  * Bug fix: TLS settings in default site settings is not restored when opening Login dialog in some cases. [[bug>2001]]
 +  * Bug fix: Memory leak when deleting completed background transfers.
 +  * Bug fix: Hang when running under Task Scheduler or a similar service with session logging enabled. [[bug>2005]]
 +
 +===== [[5.19.1]] 5.19.1 ((2021-06-30)) =====
 +
 +  * Translation updated: Italian.
 +  * Incrementing port numbers for secondary connections of tunneled sessions with fixed forwarding port number. [[bug>1996]]
 +  * Bug fix: Failure when automatically opening a workspace on startup with too many sessions. [[bug>1997]]
 +  * Bug fix: Failure when reading a key file without a trailing newline. [[bug>1998]]
 +  * Bug fix: Failure when SFTP server resolves ''.'' path to an empty string. [[bug>1999]]
 +
 +===== [[5.19]] 5.19 ((2021-06-17)) =====
 +
 +  * When installing an extension from a URL, not saving the extension with BOM.
 +  * Not aborting "Keep remote directory up to date" function when connection is lost while deleting files or looking for differences and the session is reconnected. [[bug>1994]]
 +  * Bug fix: When handling URL in an existing WinSCP instance, session settings from a stored site named after the URL hostname are not used. [[bug>1992]]
 +  * Bug fix: It was possible to move toolbar on progress windows.
 +  * Bug fix: When installing an extension from a file, it is always saved in UTF-8 with BOM, disregarding the original encoding. [[bug>1993]]
 +  * Bug fix: When "Keep remote directory up to date" function was started from command-line, disconnects were not detected.
 +  * Bug fix: When connection was lost and not reconnected, the "Keep remote directory up to date" window was not closed.
 +
 +===== [[5.18.6]] 5.18.6 RC ((2021-06-10)) =====
 +
 +  * XML parser upgraded to Expat 2.4.1.
 +  * Installer upgraded to Inno Setup 6.2.0.
 +  * Using multipart uploads with S3 protocol on Google Cloud as it is supported there now.
 +  * Bug fix: Broken layout of Properties dialog when opening on a secondary display with high DPI primary display. [[bug>1990]]
 +  * Bug fix: The //"Drag & drop shell extension"// installation component was not showing its size.
 +  * Bug fix: When saving a local file, the //"Saving"// status on the Internal editor status bar is never cleared.
 +  * Bug fix: No error message is sometimes shown when SFTP server disconnects. [[bug>1991]]
 +
 +===== [[5.18.5]] 5.18.5 RC ((2021-05-20)) =====
 +
 +  * Translation updated: Farsi.
 +  * Support for PPK version 3 keys from PuTTY 0.75. [[bug>1986]] [[pbug>ppk3]]
 +  * SSH private key tools (PuTTYgen and Pageant) upgraded to PuTTY 0.75. It brings the following changes:
 +    * Pageant now supports loading a key still encrypted, and decrypting it later by prompting for the passphrase on first use. [[pbug>pageant-deferred-decrypt]]
 +    * Upgraded default SSH key fingerprint format to OpenSSH-style SHA-256.[[pbug>ssh-fingerprint-formats]]
 +    * PuTTYgen now supports alternative provable-prime generation algorithm for RSA and DSA.
 +    * Replaces Windows Pageant's IPC with named pipes. [[pbug>pageant-named-pipe]]
 +    * Bug fix: PuTTYgen mis-writes OpenSSH private key format for some Ed25519 keys. [[pbug>openssh-ed25519-corrupt-private-key]]
 +  * Bug fix: Moving a transfer to background just in between two individual file transfers cancels the transfer. [[bug>1983]]
 +  * Bug fix: Files saved in external editors are not uploaded in timezones behind UTC. [[bug>1985]]
 +  * Bug fix: //Sort > By Type icon// for was still incorrect.
 +
 +===== [[5.18.4]] 5.18.4 RC ((2021-05-06)) =====
 +
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1k.
 +  * XML parser upgraded to Expat 2.3.0.
 +  * The enumerable returned by ''Session.EnumerateRemoteFiles'' implements the interface implicitly to allow access to the interface method (''GetEnumerator'') from late-bound languages, like PowerShell.
 +  * Disabling multipart uploads with S3 protocol on Google Cloud they are not supported there. [[bug>1972]]
 +  * Allow downloading a file from an FTP server via a symbolic link in scripting or when handling a URL. [[bug>1973]]
 +  * Allowing use of the stream returned by ''Session.GetFile'' from a different thread. [[bug>1978]]
 +  * Workaround for specific encoding of special characters in filenames by OneDrive WebDAV interface. [[bug>1824]]
 +  * ''%%https://%%'' URL with known S3 API hostname (''s3.amazonaws.com'', ''digitaloceanspaces.com'', ''storage.googleapis.com'') is interpreted as S3 protocol, instead of WebDAV.
 +  * Automatically resume transfer when TLS re-key fails. [[bug>1982]]
 +  * Translation updated: German.
 +  * Bug fix: Ignoring disconnect messages from the server while closing the connection. [[bug>1977]]
 +  * Bug fix: Preventing another application (or WinSCP instance) stealing the selected tunnel port. [[bug>1971]]
 +  * Bug fix: Hang after receiving multiline response from FTP server. [[bug>1963]]
 +  * Bug fix: //Sort > By Type// icon for was incorrect.
 +  * Bug fix: Keyboard cues were shown in toolbar buttons drop-down menus even when the menu was dropped down with mouse.
 +  * Bug fix: Failure when connecting to FTPS server that supports client certificates with translation that uses multi byte encoding. [[bug>1966]]
 +  * Bug fix: Remembered password is forgotten after the first failed (re)connect, even if the failure did not involve the password. [[bug>1967]]
 +  * Bug fix: Problems with port forwarding are not detected. [[bug>1970]]
 +  * Bug fix: Potential failure when waiting for a command executed from Console window is aborted.
 +  * Bug fix: When saving a site with a slash in the username, it is misinterpreted as a site folder.
 +  * Bug fix: DST start or end causes edited/opened files to be uploaded. [[bug>1974]]
 +  * Bug fix: Failure when retrieving a directory listing from an FTP server when the data are transmitted in huge amount of tiny chunks. [[bug>1976]]
 +  * Bug fix: Some operations with relative paths (notably creating and deleting a subdirectory) were failing on encrypted session.
 +  * Bug fix: //Local > Go to > Explore Directory// was not working with focused remote panel.
 +  * Bug fix: A workspace session opened from a stored site could not be used for operation in a new window or duplicated.
 +  * Bug fix: Error when uploading an empty folder in the foreground or any folder in the background to an FTP server with permissions configured.
 +  * Bug fix: Adding new background transfer while queue processing is disabled and some parallelized transfer was already started results in "waiting" items being endlessly added to the queue list.
 +
 +===== [[5.18.3]] 5.18.3 RC ((2021-03-17)) =====
 +
 +  * Translations completed: Korean and Romanian.
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1j.
 +  * When opening or switching to a session whose local directory does not exist, open the nearest existing parent directory. [[bug>1951]]
 +  * Switch-like raw session settings can be configured using ''on''/''off''/''auto'' keywords.
 +  * Improving validation of port numbers in scripting and .NET assembly.
 +  * Bug fix: Parsing of multiline VMS FTP listing entries is broken. [[bug>1950]]
 +  * Bug fix: When moving files to an unvisited folder in an encrypted session, the folder contents is cached as before the move.
 +  * Bug fix: Failure when dropping files to a disconnected tab or duplicating to a disconnected session.
 +  * Bug fix: Failure when duplicating a not-yet-connected session.
 +  * Bug fix: Canceled or failed FTP transfer caused connection loss.
 +  * Bug fix: Some errors and information while opening a session in scripting were not logged. [[bug>1956]]
 +  * Bug fix: SFTP uploads are slow. [[bug>1957]]
 +  * Bug fix: Failure when S3 bucket contains a subfolder with an empty name. [[bug>1958]]
 +  * Bug fix: Cannot enter an S3 folder that only contains a subfolder with an empty name. [[bug>1959]]
 +  * Bug fix: Error when moving or copying file with non-ASCII file name using S3 protocol. [[bug>1960]]
 +  * Bug fix: Timezone is not correctly reflected in S3 timestamps.
 +
 +===== [[5.18.2]] 5.18.2 beta ((2021-02-02)) =====
 +
 +  * Compatibility with Google Cloud Storage when using S3 protocol to access the buckets. [[bug>1939]]
 +  * Bug fix: Failure when closing with no tab. [[bug>1947]]
 +  * Bug fix: Debug information is printed at the end of the scripting session when debug logging level is set even if logging is turned off. [[bug>1948]]
 +
 +===== [[5.18.1]] 5.18.1 beta ((2021-01-27)) =====
 +
 +  * Improved FTP support for VMS servers (and potentially for other non-Unix-like systems). [[bug>49]]
 +  * Translations completed: Brazilian Portuguese, Catalan, Czech, Dutch, Finnish, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Simplified Chinese, Slovak, Spanish, Swedish, Traditional Chinese, Ukrainian and Turkish.
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1i.
 +  * Preserve file permissions when overwritten files are recycled and transfer resume is disabled. [[bug>1929]]
 +  * Keyboard-interactive authentication challenges can be copied to the clipboard and links contained in the challenges can be opened. [[bug>1930]]
 +  * Added method ''RemotePath.EscapeOperationMask'' to .NET assembly.
 +  * Added method ''ComparisonDifference.Reverse'' to .NET assembly.
 +  * Implemented method ''ComparisonDifference.ToString'' in .NET assembly.
 +  * ''Write'', ''CanWrite'', ''Length'' and ''Position'' methods and properties of the ''Stream'' returned by the ''Session.GetFile'' behave as expected for a read-only steam.
 +  * Allowed using SFTP servers that have problems with SSH_FXP_REALPATH requests. [[bug>1933]]
 +  * Bug fix: Target file name with escaped operation mask special symbols was incorrectly interpreted as an actual operation mask on some dialogs (upload, duplicate, etc), resulting in misplaced warnings
 +  * Bug fix: Local path argument of ''Session.PutFileToDirectory'' is incorrectly escaped. [[bug>1931]]
 +  * Bug fix: Path argument of ''Session.PutFile'' is incorrectly escaped.
 +  * Bug fix: Failure when using from single-file bundle. [[bug>1932]]
 +  * Bug fix: ''Session.GetFile'' can fail, if the server responds too quickly.
 +  * Bug fix: Failure when S3 bucket contains a folder with an empty name. [[bug>1934]]
 +  * Bug fix: When the active tab was disconnected, closing window with another active session did not require a confirmation.
 +  * Bug fix: Setting the logging level to -1 (Reduced) does not work in .NET assembly. [[bug>1936]]
 +  * Bug fix: Ellipses from German command names are not stripped from toolbar buttons.
 +  * Bug fix: Hang when the stream returned by ''Session.GetFile'' is closed before the download finished.
 +  * Bug fix: Failure when looking for PuTTY key tools and the ''PATH'' contain invalid paths. [[bug>1942]]
 +  * Bug fix: Prevent loading session settings that can lead to remote code execution from handled URLs. [[bug>1943]]
 +  * Bug fix: Hang when S3 server returns a truncated listing with folders only. [[bug>1946]]
 +
 +===== [[5.18]] 5.18 beta ((2020-11-30)) =====
 +
 +  * A complete list of files that are part of a background transfer can be shown. [[bug>1785]] 
 +  * ''Stream'' interface in .NET assembly. [[bug>1738]]
 +  * With SFTP protocol files can be streamed to stdout and from stdin in scripting.
 +  * Support SHA-256 fingerprints of TLS/SSL certificates. [[bug>1842]]
 +  * Extension //[[extension_synchronize_another_server|*]]//.
 +  * When connecting to new SSH host, its host key can be automatically accepted in scripting and .NET assembly.
 +  * Optional case-sensitive synchronization. [[bug>71]]
 +  * Enabled TLS 1.3 by default.
 +  * XML parser upgraded to Expat 2.2.10.
 +  * SSH core upgraded to [[&url(puttychanges)|PuTTY 0.74]]. It brings the following change:
 +    * Security fix: If an SSH server accepted an offer of a public key and then rejected the signature, WinSCP could access freed memory, if the key had come from an SSH agent. [[pbug>vuln-agent-keylist-used-after-free]]
 +  * Resume transfer when FTP data connection disconnects. [[bug>1878]]
 +  * Support for ''curve25519-sha256'' KEX. [[bug>1865]]
 +  * Support for authentication using temporary credentials from AWS Security Token Service (STS). [[bug>1839]]
 +  * Support for SNI with FTP. [[bug>1895]]
 +  * Installer upgraded to Inno Setup 6.1.2.
 +    * Change: Installer needs Windows 7 SP1/2008 R2 SP1.
 +  * Alternative way to provide credentials in scripting/command-line without URL-encoding. [[bug>1821]]
 +  * Compatibility with WebDAV servers that incorrectly encode file URL. [[bug>1876]]
 +  * Optimizing S3 connection buffers for speed. [[bug>1732]]
 +  * Edited/opened files from a disconnected session can now be attached to new session even if its username was entered only during authentication instead of directly on the Login dialog. [[bug>1890]]
 +  * Returning to Login dialog, when ad-hoc connection fails. [[bug>1909]]
 +  * Local ports for active FTP mode can be limited. [[bug>958]]
 +  * Allow explicit navigation to a hidden local folder by enabling showing of hidden files and folder, if not enabled yet. [[bug>1905]]
 +  * Added full //Go To// submenu to context menu of panel path label
 +  * Automatically restore external editor defaults when changing editor command from Notepad to 3rd party editor. [[bug>1872]]
 +  * Suppress errors when opened/edited files are locked. [[bug>1832]]
 +  * Support clearing GID/UID flag on directories with new versions of GNU coreutils. [[bug>1850]]
 +  * Added ''/nointeractiveinput'' to usage screen.
 +  * List encrypt-then-MAC algorithms in ''/info'' listing. [[bug>1917]]
 +  * Not using a transfer via temporary file for files that would exceed system length limit with the temporary extension. [[bug>1922]]
 +  * Automatically closing timed out ''Session''. [[bug>1923]]
 +  * Logging IANA encryption algorithm names. [[bug>1886]]
 +  * Displaying, what directory is being read at the end of login to a server, in a tooltip. [[bug>1916]]
 +  * Use dark window title for the main window in the dark mode on Windows 10 2004. [[bug>1920]]
 +  * Clarified that WinSCP may crash in the warning message when trying to load too big file into the internal editor. [[bug>1847]]
 +  * Do not prevent WinSCP from working when jump list cannot be updated. [[bug>1857]]
 +  * Allow forcing use of ''LIST'' command to retrieve file information in scripting for FTP servers that has broken support for ''MDTM''/''SIZE'' commands. [[bug>1921]]
 +  * //Duplicate// and //Rename// commands work even for disconnected sessions.
 +  * IPv6 literals with scope or literals that are already escaped in square brackets are formatted standardly in session URL (instead of URL-encoding them).
 +  * Allowed longer input on Edit file input box. [[bug>1911]]
 +  * Added help link to Add extension box and making the box wider.
 +  * GSSAPI key exchange authentication can be turned on. [[bug>1863]]
 +  * When trying to open an inaccessible local directory, display an error message, instead of silently doing nothing.
 +  * Cleanup application data dialog labels cache cleanup checkbox label updated to reflect previously updated functionality.
 +  * Disabling tips controls until some tips are actually available.
 +  * Optionally disable moving using drag&drop. [[bug>1884]]
 +  * Main window follows Login dialog to another monitor, when switched using keyboard shortcuts ''Shift+Win+Left''/''Right''. [[bug>1907]]
 +  * When path to an existing local directory is specified on the Download options dialog without an operation mask, a noop operation mask is implied.
 +  * Workaround for wrong description of ''Num *'' keyboard shortcut in menus with German keyboard. [[bug>1889]]
 +  * Files with the same name except for a letter case are sorted deterministically. [[bug>1894]]
 +  * Not offering pasting from clipboard on the file panels if the clipboard contains multi-line text.
 +  * Extending transfer dialog drop-down menu size to 16 entries.
 +  * Bug fix: Local file panel ignored changes in latter case of files and folders. [[bug>1885]]
 +  * Bug fix: Local custom commands that need session but no remote files were not disabled when session was not connected.
 +  * Bug fix: Correct letter case variant of remote directory in directory tree was not always selected. [[bug>1891]]
 +  * Bug fix: With no connected session, shared bookmarks modifications are not preserved.
 +  * Bug fix: Using list header color appropriate for the actual light/dark column background color (list headers are not dark, unless system wide app dark mode is enabled).
 +  * Bug fix: ''Session.ParseUrl'' cannot accept fingerprint parameter for sessions over TLS. [[bug>1925]]
 +  * Bug fix: Custom command patterns ''!S''/''!E'' do not include fingerprint of TLS certificate.
 +  * Bug fix: Cannot work with filenames ending with space with FTP protocol. [[bug>1900]]
 +  * Bug fix: Canceling remote path drop-down did not reset it back to the current path.
 +  * Bug fix: Folders in a drive root showed incorrect type name sometimes.
 +  * Bug fix: Customizing custom commands from Synchronization checklist window was not working. [[bug>1908]]
 +  * Bug fix: Whole local drive could have been scanned when trying to browse to non-existing or hidden folders.
 +  * Bug fix: Timed out status bar note was not added to history popup box, while a session is disconnected.
 +  * Bug fix: //Duplicate// command in remote file context menu operated over selected files instead of the focused file.
 +  * Bug fix: *nix shell special characters were unintentionally escaped in PuTTY/SSH terminal command patterns. [[bug>1906]]
 +
 +===== [[5.17.10]] 5.17.10 ((2021-01-26)) =====
 +
 +  * Back-propagated security fixes from 5.18.1 release:
 +    * TLS/SSL core upgraded to OpenSSL 1.1.1i.
 +    * Bug fix: Prevent loading session settings that can lead to remote code execution from handled URLs. [[bug>1943]]
 +
 +===== [[5.17.9]] 5.17.9 ((2020-11-20)) =====
 +
 +  * Translation updated: German.
 +  * Bug fix: Failure when using S3/AWS access ID or region longer than 32 characters. [[bug>1914]]
 +  * Bug fix: Failure when opening some menus while having long text of specific length copied to the Clipboard. [[bug>1915]]
 +  * Bug fix: Failure when directory contains a file with too long name. [[bug>1924]]
 +
 +===== [[5.17.8]] 5.17.8 ((2020-10-15)) =====
 +
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1h.
 +  * Allow using Windows Store apps aliases as terminals (particularly Windows Terminal). [[bug>1901]]
 +  * Limiting error report and message search URLs to 4 KB, as larger URLs fail to open in some browsers.
 +  * SSH private key tools (PuTTYgen and Pageant) upgraded to PuTTY 0.74.
 +  * Bug fix: ''Session.CompareDirectories'' handles incorrectly files with names containing reserved XML characters. [[bug>1897]]
 +  * Bug fix: //Keep local directory up to date// extension fails if error occurs before session URL is parsed.
 +  * Bug fix: SFTP uploads started over already disconnected session do not reconnect automatically. [[bug>1913]]
 +
 +===== [[5.17.7]] 5.17.7 ((2020-07-24)) =====
 +
 +  * WebDAV core upgraded to neon 0.31.2.
 +  * Security fix from [[&url(puttychanges)|PuTTY 0.74]]: If an SSH server accepted an offer of a public key and then rejected the signature, WinSCP could access freed memory, if the key had come from an SSH agent. [[pbug>vuln-agent-keylist-used-after-free]]
 +  * Displaying progress of synchronization in //Keep local directory up to date// extension. [[bug>1887]]
 +  * Displaying session name and operation status in console title of //Keep local directory up to date// extension. [[bug>1888]]
 +  * Translation updated: German.
 +  * Removed workaround for lack of support for ''max-keys'' parameter in Backblaze S3 API, as it is supported now. [[bug>1871]]
 +  * Bug fix: Failure while changing path using path label while another command was executing already. [[bug>1877]]
 +  * Bug fix: Failure when system settings change during synchronization. [[bug>1879]]
 +  * Bug fix: Failure when trying to close WinSCP while reading a remote directory. [[bug>1880]]
 +  * Bug fix: Failure after using files from a disconnected session (for example saving an edited file). [[bug>1881]]
 +  * Bug fix: Directory reading cannot be cancelled for SFTP servers that provide optional ''end-of-list'' field. [[bug>1883]]
 +  * Bug fix: Going to root folder in the local panel does not update selection in the directory tree.
 +
 +===== [[5.17.6]] 5.17.6 ((2020-05-28)) =====
 +
 +  * Added new ''af-south-1'' and ''eu-south-1'' AWS regions. [[bug>1864]]
 +  * Translation updated: Brazilian Portuguese.
 +  * Not defaulting to Documents folder on a network drive even if it is mapped. [[bug>1869]]
 +  * Workaround for lack of support for ''max-keys'' parameter in Backblaze S3 API. [[bug>1871]]
 +  * Installer upgraded to Inno Setup 6.0.5.
 +    * Change: Installer does not support Windows Vista/2008 anymore.
 +  * Bug fix: Transfer settings are not preserved when starting synchronization in new window.
 +  * Bug fix: //Keep remote directory up to date// window cannot be restored after it was minimized to tray using //Minimize to System Tray// command, when the window was opened from command-line or using //Start in New Window// command. [[bug>1868]]
 +  * Bug fix: Starting synchronization in a new window should be disabled when //Selected files only// option is selected, as that combination is not implemented. [[bug>1870]]
 +  * Bug fix: Starting a synchronization in a new window does not work if the remote path consist of one level only.
 +  * Bug fix: Failure when canceling an authentication of an ad-hoc session from a workspace opened from command-line. [[bug>1875]]
 +  * Bug fix: GSSAPI key exchange authentication is off by default as it caused failures when old version of MIT Kerberos was installed on the machine. [[bug>1874]]
 +
 +===== [[5.17.5]] 5.17.5 ((2020-04-27)) =====
 +
 +  * Translations completed: Brazilian Portuguese; and updated: German and Russian.
 +  * Bug fix: Failure when starting fresh installation on high DPI displays. [[bug>1862]]
 +
 +===== [[5.17.4]] 5.17.4 ((2020-04-24)) =====
 +
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1g.
 +  * WebDAV core upgraded to neon 0.31.1.
 +  * Local file panel honors preferred drop action of source application. [[bug>1848]]
 +  * Increased maximal length of proxy and tunnel credentials. [[bug>1849]]
 +  * Truncating too long directory names in session tab title.
 +  * Optionally do not distinguish multiple sessions opened to the same site by current path. [[bug>1734]]
 +  * Bug fix: Failure when fallback SSH channel fails to open. [[bug>1845]]
 +  * Bug fix: Failure when creating shortcut for jumplist fails. [[bug>1846]]
 +  * Bug fix: Window position is not restored, if its left or top edge was aligned to monitor edge. [[bug>1852]]
 +  * Bug fix: Wrong layout of Login dialog on monitors with low vertical resolution. [[bug>1463]]
 +  * Bug fix: FTP file uploads are interrupting with TLS 1.3. [[bug>1834]]
 +  * Bug fix: Empty directories are not uploaded to FTP server when transferring in background. [[bug>1859]]
 +  * Bug fix: Percent sign (''%'') in PuTTY session settings (such as IPv6 scope syntax) is misinterpreted when importing. [[bug>1860]]
 +  * Bug fix: Failure when starting with automatic workspace opening when none of the workspace sites exist. [[bug>1861]]
 +
 +===== [[5.17.3]] 5.17.3 ((2020-04-01)) =====
 +
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1f.
 +  * WebDAV core upgraded to neon 0.31.0.
 +  * Installer upgraded to Inno Setup 6.0.4.
 +  * Translation updated: French.
 +  * Importing site-specific key files from FileZilla. [[bug>1841]]
 +  * Showing session name in Synchronization checklist and Keep remote directory up to date windows, when the operation was executed in a new window/from a command line. [[bug>1838]]
 +  * ''Session.ScanFingerprint'' now works even for Amazon S3 protocol.
 +  * Bug fix: Failure after resuming system from sleep. [[bug>1829]]
 +  * Bug fix: Option to disconnect a session was available even while deleting local files, and caused failure when selected while no session was actually opened. [[bug>1836]]
 +  * Bug fix: Failure when primary SSH channel fails to open. [[bug>1837]]
 +  * Bug fix: ''SHA-1'' fingerprint of TLS/SSL certificate was incorrectly presented as ''MD5'' by ''Session.ScanFingerprint''.
 +  * Bug fix: When dragging file via temporary directory it is deleted too early. [[bug>1844]]
 +
 +===== [[5.17.2]] 5.17.2 ((2020-03-09)) =====
 +
 +  * Disabling TLS 1.3 by default until it is better tested. [[bug>1835]]
 +  * Bug fix: Cannot connect to SSH-1 servers. [[bug>1833]]
 +  * Bug fix: TLS session resumption is not working for FTP transfers with TLS 1.3. [[bug>1831]]
 +
 +===== [[5.17.1]] 5.17.1 ((2020-02-27)) =====
 +
 +  * Bug fix: Confirmation to close WinSCP does not have a help page associated (to explain the workspace). [[bug>1825]]
 +  * Bug fix: Failure when loading extension with filename containing some special characters (like a dash). [[bug>1826]]
 +  * Bug fix: SCP fallback is no longer working. [[bug>1827]]
 +  * Bug fix: Path on Address bar of Explorer interface cannot be submitted. [[bug>1828]]
 +  * Bug fix: Cannot use TLS/SSL client certificate. [[bug>1830]]
 +  * Bug fix: TLS/SSL client certificate could be configured for S3 protocol even though it is not supported.
 +
 +===== [[5.17]] 5.17 ((2020-02-18)) =====
 +
 +  * Optionally using ''Ctrl+F4'' to close session tab. [[bug>1823]]
 +
 +===== [[5.16.7]] 5.16.7 RC ((2020-02-13)) =====
 +
 +  * New DigiCert EV code signing certificate valid until February 2023 is used for signing binaries.
 +  * Ignoring incorrect timestamps in ''MDTM'' response, while autodetecting timezone difference. [[bug>1818]]
 +  * Storage configuration on Preferences dialog handles INI files specified on a command-line better.
 +  * Added an example for using Win32-OpenSSH ''ssh.exe'' as an SSH terminal. [[bug>1822]]
 +  *  It is possible to configure TLS 1.3 restrictions.
 +  * Bug fix: Using directory exclude mask while searching caused all non excluded folder to be unintentionally included in the search results.
 +  * Bug fix: It is not possible to recursively search for a folder. [[bug>1819]]
 +
 +===== [[5.16.6]] 5.16.6 RC ((2020-01-21)) =====
 +
 +  * When creating WinSCP shortcut, make it use the same configuration as the creating instance. [[bug>941]]
 +  * Translation updated: French.
 +
 +===== [[5.16.5]] 5.16.5 RC ((2020-01-06)) =====
 +
 +  * .NET assembly functionality to process individual ''ComparisonDifference'' instances. [[bug>1802]]
 +  * Convenience method ''Session.RemoveFile''.
 +  * Translations completed: Spanish and Korean.
 +  * ''RemotePath.TranslateLocalPathToRemote'' and ''RemotePath.TranslateRemotePathToLocal'' can accept a directory source path equal to the source root path with a missing trailing slash.
 +  * Custom commands keyboard shortcuts work on Synchronization checklist dialog.
 +  * //Enable queue processing/Once Done// queue options should be disabled/triggered once all queued operations are completed, not only after the queue list is empty. [[bug>1815]]
 +  * Added ''/bin/sh'' to the list of shells. [[bug>1814]]
 +  * ''Ctrl+Left''/''Right''/''Back'' work better on Raw Site Settings dialog.
 +  * Logging deletion of local source file.
 +  * Bug fix: ''ComparisonDifference.IsDirectory'' was not set to true for directories.
 +  * Bug fix: Cannot list WebDAV directory when any of the files is locked and the ''<depth>'' or ''<timeout>'' elements contain whitespaces around its contents. [[bug>1813]]
 +  * Bug fix: Colored session icon does not display on high DPI. [[bug>1816]]
 +  * Bug fix: Failure when starting synchronization when application taskbar button is not fully working. [[bug>1817]]
 +
 +===== [[5.16.4]] 5.16.4 RC ((2019-12-04)) =====
 +
 +  * Bug fix: Version check did not work with five digit build number.
 +
 +===== [[5.16.3]] 5.16.3 RC ((2019-12-04)) =====
 +
 +  * Translations completed: Catalan, Czech, Dutch, Finnish, French, German, Hungarian, Icelandic, Italian, Japanese, Norwegian, Polish, Portuguese, Simplified Chinese, Slovak, Swedish, Traditional Chinese, Turkish and Ukrainian.
 +  * New DigiCert code signing certificate used for signing binaries valid until February 2023.
 +  * Not defaulting to Documents folder on a network drive. [[bug>1809]]
 +  * Improvements to cleaning up application data:
 +    * Cleanup application data dialog shows only data that exist.
 +    * Uninstaller does not offer to delete application data, when there are not any.
 +    * The option to cleanup cached host keys cleans all other caches as well.
 +    * Bug fix: Cleaning up cached SSH host keys did not work.
 +    * Bug fix: Cleaning up configuration did not remove jumplist.
 +    * Bug fix: Running WinSCP for a maintenance task unintentionally creates a random seed file.
 +    * Bug fix: Failure when cleaning up sites from Login dialog.
 +  * Bug fix: Failure when change in subfolder is detected while keeping remote directory up to date. [[bug>1807]]
 +  * Bug fix: Failure when synchronizing directories after they were previously synchronized while being empty. [[bug>1808]]
 +  * Bug fix: Name of the selected directory in tree is dark on dark background in dark mode. [[bug>1810]]
 +
 +===== [[5.16.2]] 5.16.2 RC ((2019-11-08)) =====
 +
 +  * Improvements to dark theme:
 +    * Dark theme for column headers. [[bug>1776]]
 +    * Toggling between light and dark interface theme is faster.
 +    * Bug fix: Failure when switching between light and dark interface themes. [[bug>1805]]
 +    * Bug fix: Disconnected remote panel background color does not reflect theme change.
 +  * Looking for ''WinSCP.exe'' also in entry .NET assembly folder.
 +  * Support for IBM z/OS Tape files. [[bug>1801]]
 +  * Bug fix: Occasional hang when loading file icons. [[bug>1803]]
 +  * Bug fix: Failure while closing application and suspending computer after operation completion. [[bug>1804]]
 +
 +===== [[5.16.1]] 5.16.1 beta ((2019-10-23)) =====
 +
 +  * Sorting find results. [[bug>902]]
 +  * SSH core upgraded to [[&url(puttychanges)|PuTTY 0.73]]. It brings the following changes:
 +    * Security fix: On Windows, other applications were able to bind to the same TCP port as a WinSCP local port forwarding. [[pbug>vuln-win-exclusiveaddruse]]
 +    * Bug fix (possibly security-related): An SSH-1 server sending a disconnection message could cause an access to freed memory. [[pbug>ssh1-disconnect-use-after-free]]
 +  * XML parser upgraded to Expat 2.2.9.
 +  * Installer upgraded to Inno Setup 6.0.3:
 +    * Checkboxes displayed by lists now look better on high DPI systems.
 +  * Allow configuring additional PuTTY settings (e.g. terminal settings) to be used when opening a session in PuTTY. [[bug>1798]]
 +  * NuGet package updated to the latest format with an included icon and framework dependencies.
 +  * Allow empty password authentication with FTP servers that prompt for empty passwords. [[bug>1796]]
 +  * Bug fix: Edited path was hidden behind a browsing button on file/directory path selection boxes. [[bug>1791]]
 +  * Bug fix: Start menu and Taskbar icons are too small when installed from Microsoft Store. [[bug>1793]]
 +  * Bug fix: After directory comparison before synchronization finishes, taskbar button still shows a progress bar.
 +  * Bug fix: Failure when authentication with keyboard interactive authentication with specified prompt title. [[bug>1794]]
 +  * Bug fix: Stored password is not used for keyboard interactive authentication prompt with specified prompt title. [[bug>1795]]
 +  * Bug fix: Settings with an empty default value were not listed in Add Raw Site Settings dialog.
 +  * Bug fix: State of //Allow agent forwarding// checkbox was not updated when toggling //Attempt authentication using Pageant//.
 +  * Bug fix: When starting private key upload from Advanced Site Settings dialog, changed settings were preserved even if the dialog was later canceled.
 +  * Bug fix: SFTP only options were shown for SCP sites on Advanced Site Settings dialog.
 +  * Bug fix: Master password prompt unintentionally appears when selecting site folder with a site with an encrypted password. [[bug>1799]]
 +  * Bug fix: .NET assembly does not have a digital signature. [[bug>1800]]
 +  * Bug fix: Corrected some help links.
 +
 +===== [[5.16]] 5.16 beta ((2019-09-24)) =====
 +
 +  * Improvements to sessions and workspace management, so that WinSCP can now easily restore tabs that were open when it was last closed:
 +    * Login dialog can be configured not to automatically pop up, when starting WinSCP and when closing the last session. [[bug>1771]]
 +    * When Login dialog is configured not to pop up automatically on start and workspace was saved in the previous run, the workspace is automatically restored when WinSCP starts.
 +    * A session can be disconnected, without closing its tab, and later reconnected.
 +    * Tabs of sessions opened with a workspace or a folder that fails to connect and tabs of all sessions that fail to reconnect are not closed.
 +    * Option //"Keep main window open when the last session is closed"// is enabled by default.
 +    * User is offered to save a workspace, even when only one session is opened.
 +  * SSH core upgraded to [[&url(puttychanges)|PuTTY 0.72]]. It brings the following changes:
 +    * Major rewrite of the crypto code to remove cache and timing side channels.
 +    * Hardware-accelerated AES. [[bug>1769]] [[pbug>cpu-crypto-accel]]
 +    * Support for GSSAPI key exchange. [[pbug>gss-key-exchange]]
 +    * Server and protocol information dialog now shows a more detailed information about the cipher in use.
 +    * Support for key exchange algorithm ''diffie-hellman-group14-sha256''.
 +  * Extension //Archive and Download// to archive remote files and download the archive. [[bug>1773]]
 +  * Improvements to Synchronization checklist window:
 +    * Estimating time to finish directory comparison before synchronization based on previous comparisons of the same folders.
 +    * Allowed opening the local or remote file from synchronization checklist in Windows Explorer or WinSCP, respectively. [[bug>1784]]
 +    * Hints for synchronization action icons on synchronization checklist window. [[bug>1786]]
 +  * Command-line switch ''/browse'' to either force opening the main window when a file URL is specified or to explicitly select a specified file in both file panels.
 +  * Convenience methods ''Session.PutFileToDirectory'', ''Session.PutFilesToDirectory'', ''Session.GetFileToDirectory'' and ''Session.GetFilesToDirectory''.
 +  * Selection of network interface for SSH and IPv4 using raw session setting ''SourceAddress''. [[bug>416]]
 +  * TLS/SSL core upgraded to OpenSSL 1.1.1d.  It brings TLS 1.3 support among other changes.
 +  * Installer upgraded to Inno Setup 6.0.2:
 +    * User can choose between installation for all users and the current user only.
 +    * Change: Silent installation needs additional ''/ALLUSERS'' or ''/CURRENTUSER'' switches.
 +    * Automatically creating appropriate type of desktop icon for respective install mode.
 +    * Modern style of the installer wizard.
 +    * Change: Installer does not support Windows XP/2003 anymore.
 +  * Raw site settings editor.
 +  * //Copy// (to clipboard) command in file context menu. [[bug>1758]]
 +  * Automatically reconnecting when FTP data connection cannot be opened, if it previously worked. [[bug>1767]]
 +  * Host key and certificate fingerprint verification improvements:
 +    * When verifying a host key using an expected fingerprint, it is possible to use an expected fingerprint with a checksum only (with both key type and bit count omitted).
 +    * When verifying a host key or a certificate using an expected fingerprint, the comparison is case-insensitive (with an exception of SHA-256 checksum).
 +    * When verifying a host key using an expected fingerprint, a padding (''='') in SHA-256 checksum is not required.
 +    * Change: TLS/SSL certificate fingerprints in generated URL use dashes (''-'') instead of colons ('':''), while colons are still accepted.
 +    * Change: SHA-256 fingerprints in generated URL use dashes (''-'') and underscores (''_'') instead of pluses (''+'') and slashes (''/''), while pluses and slashes are still accepted.
 +  * Support S3 servers with Path URI style (like MinIO). [[bug>1632]]
 +  * S3 //Default region// can be configured on Advanced Site Settings dialog.
 +  * Support for non standard ports with S3 protocol. [[bug>1780]]
 +  * Not showing remote custom commands and local custom commands working with remote files in local file context menu.
 +  * Custom command pattern ''!E'' preserves session name.
 +  * Added ''SessionOptions.Name'' and ''SessionOptions.ToString'' (returning the ''.Name'').
 +  * Change: Removed option to create //Quick Launch// icons (Windows Vista and older only).
 +  * Change: Consider size of linked file when transferring/synchronizing symbolic link. [[bug>1747]]
 +  * Individual configuration storage sections can be set read-only.
 +  * Switch ''/defaults'' accepts an optional delay in seconds to start the operation.
 +  * Resolving local environment variables in initial session local path. [[bug>150]]
 +  * Keep trying to save configuration for up to 2 seconds when INI file is locked by another process. [[bug>1775]]
 +  * Change: ''RemoteFileInfo.FileType'' now consistently returns ''L'' for symlinks as was always documented. ''RemoteFileInfo.FileType'' now consistently returns uppercase value as was always documented.
 +  * Configurable S3 root path/bucket in .NET assembly. [[bug>1778]]
 +  * Indicating in an Internal editor that the file is new and preventing actions that does not make sense for non-existing files. [[bug>1752]]
 +  * Persisting custom command toolbar buttons visibility. [[bug>1788]]
 +  * Fallback to default ANSI encoding, when ''known_hosts'' file is not in UTF-8. [[bug>1789]]
 +  * ''/passphrase'' command-line switch is now documented.
 +  * When uploading file to a symbolic link with enabled remote recycle bin, the symbolic link is not moved to the recycle bin. [[bug>1759]]
 +  * Speed box in Progress window responds to mouse wheel.
 +  * //Updates// page of Preferences dialog replaced with simpler //Statistics// page for Store installations.
 +  * Configurable console/terminal font. [[bug>1774]]
 +  * Better error message when writing INI file fails. [[bug>1787]]
 +  * ''Session.DisableVersionCheck'' will not be obsoleted. [[bug>1777]]
 +  * When using a scripting console interactively, not warning about opening a session from a command-line or using a stored site.
 +  * Allow turning off asynchronous loading of icons. [[bug>1783]]
 +  * Using only extension/custom command name without any qualifiers in some contexts.
 +  * Improved formatting of some messages.
 +  * Small improvements of layout for longer translations.
 +  * Bug fix: Failure when starting (local) custom command with no session opened.
 +  * Bug fix: Errors while mass-modifying sites were displayed in message box instead of console window.
 +  * Bug fix: When only encrypted session setting (like passwords) were changed during mass-modification, changes were not saved.
 +  * Bug fix: It was not possible to mass-modify stored sites, when a master password was set.
 +  * Bug fix: Directory changes cache is not case sensitive when resolving symbolic links. [[bug>1739]]
 +  * Bug fix: Some cached SSH and TLS/SSL fingerprints were not preserved when exporting/importing the configuration.
 +  * Bug fix: Validation of input boxes prevented cancelling dialogs using //Cancel// button. [[bug>1763]]
 +  * Bug fix: It was not possible to overwrite remote file, when moving of overwritten files to remote recycle bin was configured, but the file could not be moved. [[bug>1766]]
 +  * Bug fix: Files larger than 0.5 GB are never uploaded in ascii/text mode with SCP protocol as it would fail anyway due to memory issues. [[bug>1770]]
 +  * Bug fix: Lower-than (''<'') and greater-than (''>'') symbols are not escaped in an output of ''RemotePath.EscapeFileMask'' .NET method and in a script generated by the GUI. [[bug>1781]]
 +  * Bug fix: Error when reopening a remote file whose local temporary copy has been deleted. [[bug>1790]]
 +
 +===== [[5.15.9]] 5.15.9 (hotfix) ((2019-12-05)) =====
 +
 +  * Temporarily using old DigiCert code signing certificate that does not trigger //"Windows Defender SmartScreen prevented an unrecognized app from starting"// warning. [[bug>1812]]
 +  * Bug fix: Version check did not work with five digit build number (skipping 5.15.8 as a workaround).
===== [[5.15.7]] 5.15.7 (hotfix) ((2019-11-27)) ===== ===== [[5.15.7]] 5.15.7 (hotfix) ((2019-11-27)) =====
Line 16: Line 854:
  * This is Microsoft Store-only release with the following fix:   * This is Microsoft Store-only release with the following fix:
-    * Bug fix: Start menu and Task bar icons are too small when installed from Microsoft Store. [[bug>1793]]+    * Bug fix: Start menu and Taskbar icons are too small when installed from Microsoft Store. [[bug>1793]]
===== [[5.15.5]] 5.15.5 (hotfix) ((2019-10-16)) ===== ===== [[5.15.5]] 5.15.5 (hotfix) ((2019-10-16)) =====
Line 103: Line 941:
  * Translations completed: Catalan, Czech, Dutch, Farsi, Finnish, French, German, Hungarian, Icelandic, Italian, Japanese, Norwegian, Polish, Portuguese, Romanian, Simplified Chinese, Slovak, Spanish, Swedish, Traditional Chinese, Turkish and Ukrainian.   * Translations completed: Catalan, Czech, Dutch, Farsi, Finnish, French, German, Hungarian, Icelandic, Italian, Japanese, Norwegian, Polish, Portuguese, Romanian, Simplified Chinese, Slovak, Spanish, Swedish, Traditional Chinese, Turkish and Ukrainian.
  * TLS/SSL core upgraded to OpenSSL 1.0.2r.   * TLS/SSL core upgraded to OpenSSL 1.0.2r.
-  * Allowing localization of extension option values in drop·down lists.+  * Allowing localization of extension option values in drop-down lists.
  * Bug fix: Renaming site on Login dialog cannot be committed using ''Enter'' key when it was started using //Manage > Rename// command. [[bug>1718]]   * Bug fix: Renaming site on Login dialog cannot be committed using ''Enter'' key when it was started using //Manage > Rename// command. [[bug>1718]]
  * Bug fix: After canceling a confirmation to install a public key to a non-OpenSSH server, a message about a successful key installation was displayed nevertheless.   * Bug fix: After canceling a confirmation to install a public key to a non-OpenSSH server, a message about a successful key installation was displayed nevertheless.
Line 145: Line 983:
  * Optionally failing synchronization in scripting when there are no changes. [[bug>1707]]   * Optionally failing synchronization in scripting when there are no changes. [[bug>1707]]
  * ''Ctrl+PgDn'' tries to enter even a file. [[bug>1704]]   * ''Ctrl+PgDn'' tries to enter even a file. [[bug>1704]]
-  * Adding //"Open Directory/Bookmark"// command to bookmark drop·down menu.+  * Adding //"Open Directory/Bookmark"// command to bookmark drop-down menu.
  * Change: Renamed ''RemotePath.CombinePaths'' to ''RemotePath.Combine''.   * Change: Renamed ''RemotePath.CombinePaths'' to ''RemotePath.Combine''.
  * Showing a progress while executing a local custom command with a set of files.   * Showing a progress while executing a local custom command with a set of files.
Line 159: Line 997:
  * Bug fix: With themes disabled, an empty space is reserved for and working as a close button on a session tab even though the button is not drawn. [[bug>1699]]   * Bug fix: With themes disabled, an empty space is reserved for and working as a close button on a session tab even though the button is not drawn. [[bug>1699]]
  * Bug fix: GUI freezes while executing an extension with ''ShowResultsInMsgBox'' or ''CopyResults'' flags.   * Bug fix: GUI freezes while executing an extension with ''ShowResultsInMsgBox'' or ''CopyResults'' flags.
-  * Bug fix: ''Ctrl+Shift+Alt+?'' keyboard shortcuts for custom commands and extensions were not working. [[bug>1700]]+  * Bug fix: ''Shift+Ctrl+Alt+?'' keyboard shortcuts for custom commands and extensions were not working. [[bug>1700]]
  * Bug fix: //User name// edit box on Login dialog in some cases does not include modification commands (like //Paste//). [[bug>1702]]   * Bug fix: //User name// edit box on Login dialog in some cases does not include modification commands (like //Paste//). [[bug>1702]]
  * Bug fix: Opening context menu of a file in a local panel locks a parent folder of the file. [[bug>1703]]   * Bug fix: Opening context menu of a file in a local panel locks a parent folder of the file. [[bug>1703]]
Line 206: Line 1044:
    * Preventing artifacts on Synchronization checklist window.     * Preventing artifacts on Synchronization checklist window.
    * Bug fix: When synchronization changes preview is turned off, and changes are found, but none of them match synchronization options, no feedback is provided.     * Bug fix: When synchronization changes preview is turned off, and changes are found, but none of them match synchronization options, no feedback is provided.
-  * Bookmark drop·down menu. [[bug>1127]]+  * Bookmark drop-down menu. [[bug>1127]]
  * Added //Generate// button to //%%SSH%% > Authentication// page of Advanced Site Settings dialog, that starts PuTTYgen and detects a private key file generated by it. [[bug>386]]   * Added //Generate// button to //%%SSH%% > Authentication// page of Advanced Site Settings dialog, that starts PuTTYgen and detects a private key file generated by it. [[bug>386]]
  * Command to install public key in available both on main window and on Advanced Site Settings dialog. [[bug>386]]   * Command to install public key in available both on main window and on Advanced Site Settings dialog. [[bug>386]]
Line 213: Line 1051:
  * Public key can be displayed in Advanced Site Settings dialog.   * Public key can be displayed in Advanced Site Settings dialog.
  * Session tab can be renamed. [[bug>1183]]   * Session tab can be renamed. [[bug>1183]]
-  * //Save as Preset// command in transfer settings drop·down menu. [[bug>892]]+  * //Save as Preset// command in transfer settings drop-down menu. [[bug>892]]
  * Improved design of About window.   * Improved design of About window.
  * Build of .NET assembly that targets .NET Standard 2.0 is provided. [[bug>1640]]   * Build of .NET assembly that targets .NET Standard 2.0 is provided. [[bug>1640]]
Line 253: Line 1091:
  * ''Ctrl+A'' is working in file/directory path selection boxes.   * ''Ctrl+A'' is working in file/directory path selection boxes.
  * Parsing file modification time from display string if not provided explicitly in SFTP packet. [[bug>1665]]   * Parsing file modification time from display string if not provided explicitly in SFTP packet. [[bug>1665]]
-  * Operation status is shown on task bar button and tray icon title also for command-line operations.+  * Operation status is shown on taskbar button and tray icon title also for command-line operations.
  * Not showing an estimated time left till the end of an operation for the first few seconds.   * Not showing an estimated time left till the end of an operation for the first few seconds.
  * Hidden option to generate WebDAV URLs with ''%%http://%%'' protocol prefix. [[bug>1668]]   * Hidden option to generate WebDAV URLs with ''%%http://%%'' protocol prefix. [[bug>1668]]
Line 262: Line 1100:
  * Bug fix: Ad-hoc sessions opened with workspace duplicated into a new window had a wrong name.   * Bug fix: Ad-hoc sessions opened with workspace duplicated into a new window had a wrong name.
  * Bug fix: When editing multiple files, opening ends on the first file that is already opened.   * Bug fix: When editing multiple files, opening ends on the first file that is already opened.
-  * Bug fix: When minimizing command-line operation, task bar button was hidden.+  * Bug fix: When minimizing command-line operation, taskbar button was hidden.
  * Bug fix: Hint popup on too long transfer settings panel was truncated on separator (''|'') of exclude masks.   * Bug fix: Hint popup on too long transfer settings panel was truncated on separator (''|'') of exclude masks.
  * Bug fix: WinSCP instance without main window (opened from command-line) could incorrectly accept session opened from another instance.   * Bug fix: WinSCP instance without main window (opened from command-line) could incorrectly accept session opened from another instance.
Line 320: Line 1158:
    * Bug fix: Failure when canceling session reconnect. [[bug>1684]]     * Bug fix: Failure when canceling session reconnect. [[bug>1684]]
    * Bug fix: GUI freezes while executing an extension with ''ShowResultsInMsgBox'' or ''CopyResults'' flags.     * Bug fix: GUI freezes while executing an extension with ''ShowResultsInMsgBox'' or ''CopyResults'' flags.
-    * Bug fix: ''Ctrl+Shift+Alt+?'' keyboard shortcuts for custom commands and extensions were not working. [[bug>1700]]+    * Bug fix: ''Shift+Ctrl+Alt+?'' keyboard shortcuts for custom commands and extensions were not working. [[bug>1700]]
    * Bug fix: //User name// edit box on Login dialog in some cases does not include modification commands (like //Paste//). [[bug>1702]]     * Bug fix: //User name// edit box on Login dialog in some cases does not include modification commands (like //Paste//). [[bug>1702]]
    * Bug fix: Opening context menu of a file in a local panel locks a parent folder of the file. [[bug>1703]]     * Bug fix: Opening context menu of a file in a local panel locks a parent folder of the file. [[bug>1703]]
Line 439: Line 1277:
    * Help for script commands specifies unit for ''-speed'' switch.     * Help for script commands specifies unit for ''-speed'' switch.
    * A ''SecureString'' can be used provide a private key passphrase in .NET assembly via property ''SessionOptions.SecurePrivateKeyPassphrase''. [[bug>1557]]     * A ''SecureString'' can be used provide a private key passphrase in .NET assembly via property ''SessionOptions.SecurePrivateKeyPassphrase''. [[bug>1557]]
-    * Added methods ''Session.GetDirectoryName'', ''Session.GetFileName'' and ''Session.AddDirectorySeparator'' methods to .NET assembly.+    * Added ''Session.GetDirectoryName'', ''Session.GetFileName'' and ''Session.AddDirectorySeparator'' methods to .NET assembly.
    * Publishing beta releases of NuGet package. [[bug>1598]]     * Publishing beta releases of NuGet package. [[bug>1598]]
    * Extensions metadata can span multiple lines.     * Extensions metadata can span multiple lines.
Line 508: Line 1346:
  * Not closing an application when initial Login dialog is closed without opening session and //Keep main window open when the last session is closed// is on. [[bug>1552]]   * Not closing an application when initial Login dialog is closed without opening session and //Keep main window open when the last session is closed// is on. [[bug>1552]]
-//Users upgrading from [[history_old#5.9.6|WinSCP 5.9.6]]// can read more about [[announcement_winscp511|WinSCP 5.11 -- What's New?]]+//Users upgrading from [[history_old#5.9.6|WinSCP 5.9.6]]// can read more about [[announcement_winscp511|*]]
===== [[5.10.4]] 5.10.4 RC ((2017-08-16)) ===== ===== [[5.10.4]] 5.10.4 RC ((2017-08-16)) =====
Line 520: Line 1358:
  * SSH core and private key tools (PuTTYgen and Pageant) upgraded to [[&url(puttychanges)|PuTTY 0.70]]. It brings the following change:   * SSH core and private key tools (PuTTYgen and Pageant) upgraded to [[&url(puttychanges)|PuTTY 0.70]]. It brings the following change:
-    * Fixed yet another instance of Windows DLL hijacking. [[bug>1459]]+    * Fixed yet another instance of Windows DLL hijacking. [[bug>1459]] [[pbug>vuln-indirect-dll-hijack-3]]
  * XML parser upgraded to Expat 2.2.2.   * XML parser upgraded to Expat 2.2.2.
  * Hidden configuration option for SSH bug //Replies to requests on closed channels//.   * Hidden configuration option for SSH bug //Replies to requests on closed channels//.
Line 557: Line 1395:
  * Found files can be downloaded and deleted on the Find dialog. [[bug>1473]]   * 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]]   * Support Microsoft ''Passport'' authentication to allow WebDAV access to Microsoft OneDrive. [[bug>1465]]
-  * Configurable path to INI file configuration storage.+  * Configurable path to INI file configuration storage. [[bug>817]]
  * Changes to translations:   * Changes to translations:
    * Translations are installed to ''Translations'' subfolder.     * Translations are installed to ''Translations'' subfolder.
Line 585: Line 1423:
  * Not indefinitely retrying transfer with FTP protocol when opening transfer channel is failing. [[bug>1169]]   * Not indefinitely retrying transfer with FTP protocol when opening transfer channel is failing. [[bug>1169]]
  * Handling ''%%dav://%%'' URL. [[bug>1479]]   * Handling ''%%dav://%%'' URL. [[bug>1479]]
-  * SSH password change.+  * SSH password change. [[bug>1987]]
  * Duplication is supported with WebDAV protocol. [[bug>1508]]   * Duplication is supported with WebDAV protocol. [[bug>1508]]
  * Improved connection time for fast connections.   * Improved connection time for fast connections.
Line 613: Line 1451:
  * The //SFTP server// and //Shell// edit boxes on the Advanced Site settings dialog use path-style word-breaking.   * 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]]   * 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.+  * 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.   * 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]]   * Not popping up Authentication window when reconnecting while the application is minimized. [[bug>1476]]
Line 629: Line 1467:
  * Bug fix: Digits-only file mask constraint was interpreted as time constraint instead of size constraint.   * 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: 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: Queue status was not shown on taskbar button, when WinSCP was minimized by clicking on the taskbar button. 
-  * Bug fix: Pending background transfers were not considered for progress bar on task bar button.+  * Bug fix: Pending background transfers were not considered for progress bar on taskbar button.
  * Bug fix: Configuring a PuTTY path with unclosed quotes prevents WinSCP from starting. [[bug>1499]]   * Bug fix: Configuring a PuTTY path with unclosed quotes prevents WinSCP from starting. [[bug>1499]]
  * Bug fix: Never implemented ''-continueonerror'' switch was present in ''keepuptodate'' help   * Bug fix: Never implemented ''-continueonerror'' switch was present in ''keepuptodate'' help
Line 701: Line 1539:
    * Bug fix: Tab order on extension options dialog was broken, if the extension mixed options in and out of group box.     * Bug fix: Tab order on extension options dialog was broken, if the extension mixed options in and out of group box.
  * Progress windows can be controlled using keyboard again. [[bug>1471]]   * Progress windows can be controlled using keyboard again. [[bug>1471]]
-  * Scaling combo box drop·down menu.+  * Scaling combo box drop-down menu.
  * Change: Not updating last access time of uploaded files with SFTP protocol to avoid problems with servers that do not support it. [[bug>1485]]   * Change: Not updating last access time of uploaded files with SFTP protocol to avoid problems with servers that do not support it. [[bug>1485]]
  * Bug fix: Found folders were focusing incorrectly.   * Bug fix: Found folders were focusing incorrectly.
Line 763: Line 1601:
  * Bug fix: An URL in extension "option" with format ''- link caption %%https://www.example.com/%%'' is ignored.   * Bug fix: An URL in extension "option" with format ''- link caption %%https://www.example.com/%%'' is ignored.
-//Users upgrading from [[history_old#5.7.7|WinSCP 5.7.7]]// can read more about [[announcement_winscp59|WinSCP 5.9 -- What's New?]]+//Users upgrading from [[history_old#5.7.7|WinSCP 5.7.7]]// can read more about [[announcement_winscp59|*]]
===== [[5.8.4]] 5.8.4 RC ((2016-06-16)) ===== ===== [[5.8.4]] 5.8.4 RC ((2016-06-16)) =====
Line 971: Line 1809:
  * Improvements and fixes for large font/high DPI environments:   * Improvements and fixes for large font/high DPI environments:
    * Toolbar, menu and dialog images for 125%, 150% and 200% zooms (120, 144, and 192 DPI respectively). [[bug>1302]]     * Toolbar, menu and dialog images for 125%, 150% and 200% zooms (120, 144, and 192 DPI respectively). [[bug>1302]]
-    * Scaling toolbar drop·downs. +    * Scaling toolbar drop-downs. 
-    * Scaling menu and toolbar details (submenu arrows, drop·down arrows, drag handles, checkmarks, radio-button marks, color palettes).+    * Scaling menu and toolbar details (submenu arrows, drop-down arrows, drag handles, checkmarks, radio-button marks, color palettes).
    * Scaling status bars on Synchronization checklist and Find windows.     * Scaling status bars on Synchronization checklist and Find windows.
-    * Scaling drop·down button arrows.+    * Scaling drop-down button arrows.
    * Correctly scaling file icon on Properties dialog.     * Correctly scaling file icon on Properties dialog.
    * Scaling application icon on About dialog.     * Scaling application icon on About dialog.
Line 1081: Line 1919:
  * Logging clear ''Authorization'' header when password logging is enabled.   * Logging clear ''Authorization'' header when password logging is enabled.
  * Explaining that certificate cannot be verified against hostname if IP address is used to connect to the server. [[bug>1359]]   * Explaining that certificate cannot be verified against hostname if IP address is used to connect to the server. [[bug>1359]]
 +  * Translation specific GUI elements orientation is not followed by default.
  * Updated to JCL library 2.7.   * Updated to JCL library 2.7.
  * Using Save dialog instead of Open for selecting log file and random seed file paths.   * Using Save dialog instead of Open for selecting log file and random seed file paths.
Line 1118: Line 1957:
  * Upgraded private key tools (PuTTYgen and Pageant) to 0.67.   * Upgraded private key tools (PuTTYgen and Pageant) to 0.67.
  * Dual code signing binaries with both SHA-1 and SHA-256.   * Dual code signing binaries with both SHA-1 and SHA-256.
-  * Bug fix: Failure when Progress window closes (transfer finishes) while //Once done// drop·down menu is opened. [[bug>1379]]+  * Bug fix: Failure when Progress window closes (transfer finishes) while //Once done// drop-down menu is opened. [[bug>1379]]
  * Bug fix: Too long automatic bug reports were rejected.   * Bug fix: Too long automatic bug reports were rejected.
  * Bug fix: File masks with time constraints do not work with remote WebDAV files. [[bug>1389]]   * Bug fix: File masks with time constraints do not work with remote WebDAV files. [[bug>1389]]
Line 1203: Line 2042:
  * Import of Base64-encoded passwords from FileZilla.   * Import of Base64-encoded passwords from FileZilla.
  * Progress window uses //Skip// button instead of //Cancel// when calculating transfer size. [[bug>1296]]   * Progress window uses //Skip// button instead of //Cancel// when calculating transfer size. [[bug>1296]]
-  * Workaround for ProFTPD/mod_sftp bug in SSH_FXP_REALPATH handling with SFTP version 6. [[bug>1289]]+  * Workaround for ProFTPD ''mod_sftp'' bug in SSH_FXP_REALPATH handling with SFTP version 6. [[bug>1289]]
  * Not asking for master password repeatedly when opening Generate URL dialog. Not asking at all unless user chooses to include password into URL.   * Not asking for master password repeatedly when opening Generate URL dialog. Not asking at all unless user chooses to include password into URL.
  * More space for information about translators.   * More space for information about translators.
Line 1240: Line 2079:
  * Bug fix: Order of sessions in workspace with more than 10 sessions is not preserved. [[bug>1278]]   * Bug fix: Order of sessions in workspace with more than 10 sessions is not preserved. [[bug>1278]]
-//Users upgrading from [[history_old#5.5.6|WinSCP 5.5.6]]// can read more about [[announcement_winscp57|WinSCP 5.7 -- What's New?]]+//Users upgrading from [[history_old#5.5.6|WinSCP 5.5.6]]// can read more about [[announcement_winscp57|*]]
===== [[5.6.5]] 5.6.5 RC ((2015-01-13)) ===== ===== [[5.6.5]] 5.6.5 RC ((2015-01-13)) =====
Line 1319: Line 2158:
  * Bug fix: Synchronization checklist window could be resized too small not to fit //Custom// button.   * Bug fix: Synchronization checklist window could be resized too small not to fit //Custom// button.
  * Bug fix: The last file upload before creating a remote directory is not reported with .NET assembly. [[bug>1238]]   * Bug fix: The last file upload before creating a remote directory is not reported with .NET assembly. [[bug>1238]]
-  * Bug fix: Progress bar not appearing on task bar when main window is not visible. [[bug>1240]]+  * Bug fix: Progress bar not appearing on taskbar when main window is not visible. [[bug>1240]]
  * Bug fix: Overwrite confirmation was required when changing case of site name.   * Bug fix: Overwrite confirmation was required when changing case of site name.
  * Bug fix: Failure when copying multiple files checksum results to clipboard. [[bug>1243]]   * Bug fix: Failure when copying multiple files checksum results to clipboard. [[bug>1243]]
Line 1333: Line 2172:
    * Showing total size of files selected for synchronization. [[bug>23]]     * Showing total size of files selected for synchronization. [[bug>23]]
    * Custom commands are available in context menu. [[bug>566]]     * Custom commands are available in context menu. [[bug>566]]
-    * Labeling custom commands drop·down menu //Commands// only to fit the label to the button.+    * Labeling custom commands drop-down menu //Commands// only to fit the label to the button.
    * Bug fix: Icon was misplaced when columns order was changed.     * Bug fix: Icon was misplaced when columns order was changed.
  * TLS/SSL core upgraded to OpenSSL 1.0.1j. Fixing several security defects.   * TLS/SSL core upgraded to OpenSSL 1.0.1j. Fixing several security defects.
Line 1417: Line 2256:
  * Workaround for Vandyke VShell incorrect announcement of checksum calculation support. [[bug>1190]]   * Workaround for Vandyke VShell incorrect announcement of checksum calculation support. [[bug>1190]]
  * Workaround for Bitvise WinSSHD lack of SFTP extensions announcement. [[bug>1191]]   * Workaround for Bitvise WinSSHD lack of SFTP extensions announcement. [[bug>1191]]
-  * Workaround for incorrect SFTP link argument in ProFTPD/mod_sftp.+  * Workaround for incorrect SFTP link argument in ProFTPD ''mod_sftp''.
  * Support for proprietary OpenSSH extension ''hardlink@openssh.com'' for creating hardlinks. [[bug>1192]]   * Support for proprietary OpenSSH extension ''hardlink@openssh.com'' for creating hardlinks. [[bug>1192]]
  * //Open// command can open directories.   * //Open// command can open directories.
  * WinSCP can register to handle WinSCP-specific WebDAV URL addresses (''%%winscp-http://%%'' and ''%%winscp-https://%%'').   * WinSCP can register to handle WinSCP-specific WebDAV URL addresses (''%%winscp-http://%%'' and ''%%winscp-https://%%'').
  * Improved stack trace reporting for internal errors.   * Improved stack trace reporting for internal errors.
-  * No showing suggestion to delete file in error when overwriting file on non-interactive displays.+  * Not showing suggestion to delete file in error when overwriting file on non-interactive displays.
  * Workaround for FTP servers that do not enclose path in response to PWD command in quotes. [[bug>1193]]   * Workaround for FTP servers that do not enclose path in response to PWD command in quotes. [[bug>1193]]
  * Bug fix: Failure when opening SCP session. [[bug>1187]]   * Bug fix: Failure when opening SCP session. [[bug>1187]]
Line 1523: Line 2362:
  * Keyboard shortcut ''Ctrl+Alt+F'' for //Filter// command. [[bug>929]]   * Keyboard shortcut ''Ctrl+Alt+F'' for //Filter// command. [[bug>929]]
  * //Beep when work finishes// applies also to emptying background transfer queue. [[bug>697]]   * //Beep when work finishes// applies also to emptying background transfer queue. [[bug>697]]
-  * Drop·down arrow added to //Encoding// drop·down menu on Internal editor toolbar. +  * Drop-down arrow added to //Encoding// drop-down menu on Internal editor toolbar. 
-  * Workaround for ProFTPD/mod_sftp bug in SFTP ''space-available'' packet. [[bug>1184]] +  * Workaround for ProFTPD ''mod_sftp'' bug in SFTP ''space-available'' packet. [[bug>1184]] 
-  * Using //Reverses Order of Symlink Command Arguments// workaround for ProFTPD/mod_sftp. [[bug>1185]]+  * Using //Reverses Order of Symlink Command Arguments// workaround for ProFTPD ''mod_sftp''. [[bug>1185]]
  * Bug fix: If an INI file name is exactly ''winscp.ini'', an INI file path on Preferences dialog is shown incorrectly.   * Bug fix: If an INI file name is exactly ''winscp.ini'', an INI file path on Preferences dialog is shown incorrectly.
  * Bug fix: Tunnel password saving confirmation was repeatedly required when saving edited site, when there was no main session password.   * Bug fix: Tunnel password saving confirmation was repeatedly required when saving edited site, when there was no main session password.
Line 1544: Line 2383:
  * Back-propagated some improvements and fixes from 5.6 -- 5.6.2 beta releases:   * Back-propagated some improvements and fixes from 5.6 -- 5.6.2 beta releases:
    * TLS/SSL core upgraded to OpenSSL 1.0.1i. Fixing several moderate severity security defects.     * TLS/SSL core upgraded to OpenSSL 1.0.1i. Fixing several moderate severity security defects.
-    * Workaround for ProFTPD/mod_sftp bug in SFTP ''space-available'' packet. [[bug>1184]] +    * Workaround for ProFTPD ''mod_sftp'' bug in SFTP ''space-available'' packet. [[bug>1184]] 
-    * Using //Reverses Order of Symlink Command Arguments// workaround for ProFTPD/mod_sftp. [[bug>1185]]+    * Using //Reverses Order of Symlink Command Arguments// workaround for ProFTPD ''mod_sftp''. [[bug>1185]]
    * Workaround for Vandyke VShell incorrect announcement of checksum calculation support. [[bug>1190]]     * Workaround for Vandyke VShell incorrect announcement of checksum calculation support. [[bug>1190]]
    * Improved detection if user shall be offered external editor auto configuration.     * Improved detection if user shall be offered external editor auto configuration.
Line 1617: Line 2456:
  * Bug fix: When minimized, message boxes were popping up on foreground.   * Bug fix: When minimized, message boxes were popping up on foreground.
  * Bug fix: Main menu accelerators are not working. [[bug>1143]]   * Bug fix: Main menu accelerators are not working. [[bug>1143]]
-  * Bug fix: Scaled-down version of 32x32 icon was used in task bar notification area instead of 16x16 icon. [[bug>1144]]+  * Bug fix: Scaled-down version of 32x32 icon was used in taskbar notification area instead of 16x16 icon. [[bug>1144]]
  * Bug fix: Failure when ending Windows session when main window is minimized.   * Bug fix: Failure when ending Windows session when main window is minimized.
  * Bug fix: Occasional failure when run from Session 0. [[bug>1146]]   * Bug fix: Occasional failure when run from Session 0. [[bug>1146]]
Line 1664: Line 2503:
  * Bug fix: Removing BOM on text mode FTP uploads was unconditional. [[bug>1096]]   * Bug fix: Removing BOM on text mode FTP uploads was unconditional. [[bug>1096]]
-//Users upgrading from [[#5.1.8|WinSCP 5.1.8]]// can read more at [[announcement_winscp55|WinSCP 5.5 -- What's New?]].+//Users upgrading from [[#5.1.8|WinSCP 5.1.8]]// can read more at [[announcement_winscp55|*]].
===== [[5.2.7]] 5.2.7 RC ((2013-11-26)) ===== ===== [[5.2.7]] 5.2.7 RC ((2013-11-26)) =====
Line 1672: Line 2511:
  * Using theme instruction font for message texts.   * Using theme instruction font for message texts.
  * Listing new/empty site folders on Save session as site dialog. [[bug>1089]]   * 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.+  * Increasing number of items shown in drop-down lists of some combo boxes.
  * Consistently logging modification time and size of every transferred file.   * Consistently logging modification time and size of every transferred file.
  * System error message is shown when changing local working directory fails in scripting. [[bug>1087]]   * System error message is shown when changing local working directory fails in scripting. [[bug>1087]]
Line 1715: Line 2554:
    * Better standard color set (16 less saturated colors).     * Better standard color set (16 less saturated colors).
    * Remembering recently used custom colors.     * Remembering recently used custom colors.
-    * Drop·down color selector on Advanced site settings dialog.+    * Drop-down color selector on Advanced site settings dialog.
    * Custom colors can be modified on standard Color dialog.     * Custom colors can be modified on standard Color dialog.
    * Option //Default// (color) renamed to //No Color//.     * Option //Default// (color) renamed to //No Color//.
Line 1755: Line 2594:
  * Do not include information about inability to test, if server IP address is routable, into error messages.   * Do not include information about inability to test, if server IP address is routable, into error messages.
  * Warning that editing is in progress when double-clicking edited site on Login dialog.   * Warning that editing is in progress when double-clicking edited site on Login dialog.
-  * Drop·down menu is never narrower than its button.+  * Drop-down menu is never narrower than its button.
  * Not allowing operations on focused-only file, when focus is not visible (application does not have focus). [[bug>1050]]   * Not allowing operations on focused-only file, when focus is not visible (application does not have focus). [[bug>1050]]
  * Bug fix: Failure to run WinSCP or open session with .NET assembly after frequent scheduled use. [[bug>996]]   * Bug fix: Failure to run WinSCP or open session with .NET assembly after frequent scheduled use. [[bug>996]]
Line 1796: Line 2635:
  * Not allowing operations on focused-only file, when focus is not visible (panel does not have focus). [[bug>1050]]   * Not allowing operations on focused-only file, when focus is not visible (panel does not have focus). [[bug>1050]]
  * Aligning file information on Overwrite confirmation dialog. [[bug>1049]]   * Aligning file information on Overwrite confirmation dialog. [[bug>1049]]
-  * Improved placement and effects of drop·down menus.+  * Improved placement and effects of drop-down menus.
  * Showing //Proxy settings// box on Advanced Site Settings dialog for SFTP/SCP protocols only.   * Showing //Proxy settings// box on Advanced Site Settings dialog for SFTP/SCP protocols only.
  * Empty queue notification can be clicked to restore/activate application, respective session and transfer queue list   * Empty queue notification can be clicked to restore/activate application, respective session and transfer queue list
Line 1811: Line 2650:
  * Widened some forms and controls to make space for translation into languages with longer words, such as German.   * Widened some forms and controls to make space for translation into languages with longer words, such as German.
  * Reduced chance of collision in .NET assembly session instance name in multi-threaded applications. [[bug>1055]]   * Reduced chance of collision in .NET assembly session instance name in multi-threaded applications. [[bug>1055]]
-  * Allowing button selection using ''Left''/''Right'' keys on message boxes with drop·down menus. [[bug>1054]]+  * Allowing button selection using ''Left''/''Right'' keys on message boxes with drop-down menus. [[bug>1054]]
  * Bug fix: Back-propagated SSH security and memory-leak fixes from PuTTY 0.63. [[bug>1039]] [[pbug>vuln-modmul]] [[pbug>vuln-bignum-division-by-zero]] [[pbug>private-key-not-wiped]]   * Bug fix: Back-propagated SSH security and memory-leak fixes from PuTTY 0.63. [[bug>1039]] [[pbug>vuln-modmul]] [[pbug>vuln-bignum-division-by-zero]] [[pbug>private-key-not-wiped]]
  * Bug fix: Failure when opening the first session with //Automatically open new session in PuTTY// enabled. [[bug>1037]]   * Bug fix: Failure when opening the first session with //Automatically open new session in PuTTY// enabled. [[bug>1037]]
Line 1880: Line 2719:
  * Custom command pattern ''!`command`'' that expands to output of local command.   * Custom command pattern ''!`command`'' that expands to output of local command.
  * 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]].
-  * Buttons that open drop·down menu are marked with an arrow.+  * Buttons that open drop-down menu are marked with an arrow.
  * New icons for Console, Find and Synchronization Checklist windows.   * New icons for Console, Find and Synchronization Checklist windows.
  * Session settings can be exported also to KiTTY, when opening session in PuTTY/KiTTY.   * Session settings can be exported also to KiTTY, when opening session in PuTTY/KiTTY.
Line 1914: Line 2753:
  * Calculating hot track color of path label to be in contrast with background. [[bug>992]]   * Calculating hot track color of path label to be in contrast with background. [[bug>992]]
  * Simplifying [[ui_overwrite|overwrite confirmation]] prompt: [[bug>993]]   * Simplifying [[ui_overwrite|overwrite confirmation]] prompt: [[bug>993]]
-    * Grouping advanced commands to drop·down menu under button with related common command.+    * Grouping advanced commands to drop-down menu under button with related common command.
    * Added thousands separators to sizes.     * Added thousands separators to sizes.
  * Offering to remember password for duration of session on [[ui_authenticate#password|password prompt]] (when settings //Remember password for duration of session// is turned off). [[bug>610]]   * Offering to remember password for duration of session on [[ui_authenticate#password|password prompt]] (when settings //Remember password for duration of session// is turned off). [[bug>610]]
Line 1940: Line 2779:
  * Bug fix: When //Change stored password to this one// option is checked on password prompt, password is not updated for current session.   * Bug fix: When //Change stored password to this one// option is checked on password prompt, password is not updated for current session.
  * Bug fix: Mouse range selection does not start from focused file after directory reload. [[bug>999]]   * Bug fix: Mouse range selection does not start from focused file after directory reload. [[bug>999]]
-  * Bug fix: IP address range ''172.16''-''172.31'' was not detected as unroutable for FTP passive mode. [[bug>1001]]+  * Bug fix: IP address range ''172.16''''172.31'' was not detected as unroutable for FTP passive mode. [[bug>1001]]
  * Bug fix: Opening session in PuTTY does not work. [[bug>1002]]   * Bug fix: Opening session in PuTTY does not work. [[bug>1002]]
Line 1964: Line 2803:
    * Removed "Exclude temporaries" transfer settings preset.     * Removed "Exclude temporaries" transfer settings preset.
    * Added "Newer and updates files only" transfer settings preset.     * Added "Newer and updates files only" transfer settings preset.
-    * Reorganized //Transfer settings// drop·down menu, including new //Presets// header. +    * Reorganized //Transfer settings// drop-down menu, including new //Presets// header. 
-    * Hiding unusable presets from //Transfer settings// drop·down menu.+    * Hiding unusable presets from //Transfer settings// drop-down menu.
    * Merged configuration of default transfer settings and transfer settings presets.     * Merged configuration of default transfer settings and transfer settings presets.
  * Improved user interface:   * Improved user interface:
Line 1980: Line 2819:
    * Added label to the most important toolbar buttons. They can be optionally hidden including already existing labels like Command-line label (Commander interface), Address label (Explorer interface) and New session tab label.     * Added label to the most important toolbar buttons. They can be optionally hidden including already existing labels like Command-line label (Commander interface), Address label (Explorer interface) and New session tab label.
    * Moved //Commands// toolbar of Commander interface first.     * Moved //Commands// toolbar of Commander interface first.
-    * Find files command moved from Commands toolbar to Remote Navigation toolbar and is now available regardless of focused panel.+    * //Find files// command moved from Commands toolbar to Remote Navigation toolbar and is now available regardless of focused panel.
    * Renamed //Add to Bookmarks// command to [[task_navigate#bookmarks|Add Path to Bookmarks]].     * Renamed //Add to Bookmarks// command to [[task_navigate#bookmarks|Add Path to Bookmarks]].
    * Removed //Close// toolbar button from Editor and Log windows.     * Removed //Close// toolbar button from Editor and Log windows.
Line 2020: Line 2859:
  * When SFTP connection is rejected, knock FTP port. If open suggest using FTP protocol.   * When SFTP connection is rejected, knock FTP port. If open suggest using FTP protocol.
  * Desktop shortcut to open site folder can be created.   * Desktop shortcut to open site folder can be created.
-  * Dropped support for Windows 2000. Minimal supported version is Windows XP.+  * Change: Dropped support for Windows 2000. Minimal supported version is Windows XP.
  * Using GiB scale for large file sizes. [[bug>913]]   * Using GiB scale for large file sizes. [[bug>913]]
  * Option to reconnect disconnected non-active session, when saving file opened from that session. [[bug>917]]   * Option to reconnect disconnected non-active session, when saving file opened from that session. [[bug>917]]
Line 2121: Line 2960:
    * Bug fix: When //Change stored password to this one// option is checked on password prompt, password is not updated for current session.     * Bug fix: When //Change stored password to this one// option is checked on password prompt, password is not updated for current session.
    * Bug fix: Mouse range selection does not start from focused file after directory reload. [[bug>999]]     * Bug fix: Mouse range selection does not start from focused file after directory reload. [[bug>999]]
-    * Bug fix: IP address range ''172.16''-''172.31'' was not detected as unroutable for FTP passive mode. [[bug>1001]]+    * Bug fix: IP address range ''172.16''''172.31'' was not detected as unroutable for FTP passive mode. [[bug>1001]]
    * Bug fix: Remote panel state is lost after closing Console window. [[bug>1004]]     * Bug fix: Remote panel state is lost after closing Console window. [[bug>1004]]
    * Bug fix: Failure when reading file into internal editor. [[bug>1005]]     * Bug fix: Failure when reading file into internal editor. [[bug>1005]]
Line 2282: Line 3121:
  * TLS/SSL core upgraded to OpenSSL 1.0.1b.   * TLS/SSL core upgraded to OpenSSL 1.0.1b.
  * IDE upgraded to Embarcadero C++ Builder XE2.   * IDE upgraded to Embarcadero C++ Builder XE2.
-  * Dropped support for Windows 95/98/ME. Minimal supported version is Windows 2000.+  * Change: Dropped support for Windows 95/98/ME. Minimal supported version is Windows 2000.
  * Warning is printed on console, when user combines ''-filemask'' switch with obsoleted ''exclude'' or ''include'' options.   * Warning is printed on console, when user combines ''-filemask'' switch with obsoleted ''exclude'' or ''include'' options.
  * Embedded GPL license text did not contain instructions for how to use GPL on your own programs. [[bug>800]]   * Embedded GPL license text did not contain instructions for how to use GPL on your own programs. [[bug>800]]
Line 2291: Line 3130:
  * Layout of Transfer settings dialog improved.   * Layout of Transfer settings dialog improved.
  * Split button is used for //Transfer Settings// button on Transfer, Synchronize and Keep remote directory up to date dialogs (Windows Vista and newer only).   * Split button is used for //Transfer Settings// button on Transfer, Synchronize and Keep remote directory up to date dialogs (Windows Vista and newer only).
-  * //Set defaults// command of Login dialog placed more intuitively on drop·down menu of //Save// button (On Windows Vista and newer only).+  * //Set defaults// command of Login dialog placed more intuitively on drop-down menu of //Save// button (On Windows Vista and newer only).
  * .NET assembly ''Session'' class public methods are explicitly locked against concurrent and recursive access.   * .NET assembly ''Session'' class public methods are explicitly locked against concurrent and recursive access.
  * Silently ignoring errors, when implicitly preserving permissions of overwritten file after resumable file upload. [[bug>773]]   * Silently ignoring errors, when implicitly preserving permissions of overwritten file after resumable file upload. [[bug>773]]
Line 2923: Line 3762:
  * Position of internal editor window is remembered. [[bug>317]]   * Position of internal editor window is remembered. [[bug>317]]
  * It is possible to synchronize remote files with name that is not allowed on Windows. [[bug>31]]   * It is possible to synchronize remote files with name that is not allowed on Windows. [[bug>31]]
-  * Console window of ''.exe'' can be minimized to task bar status area. [[bug>243]]+  * Console window of ''.exe'' can be minimized to taskbar status area. [[bug>243]]
  * For external editors, WinSCP no longer waits for editor process to be closed by default. It keeps edited remote file in temporary directory until WinSCP closes instead. Previous behavior can be forced using editor preference option //External editor opens each file in separate window (process)//. [[bug>334]]   * For external editors, WinSCP no longer waits for editor process to be closed by default. It keeps edited remote file in temporary directory until WinSCP closes instead. Previous behavior can be forced using editor preference option //External editor opens each file in separate window (process)//. [[bug>334]]
  * In editor preferences list, editing certain files with an associated application can be configured. [[bug>283]]   * In editor preferences list, editing certain files with an associated application can be configured. [[bug>283]]
Line 3140: Line 3979:
  * Transfer and session toolbars automatically stretches to right window edge.   * Transfer and session toolbars automatically stretches to right window edge.
  * Command line panel is toolbar (can be docked elsewhere).   * Command line panel is toolbar (can be docked elsewhere).
-  * Address and command line drop·down boxes follow the toolbar style.+  * Address and command line drop-down boxes follow the toolbar style.
  * On Explorer interface, path on address toolbar is editable.   * On Explorer interface, path on address toolbar is editable.
  * //KiB// is used instead of //KB// for kilobyte.   * //KiB// is used instead of //KB// for kilobyte.
Line 3150: Line 3989:
  * ''Shift-Del'' deletes to recycle bin, if deletion to recycle bin is disabled, and vice versa.   * ''Shift-Del'' deletes to recycle bin, if deletion to recycle bin is disabled, and vice versa.
  * Opening bookmarks and home directory do not trigger synchronized browsing anymore.   * Opening bookmarks and home directory do not trigger synchronized browsing anymore.
-  * Drive drop·down menu shows //My documents// when current local directory is below "My documents" folder.+  * Drive drop-down menu shows //My documents// when current local directory is below "My documents" folder.
  * It is possible to optionally overwrite stored password with new one, if authentication with original stored password fails.   * It is possible to optionally overwrite stored password with new one, if authentication with original stored password fails.
  * When renaming a file within file panel, only filename (without an extension) is selected.   * When renaming a file within file panel, only filename (without an extension) is selected.
Line 3321: Line 4160:
  * Preview changes for synchronization is enabled by default.   * Preview changes for synchronization is enabled by default.
  * Quick preset buttons for Windows and Unix systems on //Environment// tab of Login dialog (visible when advanced options are turned off only).   * Quick preset buttons for Windows and Unix systems on //Environment// tab of Login dialog (visible when advanced options are turned off only).
-  * It is no longer required to specify username of login dialog. User is prompted for username once required (and only if required).+  * It is no longer required to specify username on Login dialog. User is prompted for username once required (and only if required).
  * Information shown on status bar were reduced.   * Information shown on status bar were reduced.
  * Environment variables can be used in most configurable paths (like path to random seed file, log file, configuration INI file, PuTTY executable, folder for temporary files, private key file, etc.). The syntax is ''%NAME%''. Part of U3 support.   * Environment variables can be used in most configurable paths (like path to random seed file, log file, configuration INI file, PuTTY executable, folder for temporary files, private key file, etc.). The syntax is ''%NAME%''. Part of U3 support.
  * Script aborts eventually after receiving no answer for prompt (like password prompt), when running in batch mode.   * Script aborts eventually after receiving no answer for prompt (like password prompt), when running in batch mode.
  * Whole authentication prompt is shown, even if it spans multiple lines.   * Whole authentication prompt is shown, even if it spans multiple lines.
-  * When ''Shift'' key is hold while //New session// or //Duplicate session// commands are selected, the session is opened in new instance (window) of WinSCP.+  * When ''Shift'' key is held while //New session// or //Duplicate session// commands are selected, the session is opened in new instance (window) of WinSCP.
  * Button //Load// on //Stored sessions tab// of Login dialog renamed to //Edit//.   * Button //Load// on //Stored sessions tab// of Login dialog renamed to //Edit//.
  * ''F1'' opens help for current tab on Login and Preferences dialogs.   * ''F1'' opens help for current tab on Login and Preferences dialogs.
Line 3408: Line 4247:
  * Synchronized browsing state is now part of session state.   * Synchronized browsing state is now part of session state.
  * Options dialogs for uploads, downloads, synchronization and //Keep remote directory up to date// invoked from command-line can be skipped using ''/defaults'' switch.   * Options dialogs for uploads, downloads, synchronization and //Keep remote directory up to date// invoked from command-line can be skipped using ''/defaults'' switch.
-  * Transfer settings presets drop·down menu improved to show information about the preset being selected.+  * Transfer settings presets drop-down menu improved to show information about the preset being selected.
  * Parameters ''/script'' and ''/command'' can be used without ''/console'' to run the script without creating a console window (works for ''.EXE'' only).   * Parameters ''/script'' and ''/command'' can be used without ''/console'' to run the script without creating a console window (works for ''.EXE'' only).
  * Overwrite configuration message offers possibility to transfer file under different name (SFTP-only).   * Overwrite configuration message offers possibility to transfer file under different name (SFTP-only).
Line 3582: Line 4421:
  * About dialog redesigned. URL links can receive focus, to allow opening the URL using keyboard. Additional URL link can be associated with translation.   * About dialog redesigned. URL links can receive focus, to allow opening the URL using keyboard. Additional URL link can be associated with translation.
  * Confirmation of overwriting read-only files can be suppressed the same way as overwrite confirmation, i.e. by disabling confirmation for synchronization, background transfers or in script.   * Confirmation of overwriting read-only files can be suppressed the same way as overwrite confirmation, i.e. by disabling confirmation for synchronization, background transfers or in script.
-  * When saving location profile, existing profile can be overwritten (names of existing profiles are provided for selection in drop·down menu), giving limited ability to edit profiles.+  * When saving location profile, existing profile can be overwritten (names of existing profiles are provided for selection in drop-down menu), giving limited ability to edit profiles.
  * When one of the directories of location profile does not exist anymore, the latter is opened, before error shows up.   * When one of the directories of location profile does not exist anymore, the latter is opened, before error shows up.
  * Added new error messages as defined by SFTP-6.   * Added new error messages as defined by SFTP-6.
Line 3601: Line 4440:
  * Usage of ellipsis (...) and capital letters in menus revised.   * Usage of ellipsis (...) and capital letters in menus revised.
  * Splitters have hints describing their specific functionality.   * Splitters have hints describing their specific functionality.
-  * Double·clicking some of the splitters hide component they resize.+  * Double-clicking some of the splitters hide component they resize.
  * Commands toolbar has initially vertical layout when undocked.   * Commands toolbar has initially vertical layout when undocked.
  * When reading of local file during upload fails, more descriptive error message is shown and //Skip// button is not offered (SCP only).   * When reading of local file during upload fails, more descriptive error message is shown and //Skip// button is not offered (SCP only).
-  * When automatic popup of background transfer prompts is disabled, task bar button at least flashes when WinSCP is on background.+  * When automatic popup of background transfer prompts is disabled, taskbar button at least flashes when WinSCP is on background.
  * Obsolete temporary directories are no longer checked, when WinSCP is run for service task (such as registration for URL handling).   * Obsolete temporary directories are no longer checked, when WinSCP is run for service task (such as registration for URL handling).
  * Bug fix: When using MS Virtual Desktop Manager, the main window of WinSCP was enlarged, when its virtual desktop was activated. Other associated issues are pending.   * Bug fix: When using MS Virtual Desktop Manager, the main window of WinSCP was enlarged, when its virtual desktop was activated. Other associated issues are pending.
Line 3636: Line 4475:
    * Nicer design.     * Nicer design.
    * Toolbars can be docked virtually anywhere. They can be even left floating.     * Toolbars can be docked virtually anywhere. They can be even left floating.
-    * When the whole toolbar does not fit on a window, dropped off buttons can be still shown using drop·down menu.+    * When the whole toolbar does not fit on a window, dropped off buttons can be still shown using drop-down menu.
    * Support for large fonts.     * Support for large fonts.
    * Limitations to be resolved yet:     * Limitations to be resolved yet:
-      * Session drop·down menu cannot be resized anymore.+      * Session drop-down menu cannot be resized anymore.
    * All that thanks to [[&url(tb2k)|Toolbar2000]] library by Jordan Russell and [[&url(tbx)|TBX]] library by Alex A. Denisov.     * All that thanks to [[&url(tb2k)|Toolbar2000]] library by Jordan Russell and [[&url(tbx)|TBX]] library by Alex A. Denisov.
  * Check for updates improved:   * Check for updates improved:
Line 3725: Line 4564:
  * New //No to all// button on confirmation message for alternative method of transfer resume.   * New //No to all// button on confirmation message for alternative method of transfer resume.
  * Bug fix: Command //File(s) > Move to// was not disabled for SFTP version 1 and older.   * Bug fix: Command //File(s) > Move to// was not disabled for SFTP version 1 and older.
-  * Bug fix: It was not possible to change local drive using drop·down menu, when the last used path on the drive was removed.+  * Bug fix: It was not possible to change local drive using drop-down menu, when the last used path on the drive was removed.
  * Bug fix: Functions //Synchronize// and //Keep remote directory up to date// have ignored file for one minute after the target file was changed just at whole minute (0 seconds).   * Bug fix: Functions //Synchronize// and //Keep remote directory up to date// have ignored file for one minute after the target file was changed just at whole minute (0 seconds).
  * Bug fix: Failure when browsing using back/forward buttons on some mouses and there is no path to browse back/forward.   * Bug fix: Failure when browsing using back/forward buttons on some mouses and there is no path to browse back/forward.
Line 3795: Line 4634:
  * When overwriting local read-only file, the read-only attribute is preserved.   * When overwriting local read-only file, the read-only attribute is preserved.
  * It is now possible to overwrite local hidden file (the attribute is preserved).   * It is now possible to overwrite local hidden file (the attribute is preserved).
-  * When changing local drive using drive drop·down menu the current working directory on the drive is opened instead of root directory (Commander interface only).+  * When changing local drive using drive drop-down menu the current working directory on the drive is opened instead of root directory (Commander interface only).
  * Partially transferred files (''.filepart'') have the same icon as full file would have with "partial file" overlay over it.   * Partially transferred files (''.filepart'') have the same icon as full file would have with "partial file" overlay over it.
-  * It is possible to change width of session drop·down menu on //Session// toolbar. Just drag the empty space on the right of the drop·down menu.+  * It is possible to change width of session drop-down menu on //Session// toolbar. Just drag the empty space on the right of the drop-down menu.
  * Queue sessions are kept alive if the main session is configured so. As side effect dropped connection is detected immediately (no error is displayed), not only after there is transfer attempt over it. It avoids failing transfer just because of dropped connection.   * Queue sessions are kept alive if the main session is configured so. As side effect dropped connection is detected immediately (no error is displayed), not only after there is transfer attempt over it. It avoids failing transfer just because of dropped connection.
  * When secondary shell session is dropped on background, no error is displayed and the main session is no longer closed.   * When secondary shell session is dropped on background, no error is displayed and the main session is no longer closed.
Line 3994: Line 4833:
  * Maximal length of file masks was extended on all windows.   * Maximal length of file masks was extended on all windows.
  * ''Ctrl+C'' on message window copies to clipboard the additional message (display-able via //More// button) as well.   * ''Ctrl+C'' on message window copies to clipboard the additional message (display-able via //More// button) as well.
-  * Toolbar button //Open directory/bookmark// moved from //Standard// toolbar behind directory drop·down menu on //Address// bar (Explorer interface). +  * Toolbar button //Open directory/bookmark// moved from //Standard// toolbar behind directory drop-down menu on //Address// bar (Explorer interface). 
-  * Double·click on path label above file panel opens //Open directory/bookmark// window (Commander interface only).+  * Double-click on path label above file panel opens //Open directory/bookmark// window (Commander interface only).
  * Tab //Drag&drop// of Preferences window moved from //Environment// to //Transfer// group.   * Tab //Drag&drop// of Preferences window moved from //Environment// to //Transfer// group.
  * Error "EAccessViolation" is now replaced with more meaningful "Invalid access to memory" to better distinguish it from "Permissions denied".   * Error "EAccessViolation" is now replaced with more meaningful "Invalid access to memory" to better distinguish it from "Permissions denied".
Line 4002: Line 4841:
  * Bug fix: Message "Operation was successfully completed. Connection was closed...." was displayed as "Error" instead of "Information", when uploading files from //Sent to// menu of Windows Explorer.   * Bug fix: Message "Operation was successfully completed. Connection was closed...." was displayed as "Error" instead of "Information", when uploading files from //Sent to// menu of Windows Explorer.
  * Bug fix: The local directory was uselessly reloaded sometime, when calculation of total transfer size before download was completed (Commander interface only).   * Bug fix: The local directory was uselessly reloaded sometime, when calculation of total transfer size before download was completed (Commander interface only).
-  * Bug fix: With path ''a/bbb/ccc'', the one-letter-long folder ''a'' would not be displayed in change directory drop·down menu.+  * Bug fix: With path ''a/bbb/ccc'', the one-letter-long folder ''a'' would not be displayed in change directory drop-down menu.
  * Bug fix: Text mode masks history was not working on Preferences dialog.   * Bug fix: Text mode masks history was not working on Preferences dialog.
  * Bug fix: With initial configuration, session settings on //Bugs tab// of login dialog was not loaded properly.   * Bug fix: With initial configuration, session settings on //Bugs tab// of login dialog was not loaded properly.
Line 4042: Line 4881:
  * Skipped files are included in batch operation percantage completeness.   * Skipped files are included in batch operation percantage completeness.
  * When resuming file transfer, resumed file size is not counted towards //Total transferred//.   * When resuming file transfer, resumed file size is not counted towards //Total transferred//.
-  * Bug fix: Using password longer than 255 characters hanged the application. This fixes [[https://securiteam.com/windowsntfocus/5op0a1fcle/|Denial of Service]] as reported by Luca Ercoli.+  * Bug fix: Using password longer than 255 characters hanged the application. This fixes Denial of Service as reported by Luca Ercoli.
  * Experimental support for two SFTP extensions ''owner-group-query@generic-extensions'' and ''software@generic-extensions'' as proposed by [[http://www.klomp.org/erwin/|Erwin Bolwidt]]   * Experimental support for two SFTP extensions ''owner-group-query@generic-extensions'' and ''software@generic-extensions'' as proposed by [[http://www.klomp.org/erwin/|Erwin Bolwidt]]
  * Improved server prompts (keyboard-interactive, TIS and Cryptocard). Prompt dialog is wider. If the prompt still does not fit, whole text is displayed when hovering mouse cursor over it.   * Improved server prompts (keyboard-interactive, TIS and Cryptocard). Prompt dialog is wider. If the prompt still does not fit, whole text is displayed when hovering mouse cursor over it.
Line 4050: Line 4889:
  * When opening remote file for writting, file size is sent to server giving it chance to allocate enough space on file system in advance (SFTP only).   * When opening remote file for writting, file size is sent to server giving it chance to allocate enough space on file system in advance (SFTP only).
  * ''Ctrl+Left'' and ''Ctrl+Right'' in directory input boxes stops on slashes too (in addition to usual spaces).   * ''Ctrl+Left'' and ''Ctrl+Right'' in directory input boxes stops on slashes too (in addition to usual spaces).
-  * Synchronized browsing works properly even when changing directory by more than one level (for example via history drop·down list).+  * Synchronized browsing works properly even when changing directory by more than one level (for example via history drop-down list).
  * Improved communication with drag&drop shell extension. Situations when the application timouts waiting for response from the extensions should be much reduced now.   * Improved communication with drag&drop shell extension. Situations when the application timouts waiting for response from the extensions should be much reduced now.
  * Local file, which is being written during download can be opened (for reading only) by other applications.   * Local file, which is being written during download can be opened (for reading only) by other applications.
Line 4064: Line 4903:
  * Bug fix: Fixed bug in SFTP4 implementation, when reading nano-seconds precision timestampts.   * Bug fix: Fixed bug in SFTP4 implementation, when reading nano-seconds precision timestampts.
  * Bug fix: Symlinks in current directory are resolved with SFTP4.   * Bug fix: Symlinks in current directory are resolved with SFTP4.
-  * Bug fix: Fixed generation of group drop·down list on Attributes dialog in case the server does not provide it (SCP only).+  * Bug fix: Fixed generation of group drop-down list on Attributes dialog in case the server does not provide it (SCP only).
===== [[3.5.6]] 3.5.6 ((2004-03-05)) ===== ===== [[3.5.6]] 3.5.6 ((2004-03-05)) =====
Line 4115: Line 4954:
  * Edited file is uploaded, when its timestamp changes randomly, not only when it changes forwards. This fixes problem that remote file, whose timestamp was forward comparing with local time, was not uploaded after beging edited.   * Edited file is uploaded, when its timestamp changes randomly, not only when it changes forwards. This fixes problem that remote file, whose timestamp was forward comparing with local time, was not uploaded after beging edited.
  * Bug fix: Changes to loaded stored session on login dialog were saved when //Login// button was pressed.   * Bug fix: Changes to loaded stored session on login dialog were saved when //Login// button was pressed.
-  * Bug fix: Failure when selecting directory on remote panel drop·down menu.+  * Bug fix: Failure when selecting directory on remote panel drop-down menu.
  * Bug fix: Path above remote panel is shortened when it does not fit to panel width (Commander interface only).   * Bug fix: Path above remote panel is shortened when it does not fit to panel width (Commander interface only).
Line 4193: Line 5032:
  * Option //Update only existing files// for //Keep remote directories up to date// function.   * Option //Update only existing files// for //Keep remote directories up to date// function.
  * Temporary folder created to edit/open remote file is deleted whole, including any new files (particulary backup file created by editor).   * Temporary folder created to edit/open remote file is deleted whole, including any new files (particulary backup file created by editor).
-  * ''Ctrl+Tab'' and ''Ctrl+Shift+Tab'' can be used to switch between opened sessions.+  * ''Ctrl+Tab'' and ''Shift+Ctrl+Tab'' can be used to switch between opened sessions.
  * Host name may contain ''user@host''. This is particulary useful for importing sessions from PuTTY, which allows same format too.   * Host name may contain ''user@host''. This is particulary useful for importing sessions from PuTTY, which allows same format too.
  * Default resume threshold increased to 100 KiB.   * Default resume threshold increased to 100 KiB.
Line 4256: Line 5095:
  * File is transferred properly using SFTP, even when its actual size is different than value displayed in directory listing (this happens e.g. when file was changed since directory was opened).   * File is transferred properly using SFTP, even when its actual size is different than value displayed in directory listing (this happens e.g. when file was changed since directory was opened).
  * ''Ctrl+Down'' and ''Ctrl+Up'' can be used to enter/leave subdirectory.   * ''Ctrl+Down'' and ''Ctrl+Up'' can be used to enter/leave subdirectory.
-  * WinSCP identifies itself to SFTP server (version 3 and later) using ''winscp@winscp.sourceforge.net'' extension (''SSH_FXP_EXTENDED'' packet). If server recognises WinSCP, it should reply with ''SSH_FXP_STATUS'' packet with ''SSH_FX_OK'' value.+  * WinSCP identifies itself to SFTP server (version 3 and later) using ''winscp@winscp.sourceforge.net'' extension (''SSH_FXP_EXTENDED'' packet). If server recognizes WinSCP, it should reply with ''SSH_FXP_STATUS'' packet with ''SSH_FX_OK'' value.
  * SFTP error messages (received from server) are converted from UTF-8 encoding to local encoding.   * SFTP error messages (received from server) are converted from UTF-8 encoding to local encoding.
-  * All drop·down lists are always wide enough to fit its contents (whenever possible).+  * All drop-down lists are always wide enough to fit its contents (whenever possible).
  * Dialog with directory bookmarks is widened, when necessary.   * Dialog with directory bookmarks is widened, when necessary.
  * When saving file from editor, overwrite confirmation is not requested.   * When saving file from editor, overwrite confirmation is not requested.

Last modified: by martin