update files for 2.2.0 release (#247)

* update files for 2.2.0 release
This commit is contained in:
abraunegg 2018-11-24 08:00:09 +11:00 committed by GitHub
parent a26a69ce9f
commit 859b5510a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View file

@ -2,6 +2,19 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [2.2.0] - 2018-11-24
### Fixed
- Updated client to output additional logging when debugging
- Resolve database assertion failure due to authentication
- Resolve unable to create folders on shared OneDrive Personal accounts
### Added
- Implement feature request to Sync from Microsoft SharePoint
- Implement feature request to specify a logging directory if logging is enabled
### Changed
- Change '--download' to '--download-only' to align with '--upload-only'
- Change logging so that logging to a separate file is no longer the default
## [2.1.6] - 2018-11-15
### Fixed

View file

@ -1,5 +1,5 @@
pkgname=onedrive
pkgver=2.1.6
pkgver=2.2.0
pkgrel=1 #patch-level (Increment this when patch is applied)
pkgdesc="A free OneDrive Client for Linux. This is a fork of the https://github.com/skilion/onedrive repository"
license=("unknown")