Releases: cristoper/gsheet
Releases · cristoper/gsheet
v0.1.4
- 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 forcegsheet csv
to read from a range. More info in #7
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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
- 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
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
- @matchaxnb made their first contribution in #2
- @case made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
First release
v0.1.0 Track Makefile