mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Start v1.50.2-DEV development
This commit is contained in:
parent
e0eeeaafcd
commit
e14d968f8d
@ -1,11 +1,19 @@
|
||||
---
|
||||
title: "Documentation"
|
||||
description: "Rclone Changelog"
|
||||
date: "2019-11-02"
|
||||
date: "2019-11-19"
|
||||
---
|
||||
|
||||
# Changelog
|
||||
|
||||
## v1.50.2 - 2019-11-19
|
||||
|
||||
* Bug Fixes
|
||||
* accounting: Fix memory leak on retries operations (Nick Craig-Wood)
|
||||
* Drive
|
||||
* Fix listing of the root directory with drive.files scope (Nick Craig-Wood)
|
||||
* Fix --drive-root-folder-id with team/shared drives (Nick Craig-Wood)
|
||||
|
||||
## v1.50.1 - 2019-11-02
|
||||
|
||||
* Bug Fixes
|
||||
|
@ -1,4 +1,4 @@
|
||||
package fs
|
||||
|
||||
// Version of rclone
|
||||
var Version = "v1.50.1-DEV"
|
||||
var Version = "v1.50.2-DEV"
|
||||
|
Loading…
Reference in New Issue
Block a user