Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-09 | 2014-10-15 | ||
| password improvements, bug 1230 (martin) | bug 1231 + bool properties fix (martin) | ||
| Line 4: | Line 4: | ||
| ===== [[5.6.2]] 5.6.2 (not released yet) ===== | ===== [[5.6.2]] 5.6.2 (not released yet) ===== | ||
| - | === 2014-10-09 === | + | === 2014-10-15 === |
| * Computer can be suspended when operation completes. Thanks to s.vaningelgem. [[bug>694]] | * Computer can be suspended when operation completes. Thanks to s.vaningelgem. [[bug>694]] | ||
| * Uploading back files modified by local custom command. [[bug>169]] | * Uploading back files modified by local custom command. [[bug>169]] | ||
| Line 39: | Line 39: | ||
| * An ''ExitCode'' property added to ''CommandExecutionResult'' in .NET assembly and an ''exitcode'' tag added to XML logging. [[bug>1225]] | * An ''ExitCode'' property added to ''CommandExecutionResult'' in .NET assembly and an ''exitcode'' tag added to XML logging. [[bug>1225]] | ||
| * A ''SecureString'' can be used provide password in .NET assembly via property ''SessionOptions.SecurePassword''. [[bug>1230]] | * A ''SecureString'' can be used provide password in .NET assembly via property ''SessionOptions.SecurePassword''. [[bug>1230]] | ||
| + | * Allow accessing ''RemoteFileInfo'' length via ''IDispatch'' on 32-bit systems. [[bug>1231]] | ||
| * Masking out password in .NET assembly debug log. | * Masking out password in .NET assembly debug log. | ||
| * Not considering directory name "extension" when sorting file panel by file type. [[bug>1211]] | * Not considering directory name "extension" when sorting file panel by file type. [[bug>1211]] | ||
| Line 80: | Line 81: | ||
| * Bug fix: Hidden columns, including otherwise not-displayable internal column //Ext//, are shown when ''Ctrl-+'' shortcut is used. [[bug>1228]] | * Bug fix: Hidden columns, including otherwise not-displayable internal column //Ext//, are shown when ''Ctrl-+'' shortcut is used. [[bug>1228]] | ||
| * Bug fix: Cannot rename directory on WebDAV servers that insist on source path ending with slash. [[bug>1229]] | * Bug fix: Cannot rename directory on WebDAV servers that insist on source path ending with slash. [[bug>1229]] | ||
| + | * Bug fix: ''Session'' class properties could not be set over ''IDispatch'' without exact types (particularly boolean properties could not be set with integer value). | ||
| ===== [[5.6.1]] 5.6.1 beta ===== | ===== [[5.6.1]] 5.6.1 beta ===== | ||