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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,23 @@
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.3.11 - 2019-12-04
6
+
## 2.3.13 - 2019-12-31
7
+
### Fixed
8
+
* Change the sync list override flag to false as default when not using sync_list
9
+
* Fix --dry-run output when using --upload-only & --no-remote-delete and deleting local files
10
+
11
+
### Added
12
+
* Add a verbose log entry when a monitor sync loop with OneDrive starts & completes
13
+
14
+
### Changed
15
+
* Remove logAndNotify for 'processing X changes' as it is excessive for each change bundle to inform the desktop of the number of changes the client is processing
16
+
17
+
### Updated
18
+
* Updated INSTALL.md with Ubuntu 16.x i386 build instructions to reflect working configuration on legacy hardware
19
+
* Updated INSTALL.md with details of Linux packages
20
+
* Updated INSTALL.md build instructions for CentOS platforms
21
+
22
+
## 2.3.12 - 2019-12-04
7
23
### Fixed
8
24
* Retry session upload fragment when transient errors occur to prevent silent upload failure
9
25
* Update Microsoft restriction and limitations about windows naming files to include '~' for folder names
0 commit comments