- Test against latest Ruby 3.3 and minimum 3.1.x
- Test against latest Ruby 3.1, minimum version 2.7
- Fix issue with mismatched case for Twitter screen_name. (#22)
- Fix attribution on last item
- More test coverage for formatting
- Add hidden debug option
- Add ability to transform tweet text with find / replace
- Get full text of tweets, not the default abbreviated version
- Switch to better word wrapping library
- Pin Thor version to avoid issue with
options
override - Add tests for
Augury::CLI
- Fix bug with specific tweet count retrieval
- Remove unused gem
- Convert augury config from ini style to yaml (breaking change)
- Add options for filtering out tweets (retweets, replies, links)
- Add option to show twitter user name as an attribution
- Ensure output has not html entities in it
- Add
count
option and allow for a user to get all tweets - Improve error handling
- Handle spaces in
path
argument - Properly get defaults from the config if not passed on the command line
- Updated docs and interactive help
- Fix docs on rubygems site
- Initial working code and documentation
- Initial code skeleton
- Test push to rubygems