Releases: ncarlier/feedpushr
Releases · ncarlier/feedpushr
v3.3.1
- support relative feed URL
v3.3.0
- Add interest filter
- A rule can be on multiple lines
- Feed title is added to the article payload
v3.2.0
- New output plugins:
- Email
- Wallabag
- Improve ARM compatibility
v3.1.0
- 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
- 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
- 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
- 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
- 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
- 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
- Fix OPML inline categories import
- Use readflow readability function for fetch filter
- Persist aggregation status
- Add negative tags support
- Small UI improvments