Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Releases: skx/rss2hook

release-0.4

21 Jan 08:24
@skx skx
7823d68
Compare
Choose a tag to compare

Changes:

  • This release updates the regular expression to separate the target and the hook, to allow URIs to contain = characters.

Fixes:

  • The CI pipeline was broken, and has now been fixed.

release-0.3

18 Jun 08:42
@skx skx
5500c48
Compare
Choose a tag to compare

This release adds a -timeout parameter to the client, allowing you to change the default timeout used when fetching remote feeds. We default to using a 5 second timeout by default, as we did previously.

This was implemented in #3, and sample usage is included there.

release-0.2

24 Feb 16:57
@skx skx
Compare
Choose a tag to compare

This release is being made solely to transition the testing and release process from TravisCI to github actions:

release-0.1

04 Jul 19:30
@skx skx
Compare
Choose a tag to compare

This is the initial release which successfully submits new feed-items to my IRC gateway.

  • Automatic building is enabled for releases.
  • However binaries are only supplied for linux/amd
    • Because the feed-parser uses CGO.