feedrss-toot/CHANGELOG

33 lines
1008 B
Plaintext
Raw Normal View History

2017-08-02 15:20:12 +02:00
## [0.6] - 2017-08-02
### Added
- define a name for a feed, accessible with {feedname}. Contributed by Alexis Metaireau.
2017-08-02 15:30:58 +02:00
- switch the toot visibility. Contributed by The Dod.
2017-08-02 15:20:12 +02:00
- new accept_bozo_exceptions option to allow malformed rss feeds. Contributed by Alexis Metaireau.
### Changed
- configuration parser was split into much smaller chunks
- remove useless imports and coding style. Contributed by Alexis Metaireau.
- rephrasing and reformatting of the script register_feed2toot_app. Contributed by Bastien Guerry.
2017-05-05 19:30:48 +02:00
## [0.5] - 2017-05-05
### Added
- manage rss feeds entries without id
2017-04-28 10:31:18 +02:00
## [0.4] - 2017-04-28
2017-04-27 18:03:03 +02:00
### Changed
- [hashtaglist] section is not mandatory any more
- bugfixes
2017-04-12 11:50:00 +02:00
## [0.3] - 2017-04-12
### Changed
- remove persistentlist dependency because unstable and use own cache storage
2017-04-11 15:37:54 +02:00
## [0.2] - 2017-04-11
### Changed
- register_feed2toot_app now able to generate credentials for any instance
- remove useless tweepy dependencies
2017-04-09 10:30:48 +02:00
## [0.1] - 2017-04-09
### Changed
- forking from feed2tweet