Skip to content

v0.20.0

Latest
Compare
Choose a tag to compare
@r7kamura r7kamura released this 22 Oct 03:17
· 1 commit to main since this release
3ee5961

What's Changed

  • Change User-Agent from faraday's default one to Weneedfeed by @r7kamura in #45
  • Change version to 0.20.0 by @github-actions in #46

New Contributors

  • @github-actions made their first contribution in #46

Full Changelog: v0.19.3...v0.20.0


0.19.3 - 2022-08-02

Fixed

  • Change hibana version requirement.

0.19.2 - 2022-08-01

Fixed

  • Fix XML excape on OPML.

0.19.1 - 2022-08-01

Fixed

  • Fix bug when time item includes white spaces.

0.19.0 - 2022-08-01

Added

  • Support %m月%d日配信 date format

0.18.0 - 2022-04-17

Added

  • Support configurable feeds title.
  • Add --port= option to server command.

0.17.0 - 2022-04-15

Changed

  • Change outline title on OPML.

0.16.1 - 2022-04-15

Fixed

  • Fix bug that opml.xml is not built.

0.16.0 - 2022-04-15

Added

  • Add OPML page.

0.15.0 - 2022-04-14

Changed

  • Use hashed title and content as guid fallback.

0.14.0 - 2022-04-14

Added

  • Support YAML aliases (on psych 4.x).

0.13.0 - 2022-04-14

Changed

  • Normalize item URLs.

0.12.0 - 2022-04-14

Fixed

  • Handle incorrect URLs a little better.

0.11.0 - 2022-04-13

Changed

  • Support invalid link URL and image URL.

0.10.0 - 2022-04-13

Changed

  • Replace mimemagic with marcel.

Fixed

  • Fix error on activesupport 7.

0.9.2 - 2020-12-03

Fixed

  • Fix item image URL on JSON source.
  • Fix item image MIME type detection.

0.9.1 - 2020-12-03

Fixed

  • Fix escape bug in escaping HTML and generating XML.

0.9.0 - 2020-12-03

Added

  • Add item_image_selector.

0.8.0 - 2020-11-25

Added

  • Add page description for writing channel description.

Changed

  • Change channel link content from feeds index URL to page URL.

0.7.2 - 2020-11-25

Fixed

  • Fix time parse error by HTML entities handling.

0.7.1 - 2020-11-25

Fixed

  • Fix error when no title element found.

0.7.0 - 2020-11-23

Added

  • Convert JSON response into XML.

Fixed

  • Fix bug that item_description_selector is not used.

0.6.1 - 2020-11-15

Changed

  • Require hibana 0.2 or later.

Fixed

  • Fix installation error caused by hanami-router version restriction.

Removed

  • Remove direct dependency on hanami-router.

0.6.0 - 2020-11-15

Changed

  • Change pages schema from Hash to Array.
  • Require hanami-router 2.0.0.alpha3 or later versions.
  • Ignore pubDate when item.time is not found.
  • Make some item_description_selector and item_time_selector optional.

0.5.0 - 2020-11-14

Added

  • Add datetime attribute support on time element.

Changed

  • Change schema format about selectors.

0.4.1 - 2020-11-08

Fixed

  • Fix error when item description is not found.

0.4.0 - 2020-11-08

Added

  • Add CSS selector support.

Changed

  • Change schema key from xpath to selectors.
  • Change item_link_selector target from href attribute to a element.
  • Change some argument names from _xpath to _selector.
  • Change weneedfeed build description.
  • Change weneedfeed server description.
  • Change channel link from feed URL to top page URL.
  • Sort top page feeds by its title.

0.3.0 - 2020-11-08

Added

  • Add channel description.
  • Add item description.
  • Add weneedfeed build command.
  • Add weneedfeed server command.

Changed

  • Surround channel title by CDATA.
  • Change channel children order.

0.2.0 - 2020-11-07

Changed

  • Change required ruby version from 2.4.0 to 2.5.0.

Fixed

  • Fix feed URL when SCRIPT_NAME is used.

0.1.0 - 2020-10-29

Added

  • 1st release.