Skip to content

Releases: ncarlier/feedpushr

v3.3.1

01 Oct 08:39
Compare
Choose a tag to compare
- support relative feed URL

v3.3.0

13 Apr 07:52
Compare
Choose a tag to compare
- Add interest filter
- A rule can be on multiple lines
- Feed title is added to the article payload

v3.2.0

09 Jan 09:09
Compare
Choose a tag to compare
- New output plugins:
  - Email
  - Wallabag
- Improve ARM compatibility

v3.1.0

13 Jun 17:42
Compare
Choose a tag to compare
- New authentication method: OpenID Connect
- Service registry support with Consul
- Swith to Distroless base Docker image
- New filter plugin: prose
- Bug fixes

v3.0.0

23 Jun 08:16
Compare
Choose a tag to compare
- Major internal refactoring
- Improve control over output concurrency
- Move filter chain under output control
- Import OPML file in background
- Find new RSS feeds to subscribe thanks to the explorer
- Full-text search engine for feeds API
- Simplify plugins design (:warn: this implies small changes for custom plugins)
- New output plugins:
  - Kafka
  - RDBMS
  - Twitter (via Selenium)
- New Filter plugins:
  - HTTP
- Support external scraper for fetch plugin
- Update dependencies

v2.2.0

08 Mar 10:43
Compare
Choose a tag to compare
- Feed list is paginated
- A feed can be added by detection using HTML URL
- Tweet and Toot can be freely formatted
- Basic auth is supported
- Aggregation can be fan-out with a delay
- And many patches and small improvements

v2.1.0

06 Jan 08:23
Compare
Choose a tag to compare
  • conditional expression for filters & outputs
  • add configurable output format
  • refactor agent into a launcher
  • use custom User-Agent for HTTP request
  • and some improvements and bug fixes

v2.0.0

19 Sep 19:24
Compare
Choose a tag to compare
- Brand new UI
- Dynamic configuration for filters and outputs
- Use agent for desktop support
- New builtin plugin: readflow
- and many improvements and bug fixes

v1.2.0

12 Jun 20:11
Compare
Choose a tag to compare
- New feature: plugins autoload
- Bug fix: reset delay when manual start
- Small internal refactoring:
  - Job scheduler
  - Configuration
- Rollback: move agent from code base to contrib repository
- Release Windows binary

v1.1.0

14 May 09:17
Compare
Choose a tag to compare
- Fix OPML inline  categories import
- Use readflow readability function for fetch filter
- Persist aggregation status
- Add negative tags support
- Small UI improvments