Releases: lkiesow/python-feedgen
Releases · lkiesow/python-feedgen
v1.0.0
What's Changed
- Fix flake8 complaints by @lkiesow in #125
- Update dependency versions by @lkiesow in #126
- Switch to GitHub Actions by @lkiesow in #127
- Add missing iTunes tags by @olikami in #97
- Fix a few comment typos by @cringthis in #101
- Improve module documentation by @lkiesow in #128
- docs: Fix a few typos by @timgates42 in #112
- Fix etree to string conversion in FeedGenerator by @chazeon in #124
- Use Unittest Asserts by @lkiesow in #93
- Allow integer to be used for enclosure length by @lkiesow in #129
- Fixed category documentation by @lkiesow in #130
- Fixex generating Atom feed when adding description as summary by @lkiesow in #131
- Include tests in release tarball by @lkiesow in #132
- Update RPM Specfile (tests, pypi, py3) by @lkiesow in #133
New Contributors
- @olikami made their first contribution in #97
- @cringthis made their first contribution in #101
- @timgates42 made their first contribution in #112
- @chazeon made their first contribution in #124
Full Changelog: v0.9.0...v1.0.0
v0.9.0
What's Changed
- Automated License Check by @lkiesow in #87
- Add support for html summaries for Atom feeds by @pR0Ps in #88
- Properly Parse text/xml by @lkiesow in #91
- Make Generator Optional (Atom) by @lkiesow in #90
- Introduce Bandit Security Linter by @lkiesow in #92
API Changes
- The return type of
summary(…)
has changed. See #95
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Docstring missing “set” by @NoSuck in #75
- Fix a few typos. by @Unit193 in #77
- allow CDATA content to go to RSS description by @akrherz in #78
- Add Source Element to Feed Entries by @lkiesow in #80
- Fix typo by @mscherer in #82
- Another typo by @mscherer in #83
- Extend geoms for geo by @om-henners in #85
New Contributors
- @NoSuck made their first contribution in #75
- @Unit193 made their first contribution in #77
- @akrherz made their first contribution in #78
- @mscherer made their first contribution in #82
- @om-henners made their first contribution in #85
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Correct spelling mistakes. by @EdwardBetts in #73
- New specfile by @frenzymadness in #69
- added order parameter to add_entry() by @arne-cl in #70
- Add support for Simple GeoRSS by @bobbrez in #66
- Consistent method naming by @lkiesow in #74
New Contributors
- @EdwardBetts made their first contribution in #73
- @frenzymadness made their first contribution in #69
- @arne-cl made their first contribution in #70
- @bobbrez made their first contribution in #66
Full Changelog: v0.6.1...v0.7.0