Изменения

Grive2

1125 байтов добавлено, 10:50, 25 сентября 2015
м
Нет описания правки
| --ignore arg | Ignore files relative paths of which match this Perl RegExp.
</tab>
 
== Version History ==
 
=== Grive2 v0.4.2 (unreleased) ===
 
* Exclude files by perl regexp
 
=== Grive2 v0.4.1 ===
 
* Bug fixes
 
=== Grive2 v0.4.0 ===
 
First fork release, by Vitaliy Filippov / vitalif at mail*ru
* Support for the new Google Drive REST API (old «Document List» API is shut down by Google 20 April 2015)
* REAL support for partial sync: syncs only one subdirectory with `grive -d subdir`
* Major refactoring — a lot of dead code removed, JSON-C is not used anymore, API-specific code is split from non-API-specific
* Some stability fixes from Visa Putkinen https://github.com/visap/grive/commits/visa
* Slightly reduce number of syscalls when reading local files.
 
=== Grive v0.3.0 ===
 
Bug fix & minor feature release. Fixed bugs:
* #93: missing reference count increment in one of the Json constructors
* #82: retry for HTTP error 500 & 503
* #77: Fixed a bug where grive crashed on the first run.
 
New features:
* #87: support for revisions
* #86: <s>partial sync (contributed by justin at tierramedia.com)</s> that’s not partial sync, that’s only support for specifying local path on command line