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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,12 @@ Released: [Place date of release here]
8
8
9
9
### New Features
10
10
11
-
*`faspex5`: when sending a package, recipients specified in fields `private_recipients`, `notified_on_upload`, `notified_on_download` and `notified_on_receipt` are now also expanded like field `recipients`.
11
+
*`faspex5`: When sending a package, recipients specified in fields `private_recipients`, `notified_on_upload`, `notified_on_download` and `notified_on_receipt` are now also expanded like field `recipients`.
12
12
13
13
### Issues Fixed
14
14
15
+
*`sync`: #251 in `admin` command, database path on Windows is `~private-asp` instead of `.private-asp`.
16
+
15
17
### Breaking Changes
16
18
17
19
## 4.25.4
@@ -313,7 +315,7 @@ Released: 2025-01-21
313
315
314
316
* Internal: Basic REST calls now return data directly. (no more `data` key). For advanced calls, use `call`.
315
317
* Internal: Transfer SDK download is now a 2-step procedure: First get the YAML file from GitHub with URLs for the various platforms and versions, and then download the archive from the official IBM repository.
316
-
**global**: Option `format=multi` is replaced with option `multi_table=yes`.
318
+
***global**: Option `format=multi` is replaced with option `multi_table=yes`.
317
319
*`faspex5`: Removed deprecated option `value` replaced with positional parameter.
318
320
319
321
## 4.19.0
@@ -1077,7 +1079,7 @@ Released: 2021-02-03
1077
1079
1078
1080
### New Features
1079
1081
1080
-
* The option `value` of command `find`, to filter on name, is not optional.
1082
+
* The option `value` of command `find` to filter on name is mandatory.
1081
1083
*`find` now also reports all types (file, folder, link).
1082
1084
*`find` now is able to report all fields (type, size, etc...).
1083
1085
@@ -1107,7 +1109,7 @@ Released: 2021-02-03
1107
1109
### New Features
1108
1110
1109
1111
* Improved wizard (prepare for AoC global client id).
0 commit comments