Added
- new command line option -r or --dry-run to simulate execution of Feed2tweet, contributed by Antoine Beaupré
- new command line option -d or --debug to increase verbosity of the execution of Feed2tweet, contributed by Antoine Beaupré
- new command line option -v or --verbose to follow the execution of Feed2tweet, contributed by Antoine Beaupré
- new command line option --cachefile to get the path of the cache file, contributed by Antoine Beaupré
- new command line option --hashtaglist to get the path of the hash tag composed by multiple words, contributed by Antoine Beaupré
- new command line option -r or --rss to get the uri of the RSS feed, contributed by Antoine Beaupré
- now the configuration file path default to XDG_CONFIG_HOME or ~/.config/feed2tweet.ini, contributed by Antoine Beaupré
Changed
- bug fix: Feed2tweet now manages multiple feed entries in normal mode (previously only one each execution)
- bug fix: -a/--all option now returns entries in the correct order (was upside/down before)