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
* Add debug option via the command line additional to config setting. (--debug)
* Fix export not using subdir format
* Add support for more tables (service portal related)
* NOTE: Some folders like widgets are now sp_widgets (to group SP together). Ensure you rename both records/widgets and records/.sync_data/widgets to be "sp_widgets" OR define your own "folders" mapping in your config.json
* Add more debugging for problematic folder/sync configs and failed downloads
* Fix readme/documentation issues
Copy file name to clipboardExpand all lines: CHANGES.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
1
# FileSync Changes
2
2
3
+
* 2017-03-26 (**Version 4.2.4**)
4
+
* Add debug option via the command line additional to config setting. (`--debug`)
5
+
* Fix export not using subdir format
6
+
* Add support for more tables (service portal related)
7
+
* NOTE: Some folders like widgets are now sp_widgets (to group SP together). Ensure you rename both records/widgets and records/.sync_data/widgets to be "sp_widgets" OR define your own "folders" mapping in your config.json
8
+
* Add more debugging for problematic folder/sync configs and failed downloads
9
+
* Fix readme/documentation issues
10
+
3
11
* 2016-12-22 (**Version 4.2.3**)
4
-
* Support searching for and downloading records via a URL as search criteria
12
+
* Improved support for searching and downloading records.
0 commit comments