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
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## 2.5.5 - 2025-03-17
6
+
7
+
### Added
8
+
* Implement Feature Request: Implement 'transfer_order' configuration option to allow the user to determine what order files are transferred in
9
+
* Implement Feature Request: Implement 'disable_permission_set' configuration option to not set directory and file permissions
10
+
* Implement Feature Request: Implement 'write_xattr_data' configuration option to add information about file creator/last editor as extended file attributes
11
+
* Enhancement: Add support for --share-password option when --create-share-link is called
12
+
* Enhancement: Add support 'localizedMessage' error messages in application output if this is provided in the JSON response from Microsoft Graph API
13
+
14
+
### Changed
15
+
* Changed curl debug logging to --debug-https as this is more relevant
16
+
* Comprehensively overhauled how OneDrive Personal Shared Folders are handled due to major OneDrive API backend platform user migration and major differences in API response output
17
+
* Comprehensively changed OneDrive Personal 'driveId' value checking due to major OneDrive API backend platform user migration and major differences in API response output
18
+
19
+
### Fixed
20
+
* Fix Bug: Fix path calculation for Client Side Filtering evaluations for Personal Accounts
21
+
* Fix Bug: Fix path calculation for Client Side Filtering evaluations for Business Accounts
22
+
* Fix Bug: Only perform path calculation if this is actually required
23
+
* Fix Bug: Fix check for 'globbing' and 'wildcard' rules, that the number of segments before the first wildcard character need to match before the actual rule can be applied
24
+
* Fix Bug: When using 'sync_list' , ignore specific exclusion to scan that path for new data, which may be actually included by an include rule, but the parent path is excluded
25
+
* Fix Bug: When removing a OneDrive Personal Shared Folder, remove the actual link, not the remote user folder
26
+
* Fix Bug: Fix 'Unsupported platform' for inotify watches by using the correct predefined version definition for Linux.
27
+
28
+
### Updated
29
+
* Updated Fedora Docker OS version to Fedora 41
30
+
* Updated Alpine Docker OS version to Alpine 3.21
31
+
* Updated documentation
32
+
5
33
## 2.5.4 - 2025-02-03
6
34
7
35
### Added
@@ -48,7 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments