This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Releases: kintone-labs/cli-kintone
Releases · kintone-labs/cli-kintone
v0.14.1
v0.14.0
What's Changed
- Updated library go-flag v1.4.0 to v1.5.0 and go-kintone from v0.4.1 to v0.4.3
- Fixed exported fields ordering. It follows the JSON in the response from /k/v1/app/form/fields.json
- Restrictions are changed as below:
Before:
- The following record data cannot be retrieved: Category, Status, Field group.
- The following fields cannot be retrieved if they are set inside a Field group:
Record number, Created by, Created datetime, Updated by, Updated datetime, Blank space, Label, Border
After:
- The following record data cannot be retrieved:
Field group, Blank space, Label, Border, Related record, Status, Assignee, Category
More details:
- For previous version, the Related record will be exported field code with empty value and it will be not exported on this version.
- The values of the Record number, Created by, Created datetime, Updated by, Updated datetime are now output to CSV by default.
These fields will now be output regardless of whether they are placed in application fields (even when placing them inside a Field group) or not.
New Contributors
v0.13.1
v0.13.0
v0.12.0
v0.11.3
- Support delete all attachment.
- Upgrade Go version from 1.13.7 to 1.15.5
v0.11.2
v0.11.1
v0.11.0
Release version 0.11.0 with following contents:
- Additional encoding support of GBK, big5 for Chinese characters
- Correspond to read UTF-8 csv with BOM with cli-kintone
- Updating GO version 1.13.3 to 1.13.7
- Improving readme to read easily
- Remove unused functions/methods
- Update restriction of Encode/Decode
v0.10.2
- Update feature export data using:
- Cursor API when specified flag "-q" not include "limit" and "offset"
Ref: https://developer.kintone.io/hc/en-us/articles/360000280502 - Seek method when not specified flag "-q"
Ref: https://developer.kintone.io/hc/en-us/articles/360014037114
- Cursor API when specified flag "-q" not include "limit" and "offset"
- Re-format User Agent: "cli-kintone/{{version}} (os information)"
- README: Update step by step build for Mac OS X/Linux and Windows