Differences

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

history 2025-03-26 history 2025-06-04 16:14 (current)
Line 3: Line 3:
This is a full list of changes for each release of WinSCP. See also [[project_history|Project history]] and [[incompatible_changes|Incompatible changes between versions]]. This is a full list of changes for each release of WinSCP. See also [[project_history|Project history]] and [[incompatible_changes|Incompatible changes between versions]].
-===== [[6.6]] 6.6 (not released yet) ((2025-03-06)) =====+===== [[6.6]] 6.6 (not released yet) ((2025-05-29)) =====
 +  * Inactive sessions can be automatically reconnected. [[bug>2232]]
 +  * Added dark theme support to: [[bug>1696]]
 +    * Login dialog. [[bug>2345]]
 +    * Transfer Options dialog.
 +    * Message boxes.
 +    * Queue column headers. [[bug>2356]]
 +    * Progress window.
 +    * Authentication Progress window. [[bug>2358]]
 +    * Bug fix: Scrollbar colors did not always reflect the color theme
 +  * Installer upgraded to Inno Setup 6.4.2.
  * MSI toolset updated to WiX 5.   * MSI toolset updated to WiX 5.
  * Commands to copy paths to the clipboard on the Synchronization checklist window.   * Commands to copy paths to the clipboard on the Synchronization checklist window.
  * Consistently calling command to open window with specific directory //Explore//, instead of sometimes //Browse//.   * Consistently calling command to open window with specific directory //Explore//, instead of sometimes //Browse//.
-  * Bug fix: Local file with invalid characters replaced could not be explorer from the Synchronization checklist window.+  * Consistently referring to file last modification timestamp column as //Date modified//. 
 +  * Control labels on transfer settings dialogs do not show keyboard accelerator cue, until ''Alt'' key is pressed. 
 +··* Bug fix: Local file with invalid characters replaced could not be explored from the Synchronization checklist window. 
 +  * Bug fix: Files modified by local custom command are not always uploaded to the correct remote directory. [[bug>2370]]
-===== [[6.4.4]] 6.4.4 (not released yet) ((2025-03-26)) =====+===== [[6.5.2]] 6.5.2 (not released yet) ((2025-06-04)) ===== 
 + 
 +  * Translation updated: Polish. 
 +  * Bug fix: Some translations (notably Japanese) are not loaded. [[bug>2372]] 
 +  * Bug fix: Directory tree indentation is scaled incorrectly when starting on scaled display on system with scaled primary monitor. [[bug>2374]] 
 +  * Bug fix: Wrong icon size is used when starting on secondary monitor with different scaling than the primary one. 
 +  * Bug fix: Failure when proxy hostname resolution fails with SFTP/SCP protocols. [[bug>2376]] 
 +  * Bug fix: Avoid replacing ''%2F'' with a slash and ''%2E'' with a dot in special cases on upload to avoid path traversal. [[bug>2377]] 
 +  * Bug fix: Failure when canceling reconnection on authentication banner, when the connection was already closed by the server. [[bug>2379]] 
 +  * Bug fix: Local directories sometimes cannot be deleted. [[bug>2380]] 
 + 
 +===== [[6.5.1]] 6.5.1 ((2025-05-05)) ===== 
 + 
 +  * Translation completed: Danish. 
 +  * Change: Skipping symlinks in //Search for Text// extension. [[bug>2365]] 
 +  * WebDAV/HTTP core upgraded to neon 0.34.2. It brings the following change, among other: 
 +    * Bug fix: Failure when parsing WebDAV ''<status>'' without reason phrase. [[bug>2368]] 
 +  * Bug fix: Monitor placement and maximization is not remembered on monitors with different scaling than the primary one. [[bug>2366]] 
 +  * Bug fix: WebDAV authentication is endlessly retried when both SSPI/NTLM/Negotiate and other authentication method fails. [[bug>2367]] 
 +  * Bug fix: Cannot incrementally search with ''space'' and cannot use ''space'' to toggle selection. [[bug>2364]] 
 +  * Bug fix: Failure after switching off //Thumbnails// view. [[bug>2369]] 
 +  * Bug fix: Failure when system app mode changes to //Dark//. 
 + 
 +===== [[6.5]] 6.5 ((2025-03-31)) =====
  * Translation completed: Norwegian.   * Translation completed: Norwegian.
 +  * XML parser upgraded to Expat 2.7.1.
  * Bug fix: Layout problems of by-default hidden columns on high-DPI displays. [[bug>2361]]   * Bug fix: Layout problems of by-default hidden columns on high-DPI displays. [[bug>2361]]
  * Bug fix: Scaling was broken   * Bug fix: Scaling was broken
 +  * Bug fix: //Copy key fingerprints to clipboard// command link was scaled incorrectly.
===== [[6.4.3]] 6.4.3 RC ((2025-03-17)) ===== ===== [[6.4.3]] 6.4.3 RC ((2025-03-17)) =====
Line 152: Line 190:
  * Bug fix: Caption of permissions group labels disappears when hovered over on Windows 11.   * Bug fix: Caption of permissions group labels disappears when hovered over on Windows 11.
-===== [[6.3.8]] 6.3.8 (not released yet) ((2025-03-14)) =====+===== [[6.3.8]] 6.3.8 (not released yet) ((2025-06-04)) =====
-  * Back-propagated fixes from 6.4.3 release:+  * Back-propagated fixes from 6.4.3–6.5.2 releases: 
 +    * Change: Skipping symlinks in //Search for Text// extension. [[bug>2365]]
    * XML parser upgraded to Expat 2.7.0.     * XML parser upgraded to Expat 2.7.0.
 +    * Bug fix: Local directories sometimes cannot be deleted. [[bug>2380]]
===== [[6.3.7]] 6.3.7 ((2025-02-20)) ===== ===== [[6.3.7]] 6.3.7 ((2025-02-20)) =====
Line 196: Line 236:
  * Bug fix: Failure when trying to automate file synchronization by checksum on an SFTP server that does not support it natively. [[bug>2291]]   * Bug fix: Failure when trying to automate file synchronization by checksum on an SFTP server that does not support it natively. [[bug>2291]]
  * Bug fix: Remote panel does not refresh after //"ZIP and Upload"//. [[bug>2292]]   * Bug fix: Remote panel does not refresh after //"ZIP and Upload"//. [[bug>2292]]
- 
-===== [[6.3.3]] 6.3.3 ((2024-04-16)) ===== 
- 
-  * SSH core and SSH private key tools (PuTTYgen and Pageant) upgraded to [[&url(puttychanges)|PuTTY 0.81]]. \\ It brings the following change: 
-    * Security fix for CVE-2024-31497: NIST P521/ecdsa-sha2-nistp521 signatures are no longer generated with biased values of //k//. The previous bias compromises private keys. [[bug>2285]] [[pbug>vuln-p521-bias]] 
-  * Translation updated: Belarusian. 
-  * XML parser upgraded to Expat 2.6.2. 
-  * Support for TortoiseMerge in //Compare Files// extension. [[bug>2279]] 
-  * Bug fix: File panel does not have focus after Login in Explorer interface. [[bug>2276]] 
-  * Bug fix: Failure when closing the last remote tab. [[bug>2283]] 
-  * Bug fix: Copy and paste to another application in Store installation sometimes does not work. [[bug>2284]] 
[[history_old|Older versions]] [[history_old|Older versions]]
~~NOTOC~~ ~~NOTOC~~
~~ARCHIVE=history_old~~ ~~ARCHIVE=history_old~~

Last modified: by martin