feed2toot-docker/CHANGELOG

50 lines
1.6 KiB
Plaintext
Raw Normal View History

2018-09-22 15:12:36 +00:00
## [0.10] - 2018-09-22
### Added
- new syntax for the toot parameter of [rss] section. Use {summary:.100} to cut the rss field summary after the first 100 characters. Contributed by Matthias Henze.
- add the addtags parameter of the [rss] section. Contributed by Matthias Henze.
2018-09-22 15:12:36 +00:00
2018-06-06 22:34:49 +00:00
## [0.9] - 2018-06-07
### Added
- remove html characters from toots. Contributed by Matthew Lorentz and Simounet
2018-05-30 21:24:47 +00:00
## [0.8] - 2018-05-30
### Added
- add the custom parameter in [media] section to join a custom media with every toots
2017-09-26 16:55:51 +00:00
## [0.7] - 2017-09-26
### Changed
- fix issue while using uri_list
2017-08-02 13:20:12 +00:00
## [0.6] - 2017-08-02
### Added
- define a name for a feed, accessible with {feedname}. Contributed by Alexis Metaireau.
2017-08-02 13:30:58 +00:00
- switch the toot visibility. Contributed by The Dod.
2017-08-02 13:20:12 +00: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 17:30:48 +00:00
## [0.5] - 2017-05-05
### Added
- manage rss feeds entries without id
2017-04-28 08:31:18 +00:00
## [0.4] - 2017-04-28
2017-04-27 16:03:03 +00:00
### Changed
- [hashtaglist] section is not mandatory any more
- bugfixes
2017-04-12 09:50:00 +00:00
## [0.3] - 2017-04-12
### Changed
- remove persistentlist dependency because unstable and use own cache storage
2017-04-11 13:37:54 +00: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 08:30:48 +00:00
## [0.1] - 2017-04-09
### Changed
- forking from feed2tweet