Differences
This shows you the differences between the selected revisions of the page.
2020-01-28 | 2020-02-19 | ||
5.16: windows xp/2003 no longer supported by the installer (martin) | 5.17 released (martin) | ||
Line 7: | Line 7: | ||
The changes that most commonly causes issues are **highlighted**. | The changes that most commonly causes issues are **highlighted**. | ||
- | ===== In the Last Major Beta Release 5.16 (after September 2019) ===== | + | ===== In the Last Major Release 5.16/5.17 (after September 2019) ===== |
==== General ==== | ==== General ==== | ||
Line 24: | Line 24: | ||
* 5.16: ''RemoteFileInfo.FileType'' now consistently returns ''L'' for symlinks as was always documented. ''RemoteFileInfo.FileType'' now consistently returns uppercase value as was always documented. | * 5.16: ''RemoteFileInfo.FileType'' now consistently returns ''L'' for symlinks as was always documented. ''RemoteFileInfo.FileType'' now consistently returns uppercase value as was always documented. | ||
- | ===== In the Last Major Release 5.14 (after October 2018) ===== | + | ===== In Older Releases (August 2011 -- September 2019) ===== |
- | + | ||
- | ==== GUI ==== | + | |
- | + | ||
- | * 5.14: Keyboard shortcut for //Download// command in Explorer interface changed to ''Ctrl+T'' (''Ctrl+C'' previously). | + | |
- | * 5.14: Keyboard shortcut for //Open Terminal// command changed to ''Shift+Ctrl+T'' (''Ctrl+T'' previously). | + | |
- | + | ||
- | ==== [[5_14_automation]] Scripting and .NET Assembly ==== | + | |
- | + | ||
- | * 5.14: URLs in ''open'' command are not matched against stored site name after stripping a protocol. Historically a command like ''%%open sftp://site/%%'' still made WinSCP use stored site ''site'', instead of connecting to host ''site'' using SFTP protocol. Now WinSCP uses stored site only with ''open site''. [[bug>1647]] | + | |
- | * 5.14: .NET Assembly now targets .NET Framework 4.0. | + | |
- | + | ||
- | ===== In Older Releases (August 2011 -- October 2018) ===== | + | |
==== [[older_general]] General ==== | ==== [[older_general]] General ==== | ||
Line 59: | Line 47: | ||
==== GUI ==== | ==== GUI ==== | ||
+ | * 5.14: Keyboard shortcut for //Download// command in Explorer interface changed to ''Ctrl+T'' (''Ctrl+C'' previously). | ||
+ | * 5.14: Keyboard shortcut for //Open Terminal// command changed to ''Shift+Ctrl+T'' (''Ctrl+T'' previously). | ||
* 5.8.2: Remote custom commands cannot be executed with focus on local panel. Make sure you have the remote panel focused, when executing a remote custom command. | * 5.8.2: Remote custom commands cannot be executed with focus on local panel. Make sure you have the remote panel focused, when executing a remote custom command. | ||
* 5.8: Interface theme is not configurable anymore. Only single theme is supported. | * 5.8: Interface theme is not configurable anymore. Only single theme is supported. | ||
Line 71: | Line 61: | ||
==== Scripting and .NET Assembly ==== | ==== Scripting and .NET Assembly ==== | ||
+ | * 5.14: URLs in ''open'' command are not matched against stored site name after stripping a protocol. Historically a command like ''%%open sftp://site/%%'' still made WinSCP use stored site ''site'', instead of connecting to host ''site'' using SFTP protocol. Now WinSCP uses stored site only with ''open site''. [[bug>1647]] | ||
+ | * 5.14: .NET Assembly now targets .NET Framework 4.0. | ||
* 5.12: XML log tags ''<modification>'' and ''<permisssions>'' are absent, if their values are not known. Previously they would have value of ''1899-12-30T01:00:00.000Z'' and ''---------'' respectively. Consequently the .NET assembly ''RemoteFileInfo.LastWriteTime'' and ''RemoteFileInfo.FilePermissions'' have values ''DateTime.MinValue'' and ''null'', respectively. | * 5.12: XML log tags ''<modification>'' and ''<permisssions>'' are absent, if their values are not known. Previously they would have value of ''1899-12-30T01:00:00.000Z'' and ''---------'' respectively. Consequently the .NET assembly ''RemoteFileInfo.LastWriteTime'' and ''RemoteFileInfo.FilePermissions'' have values ''DateTime.MinValue'' and ''null'', respectively. | ||
* 5.12: Scripting command ''mv'' and .NET assembly function ''Session.MoveFile'' tests, if a source file exists, before trying to rename. Consequently, an error message reported has changed significantly, if the source file does not exist. | * 5.12: Scripting command ''mv'' and .NET assembly function ''Session.MoveFile'' tests, if a source file exists, before trying to rename. Consequently, an error message reported has changed significantly, if the source file does not exist. |