Skip to content

Releases: DocNow/hydrator

v0.3.0

23 Aug 15:00
b50be4e
Compare
Choose a tag to compare

This release includes a user_id and user_screen_name columns. Previously the user_screen_name was being repeated. Thanks for the fix @sharad461!

0.2.0

23 Aug 14:40
b2f3592
Compare
Choose a tag to compare

This release includes improved CSV generation:

  • a quote_id column
  • text pulling from retweeted_status when available so it's not truncated #105

0.1.0

01 Jun 17:16
b4fe9ec
Compare
Choose a tag to compare

This release marks a new minor version because the 0.0.x versions have proven to be fairly stable. It also fixes a bug in the CSV column for in_repy_to_status_id #95. Thanks to @aria001 for spotting the problem and fixing it.

0.0.13

15 Jul 12:25
64b3a24
Compare
Choose a tag to compare

v0.0.13 is a bugfix release to correct a heading in the CSV output.

0.0.12

28 Jun 17:14
6cde028
Compare
Choose a tag to compare

This is a bugfix release that will handle cases where large numbers of consecutive tweet ids (> 100) cannot be hydrated, which resulted in blank lines being written to the JSONL file, which in turn caused an error when converting to CSV.

See #48

0.0.11

09 Jun 16:26
a82474e
Compare
Choose a tag to compare

A new release that includes the Windows installer, which was missing from v0.0.10.

0.0.10

22 May 15:11
9c9fd26
Compare
Choose a tag to compare

More logging during account linking to help debug situations where users are unable to link their account.

0.0.9

21 May 14:59
e6f98c8
Compare
Choose a tag to compare

Makes the Reset button always available on the Settings screen.

0.0.8

21 May 14:18
5f7b39c
Compare
Choose a tag to compare

This release adds the Twitter authorization URL to the settings display when linking an account just in case Hydrator is unable to open the browser window itself.

v0.0.7

03 May 01:05
97c3acb
Compare
Choose a tag to compare

This is a bugfix release that doesn't assume an already initialized store which was causing an error on startup for the first time. Fixes #38