Skip to content

Releases: ontodev/cogs

Release v0.3.3

06 Jul 16:34
661ff45

Choose a tag to compare

Fixed:

  • Fix cogs version to display correct version info (#129)
  • Fix pushing hyperlink formatting (#131)
  • Fix email pattern to allow domains with more than one dot (#133)
  • Fix fetching all formats (last format was ignored) (#135)

Added:

  • Add ignore command (#134)

Release v0.3.2

30 Jun 14:49
e7c5b95

Choose a tag to compare

This release includes a patch to workaround hyperlink formatting (#128)

Release v0.3.1

02 Jun 13:49
7704d17

Choose a tag to compare

Fixed:

  • Fix fetching tab names that are like cells (e.g. "TSA1") (#124)
  • Fix behavior for renamed sheets (#125)

Changes (#121):

  • COGS will create an empty file at a location if a path specified by add does not exist
  • You can now specify a path for an ignored sheet
  • connect fetches all data after initializing the COGS directory
  • You can mv into a directory just by passing the directory name (e.g., cogs mv foo.tsv bar/)
  • mv does not rename the sheet title, unless specified by --title
  • rm deletes local copies, unless the --keep flag is included

Release v0.3.0

17 Mar 15:59
a414b32

Choose a tag to compare

Added:

  • Add support for python 3.6 (#106)
  • Add command to add all ignored sheets (#118)

Fixed:

  • Fix bug where CSVs were being written as TSVs (#105)
  • Fix bug where tracked sheet was not updated when pushing (#112)
  • Fix bug where the incorrect COGS directory was returned in nested COGS projects (#117)

Changes:

  • Rename pull to merge, create pull as a combination of merge && fetch (#109)
  • By default, ignore remote sheets that are not tracked (#110)

Release v0.2.1

08 Jan 21:13
e3b7300

Choose a tag to compare

Fixes:

  • do not fail with quota exceeded when pushing large amounts of formatting (#90)
  • fail when added sheet has empty first row to prevent empty Google Sheet (#92)
  • fix argument parsing for connect command (#93)

Added:

  • allow standardized message rows with no cell (#91)

Release v0.2.0

11 Nov 16:55

Choose a tag to compare

This release includes:

  • reworked COGS API to make it easier to use the methods in other scripts (#79)
  • new standardized message tables for cogs apply. (#77)
  • support for searching parent directories for .cogs/ (#87)
  • support for changing the Sheet title (#82)

Release v0.1.2

29 Sep 17:40

Choose a tag to compare

This release adds support for drop-down lists when using *_LIST data validation conditions.

Release v0.1.1

28 Sep 16:55
c32c714

Choose a tag to compare

This release includes bug fixes for the install_requires dependencies.

Release v0.1.0

28 Sep 16:36

Choose a tag to compare

First official COGS release!