Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Releases: kintone-labs/cli-kintone

v0.14.1

04 Oct 04:33
4672dab
Compare
Choose a tag to compare

What's Changed

  • Updated library go from v1.15.7 to v1.15.15 when we build our tool for release to users.

v0.14.0

05 Sep 06:18
d791427
Compare
Choose a tag to compare

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

04 Mar 07:30
Compare
Choose a tag to compare
  • Add log error when import a csv file has attachment field error (ref:#95)

v0.13.0

17 Nov 03:44
Compare
Choose a tag to compare

What's Changed

  • Update README.md in #83
  • Introduction of go.sum and Yamory in #85
  • Remove empty rows in the subtable when it hasn't been valued. in #93

Full Changelog: v0.12.0...v0.13.0

v0.12.0

02 Mar 09:22
Compare
Choose a tag to compare
  • Upgrade Go version from 1.15.5 to 1.15.7
  • Allow absolute paths to get uploading files (Ref: #81)
  • Fixing typo (Ref: #78)
  • Corresponding importing for both "$id" and update key fields are specified in CSV import file

v0.11.3

14 Jan 03:49
Compare
Choose a tag to compare
  • Support delete all attachment.
  • Upgrade Go version from 1.13.7 to 1.15.5

v0.11.2

31 Aug 02:34
Compare
Choose a tag to compare
  • Updating from "kintone/go-kintone" to "kintone-labs/go-kintone"

v0.11.1

07 May 04:06
Compare
Choose a tag to compare

Fix bugs:

  • Process does not end when using command with -c param in app have larger than 500 records

v0.11.0

31 Mar 06:17
ba42b01
Compare
Choose a tag to compare

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

12 Feb 09:14
Compare
Choose a tag to compare