Differences
This shows you the differences between the selected revisions of the page.
2020-12-09 | 2020-12-10 | ||
Session.GetFile bug (martin) | stream improvements (martin) | ||
Line 6: | Line 6: | ||
(* * Removed the "compression" indicator from the status bar.*) | (* * Removed the "compression" indicator from the status bar.*) | ||
- | ===== [[5.18.1]] 5.18.1 (not released yet) ((2020-12-09)) ===== | + | ===== [[5.18.1]] 5.18.1 (not released yet) ((2020-12-10)) ===== |
* Translations completed: Czech, Finnish, German, Hungarian, Portuguese, Russian, Simplified Chinese, Slovak and Turkish. | * Translations completed: Czech, Finnish, German, Hungarian, Portuguese, Russian, Simplified Chinese, Slovak and Turkish. | ||
Line 12: | Line 12: | ||
* Preserve file permissions when overwritten files are recycled and transfer resume is disabled. [[bug>1929]] | * Preserve file permissions when overwritten files are recycled and transfer resume is disabled. [[bug>1929]] | ||
* Added method ''RemotePath.EscapeOperationMask'' to .NET assembly. | * Added method ''RemotePath.EscapeOperationMask'' to .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. | ||
* 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: 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: Local path argument of ''Session.PutFileToDirectory'' is incorrectly escaped. [[bug>1931]] |