You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@
3
3
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
6
+
## 2.4.0 - 2020-03-22
7
+
### Fixed
8
+
* Fixed how the application handles 429 response codes from OneDrive (critical update)
9
+
* Fixed building on Alpine Linux under Docker
10
+
* Fixed how the 'username' is determined from the running process for logfile naming
11
+
* Fixed file handling when a failed download has occured due to exiting via CTRL-C
12
+
* Fixed an unhandled exception when OneDrive throws an error response on initialising
13
+
* Fixed the handling of moving files into a skipped .folder when skip_dotfiles = true
14
+
* Fixed the regex parsing of response URI to avoid potentially generating a bad request to OneDrive, leading to a 'AADSTS9002313: Invalid request. Request is malformed or invalid.' response.
15
+
16
+
### Added
17
+
* Added a Dockerfile for building on Rasberry Pi / ARM platforms
18
+
* Implement Feature: warning on big deletes to safeguard data on OneDrive
19
+
* Implement Feature: delete local files after sync
20
+
* Implement Feature: perform skip_dir explicit match only
21
+
* Implement Feature: provide config file option for specifying the Client Identifier
22
+
23
+
### Changed
24
+
* Updated the 'Client Identifier' to a new Application ID
25
+
26
+
### Updated
27
+
* Updated relevant documentation (README.md, USAGE.md) to add new feature details and clarify existing information
28
+
* Update completions to include the --force-http-2 option
29
+
* Update to always log when a file is skipped due to the item being invalid
30
+
* Update application output when just authorising application to make information clearer
31
+
* Update logging output when using sync_list to be clearer as to what is actually being processed and why
32
+
6
33
## 2.3.13 - 2019-12-31
7
34
### Fixed
8
35
* Change the sync list override flag to false as default when not using sync_list
Copy file name to clipboardExpand all lines: docs/INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Linux Packages
4
4
This project has been packaged for the following Linux distributions:
5
5
6
-
* Fedora, simply install with `sudo dnf install onedrive`
6
+
* Fedora, available via package repositories as [onedrive](https://koji.fedoraproject.org/koji/packageinfo?packageID=26044)
7
7
* Arch Linux, available from AUR as [onedrive-abraunegg](https://aur.archlinux.org/packages/onedrive-abraunegg/)
8
8
* Debian, available from the package repository as [onedrive](https://packages.debian.org/sid/net/onedrive)
9
9
* Slackware, available from the slackbuilds.org repository as [onedrive](https://slackbuilds.org/repository/14.2/network/onedrive/)
@@ -14,7 +14,7 @@ This project has been packaged for the following Linux distributions:
14
14
Distribution packages may be of an older release when compared to the latest release that is [available](https://github.com/abraunegg/onedrive/releases). If a package is out of date, please contact the package maintainer for resolution.
15
15
16
16
#### Important information for Ubuntu users:
17
-
Whilst there are [onedrive](https://packages.ubuntu.com/search?keywords=onedrive&searchon=names&suite=all§ion=all) packages available for Ubuntu, **DO NOT INSTALL 'onedrive' FROM THE AVAILABLE UBUNTU PACKAGES**. The packages are out of date and should never be used. Compile from source for all Ubuntu platforms. If you are passionate about changing this, consider publishing the up-to-date release on a PPA. Instructions [here](https://itsfoss.com/ppa-guide/) (or become the package manager for onedrive!)
17
+
Whilst there are [onedrive](https://packages.ubuntu.com/search?keywords=onedrive&searchon=names&suite=all§ion=all) packages available for Ubuntu, **DO NOT INSTALL 'onedrive' FROM THE AVAILABLE UBUNTU PACKAGES**. The packages are out of date and should not be used. Compile from source for all Ubuntu platforms. If you are passionate about changing this, consider publishing the up-to-date release on a PPA. Instructions [here](https://itsfoss.com/ppa-guide/) (or become the Ubuntu package manager for onedrive!)
18
18
19
19
## Build Requirements
20
20
* Build environment must have at least 1GB of memory & 1GB swap space
0 commit comments