8000 Releases · html2rss/html2rss · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: html2rss/html2rss

v0.17.0

18 Jan 15:13
Compare
Choose a tag to compare

What's Changed

This version drops support for EOL'ed Ruby 3.1!

Full Changelog: v0.16.0...v0.17.0

v0.16.0

24 Dec 13:20
5f1761b
Compare
Choose a tag to compare

What's Changed

  • feat: allow specification of enclosure's content_type by @gildesmarais in #232
  • feat: create request_service & provide browserless.io strategy by @gildesmarais in #226
  • feat(auto_source): add ItemList schema scraper & scrape ListItems by @gildesmarais in #220
  • feat(auto_source): add support for ImageObjects in Schema::Thing#image by @gildesmarais in #222
  • feat(auto_source): cleanup using only article urls by @gildesmarais in #223
  • feat(auto_source): html scraper ignores articles below some tags/classes by @gildesmarais in #231
  • feat(auto_source): only strip title from description in beginning by @gildesmarais in #216
  • fix: anonymous block parameter is also used within block by @gildesmarais in #227
  • fix(auto_source): generation of required channel title could fail by @gildesmarais in #230
  • fix(auto_source): incorrect use of published_at in RssBuilder by @gildesmarais in #221
  • fix(auto_source): schema scraper title fallback causes NoMethodError by @gildesmarais in #228
  • fix(cli): params not extracted when feed_name absent on 'feed' by @gildesmarais in #234
  • fix(scraper): improve handling of schema object types by @gildesmarais in #229
  • chore(deps): use reverse_markdown ~> 3.0 by @gildesmarais in #218
  • ci(mergify): upgrade configuration to current format by @mergify in #217
  • dev(rubocop): add rubocop-thread_safety by @gildesmarais in #233
  • docs(readme): improvements to be less chaotic in the first chapters by @gildesmarais in #225

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

30 Oct 17:35
adac4c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

08 Oct 10:32
c836d44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

16 Aug 13:58
Compare
Choose a tag to compare

What's Changed

html2rss gained the ability to scrape any website and generate an RSS feed from it with its new auto_source feature. 🎉😎

The effectiveness of the results depends largely on the website's use of semantic HTML tags. While auto_source typically delivers solid results, some sites may not be scrapable automatically. In those cases, creating a custom feed config remains the best approach. For more details, check out the README or dive into the code. Enjoy!

✨ New Features

🐛 Bug Fixes

  • fix(config): params regexp contains duplicate character class by @gildesmarais in #194

🔧✨ Various Improvements

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Aug 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

09 Aug 22:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

30 Jul 19:14
07e5013
Compare
Choose a tag to compare

What's Changed

A loooong overdue release.

The Changelog file has been moved to Github Releases page.
Retrieve the last version of the Changelog file via this commit: https://github.com/html2rss/html2rss/blob/bb3af97c6414529acd0c2d179a5f5f9310b0bcd3/CHANGELOG.md

Features

Bugfixes

Refactorings

Chores

CI/CD

Developer

Documentation

  • docs: update methods yard-documentation to contain param and return type by @gildesmarais in #96
  • docs(readme): Fix typo in the selectors mapping table by @admksh in #122

Specs

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

30 Jul 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

0