Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Releases: jakewarren/tweetdigest

v0.3.1

31 Aug 14:17

Choose a tag to compare

Changelog

  • 539860d fix a nil reference error if URL cannot be resolved

v0.3.0

11 Apr 20:26

Choose a tag to compare

Changelog

  • 6b5fad3 Upgrade to GitHub-native Dependabot
  • cbddf36 add option to ignore reply tweets
  • 849b292 add support for creating a digest with multiple users
  • a567ea8 fix bug that was preventing replies in a user's thread from being displayed
  • 5cf78bc fix expansion of retweets Twitter made it so you have to use the API to get tweet content
  • 684bea6 fixup linting issues
  • 5cf55f9 remove CircleCI badge
  • db59701 set DNT signal
  • b4d8e88 set default time duration to the past 24hrs
  • 16a67b6 switch to github actions
  • 477532a update usage info in README

v0.2.0

24 Feb 16:28

Choose a tag to compare

[0.2.0] - 2020-02-24

Added

  • added a feature to unshorten URLs
  • expand quoted tweets
  • add a parameter to control verbose output
  • add a parameter to exclude retweets

Commits

eeb7959 Bump github.com/rs/zerolog from 1.16.0 to 1.17.2
3f0feec Bump github.com/spf13/pflag from 1.0.3 to 1.0.5
90ed852 add option to exclude retweets
bbc95b5 add parameter to control verbose output
222baa8 enable circleci
fb9c8cb expand quoted tweets
097d4a3 feat: unshorten URLs
e88467c fix copypasta in the CHANGELOG
87cb5f3 fix linting issues
51de7d0 update circleci

v0.1.2

14 Nov 19:27

Choose a tag to compare

Changelog

f2996a6 reverse the sort order so that older tweets appear first
29cb55d update deps

v0.1.1

07 Nov 22:27

Choose a tag to compare

[0.1.1] - 2019-11-07

Changed

  • make the email server information configurable
  • all the to addresses to be configurable via parameters
  • make the amount of tweets pulled from Twitter configurable

Changelog

a3c0055 allow the to addresses to be configurable via param
19eceb5 improve usage information
def4c6f make the email server configurable
272b8d1 make the tweet count configurable

v0.1.0

07 Nov 21:32

Choose a tag to compare

[0.1.0] - 2019-11-07

  • Initial Release

Changelog

bb3d9dd add README
0d33782 add screenshot
ca5db37 add support for labeling retweets
29bd1b5 add version info and goreleaser config
080895a initial commit