Differences

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

history_old 2021-06-18 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)) ===== ===== [[5.17.6]] 5.17.6 ((2020-05-28)) =====
Line 101: Line 694:
  * 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: 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: Colored session icon does not display on high DPI. [[bug>1816]]
-  * Bug fix: Failure when starting synchronization when application task bar button is not fully working. [[bug>1817]]+  * 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)) ===== ===== [[5.16.4]] 5.16.4 RC ((2019-12-04)) =====
Line 149: Line 742:
  * Allow empty password authentication with FTP servers that prompt for empty passwords. [[bug>1796]]   * 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: Edited path was hidden behind a browsing button on file/directory path selection boxes. [[bug>1791]]
-  * 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]] 
-  * Bug fix: After directory comparison before synchronization finishes, task bar button still shows a progress bar.+  * 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: 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: Stored password is not used for keyboard interactive authentication prompt with specified prompt title. [[bug>1795]]
Line 261: 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 348: 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 390: 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 404: 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 451: 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 458: 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 498: 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 507: 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 565: 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 765: 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 802: 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 858: 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 874: 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 946: 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 1216: 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 1326: 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 1363: 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 1448: 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 1564: 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 1578: 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 1662: 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 1768: 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 1789: 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 1862: 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 1917: 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 1960: 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 2000: 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 2041: 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 2056: 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 2125: 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 2159: 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 2185: 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 2209: 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 2225: 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 2265: 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 2366: 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 2527: 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 2536: 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 3168: 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 3385: 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 3395: 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 3653: 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 3827: 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 3846: 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 3881: 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 3970: 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 4040: 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 4239: 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 4247: 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 4287: 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 4295: 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 4309: 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 4360: 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 4438: 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 4501: 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