This repository was archived by the owner on Jun 9, 2023. It is now read-only.
Releases: jakewarren/tweetdigest
Releases · jakewarren/tweetdigest
v0.3.1
v0.3.0
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
[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
v0.1.1
[0.1.1] - 2019-11-07
Changed
- make the email server information configurable
- all the
toaddresses 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