Skip to content

Releases: cristoper/gsheet

v0.1.4

09 Jun 14:48
Compare
Choose a tag to compare
  • BREAKING Revert v0.1.2 heuristics and add --read flag. This restores the original heuristic for detecting piped input but anyone relying on the new v0.1.2 behavior of reading by default if stdin is not a file will need to use the --read flag in their scripts to force gsheet csv to read from a range. More info in #7

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 May 03:16
Compare
Choose a tag to compare

What's Changed

  • Implement sheetInfo and title commands by @cristoper in #9

Full Changelog: v0.1.1...v0.1.3

v0.1.2: Improve auto input detection

24 Apr 13:25
Compare
Choose a tag to compare
  • Correctly detect whether to read or send data when run from cron (when stdin is not a tty)

Full Changelog: v0.1.1...v0.1.2

v0.1.1 csv --append

20 Oct 16:59
Compare
Choose a tag to compare

What's Changed

  • Do not check that CSV files are rectangles by @matchaxnb in #2
  • Fix a typo by @case in #4
  • Implement csv --append to append piped data to a sheet/range #6

New Contributors

Full Changelog: v0.1.0...v0.1.1

First release

13 Jul 04:37
Compare
Choose a tag to compare
v0.1.0

Track Makefile