|
1 | 1 | ---
|
2 | 2 | title: "Documentation"
|
3 | 3 | description: "Rclone Changelog"
|
4 |
| -date: "2019-10-05" |
| 4 | +date: "2019-10-26" |
5 | 5 | ---
|
6 | 6 |
|
7 | 7 | # Changelog
|
8 | 8 |
|
| 9 | +## v1.50.0 - 2019-10-26 |
| 10 | + |
| 11 | +* New backends |
| 12 | + * [Citrix Sharefile](/sharefile) (Nick Craig-Wood) |
| 13 | + * [Chunker](/chunker) - an overlay backend to split files into smaller parts (Ivan Andreev) |
| 14 | + * [Mail.ru Cloud](/mailru) (Ivan Andreev) |
| 15 | +* New Features |
| 16 | + * encodings (Fabian Möller & Nick Craig-Wood) |
| 17 | + * All backends now use file name encoding to ensure any file name can be written to any backend. |
| 18 | + * See the [restricted file name docs](/overview/#restricted-filenames) for more info and the [local backend docs](/local/#filenames). |
| 19 | + * Some file names may look different in rclone if you are using any control characters in names or [unicode FULLWIDTH symbols](https://en.wikipedia.org/wiki/Halfwidth_and_Fullwidth_Forms_(Unicode_block)). |
| 20 | + * build |
| 21 | + * Update to use go1.13 for the build (Nick Craig-Wood) |
| 22 | + * Drop support for go1.9 (Nick Craig-Wood) |
| 23 | + * Build rclone with GitHub actions (Nick Craig-Wood) |
| 24 | + * Convert python scripts to python3 (Nick Craig-Wood) |
| 25 | + * Swap Azure/go-ansiterm for mattn/go-colorable (Nick Craig-Wood) |
| 26 | + * Dockerfile fixes (Matei David) |
| 27 | + * Add [plugin support](https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#writing-a-plugin) for backends and commands (Richard Patel) |
| 28 | + * config |
| 29 | + * Use alternating Red/Green in config to make more obvious (Nick Craig-Wood) |
| 30 | + * contrib |
| 31 | + * Add sample DLNA server Docker Compose manifest. (pataquets) |
| 32 | + * Add sample WebDAV server Docker Compose manifest. (pataquets) |
| 33 | + * copyurl |
| 34 | + * Add `--auto-filename` flag for using file name from URL in destination path (Denis) |
| 35 | + * serve dlna: |
| 36 | + * Many compatability improvements (Dan Walters) |
| 37 | + * Support for external srt subtitles (Dan Walters) |
| 38 | + * rc |
| 39 | + * Added command core/quit (Saksham Khanna) |
| 40 | +* Bug Fixes |
| 41 | + * sync |
| 42 | + * Make `--update`/`-u` not transfer files that haven't changed (Nick Craig-Wood) |
| 43 | + * Free objects after they come out of the transfer pipe to save memory (Nick Craig-Wood) |
| 44 | + * Fix `--files-from without --no-traverse` doing a recursive scan (Nick Craig-Wood) |
| 45 | + * operations |
| 46 | + * Fix accounting for server side copies (Nick Craig-Wood) |
| 47 | + * Display 'All duplicates removed' only if dedupe successful (Sezal Agrawal) |
| 48 | + * Display 'Deleted X extra copies' only if dedupe successful (Sezal Agrawal) |
| 49 | + * accounting |
| 50 | + * Only allow up to 100 completed transfers in the accounting list to save memory (Nick Craig-Wood) |
| 51 | + * Cull the old time ranges when possible to save memory (Nick Craig-Wood) |
| 52 | + * Fix panic due to server-side copy fallback (Ivan Andreev) |
| 53 | + * Fix memory leak noticeable for transfers of large numbers of objects (Nick Craig-Wood) |
| 54 | + * Fix total duration calculation (Nick Craig-Wood) |
| 55 | + * cmd |
| 56 | + * Fix environment variables not setting command line flags (Nick Craig-Wood) |
| 57 | + * Make autocomplete compatible with bash's posix mode for macOS (Danil Semelenov) |
| 58 | + * Make `--progress` work in git bash on Windows (Nick Craig-Wood) |
| 59 | + * Fix 'compopt: command not found' on autocomplete on macOS (Danil Semelenov) |
| 60 | + * config |
| 61 | + * Fix setting of non top level flags from environment variables (Nick Craig-Wood) |
| 62 | + * Check config names more carefully and report errors (Nick Craig-Wood) |
| 63 | + * Remove error: can't use `--size-only` and `--ignore-size` together. (Nick Craig-Wood) |
| 64 | + * filter: Prevent mixing options when `--files-from` is in use (Michele Caci) |
| 65 | + * serve sftp: Fix crash on unsupported operations (eg Readlink) (Nick Craig-Wood) |
| 66 | +* Mount |
| 67 | + * Allow files of unkown size to be read properly (Nick Craig-Wood) |
| 68 | + * Skip tests on <= 2 CPUs to avoid lockup (Nick Craig-Wood) |
| 69 | + * Fix panic on File.Open (Nick Craig-Wood) |
| 70 | + * Fix "mount_fusefs: -o timeout=: option not supported" on FreeBSD (Nick Craig-Wood) |
| 71 | + * Don't pass huge filenames (>4k) to FUSE as it can't cope (Nick Craig-Wood) |
| 72 | +* VFS |
| 73 | + * Add flag `--vfs-case-insensitive` for windows/macOS mounts (Ivan Andreev) |
| 74 | + * Make objects of unknown size readable through the VFS (Nick Craig-Wood) |
| 75 | + * Move writeback of dirty data out of close() method into its own method (FlushWrites) and remove close() call from Flush() (Brett Dutro) |
| 76 | + * Stop empty dirs disappearing when renamed on bucket based remotes (Nick Craig-Wood) |
| 77 | + * Stop change notify polling clearing so much of the directory cache (Nick Craig-Wood) |
| 78 | +* Azure Blob |
| 79 | + * Disable logging to the Windows event log (Nick Craig-Wood) |
| 80 | +* B2 |
| 81 | + * Remove `unverified:` prefix on sha1 to improve interop (eg with CyberDuck) (Nick Craig-Wood) |
| 82 | +* Box |
| 83 | + * Add options to get access token via JWT auth (David) |
| 84 | +* Drive |
| 85 | + * Disable HTTP/2 by default to work around INTERNAL_ERROR problems (Nick Craig-Wood) |
| 86 | + * Make sure that drive root ID is always canonical (Nick Craig-Wood) |
| 87 | + * Fix `--drive-shared-with-me` from the root with lsand `--fast-list` (Nick Craig-Wood) |
| 88 | + * Fix ChangeNotify polling for shared drives (Nick Craig-Wood) |
| 89 | + * Fix change notify polling when using appDataFolder (Nick Craig-Wood) |
| 90 | +* Dropbox |
| 91 | + * Make disallowed filenames errors not retry (Nick Craig-Wood) |
| 92 | + * Fix nil pointer exception on restricted files (Nick Craig-Wood) |
| 93 | +* Fichier |
| 94 | + * Fix accessing files > 2GB on 32 bit systems (Nick Craig-Wood) |
| 95 | +* FTP |
| 96 | + * Allow disabling EPSV mode (Jon Fautley) |
| 97 | +* HTTP |
| 98 | + * HEAD directory entries in parallel to speedup (Nick Craig-Wood) |
| 99 | + * Add `--http-no-head` to stop rclone doing HEAD in listings (Nick Craig-Wood) |
| 100 | +* Putio |
| 101 | + * Add ability to resume uploads (Cenk Alti) |
| 102 | +* S3 |
| 103 | + * Fix signature v2_auth headers (Anthony Rusdi) |
| 104 | + * Fix encoding for control characters (Nick Craig-Wood) |
| 105 | + * Only ask for URL encoded directory listings if we need them on Ceph (Nick Craig-Wood) |
| 106 | + * Add option for multipart failiure behaviour (Aleksandar Jankovic) |
| 107 | + * Support for multipart copy (庄天翼) |
| 108 | + * Fix nil pointer reference if no metadata returned for object (Nick Craig-Wood) |
| 109 | +* SFTP |
| 110 | + * Fix `--sftp-ask-password` trying to contact the ssh agent (Nick Craig-Wood) |
| 111 | + * Fix hashes of files with backslashes (Nick Craig-Wood) |
| 112 | + * Include more ciphers with `--sftp-use-insecure-cipher` (Carlos Ferreyra) |
| 113 | +* WebDAV |
| 114 | + * Parse and return Sharepoint error response (Henning Surmeier) |
| 115 | + |
9 | 116 | ## v1.49.5 - 2019-10-05
|
10 | 117 |
|
11 | 118 | * Bug Fixes
|
@@ -36,17 +143,15 @@ date: "2019-10-05"
|
36 | 143 | * New Features
|
37 | 144 | * build: Add Docker workflow support (Alfonso Montero)
|
38 | 145 | * Bug Fixes
|
39 |
| - * accounting: Fix locking in Transfer to avoid deadlock with --progress (Nick Craig-Wood) |
| 146 | + * accounting: Fix locking in Transfer to avoid deadlock with `--progress` (Nick Craig-Wood) |
40 | 147 | * docs: Fix template argument for mktemp in install.sh (Cnly)
|
41 |
| - * operations: Fix -u/--update with google photos / files of unknown size (Nick Craig-Wood) |
| 148 | + * operations: Fix `-u`/`--update` with google photos / files of unknown size (Nick Craig-Wood) |
42 | 149 | * rc: Fix docs for config/create /update /password (Nick Craig-Wood)
|
43 | 150 | * Google Cloud Storage
|
44 | 151 | * Fix need for elevated permissions on SetModTime (Nick Craig-Wood)
|
45 | 152 |
|
46 | 153 | ## v1.49.1 - 2019-08-28
|
47 | 154 |
|
48 |
| -Point release to fix config bug and google photos backend. |
49 |
| - |
50 | 155 | * Bug Fixes
|
51 | 156 | * config: Fix generated passwords being stored as empty password (Nick Craig-Wood)
|
52 | 157 | * rcd: Added missing parameter for web-gui info logs. (Chaitanya)
|
|
0 commit comments