Changelog
May 26, 2023 ยท View on GitHub
2.1.0 - 25.05.2023
- Migrated to feedless-core-0.1.1
- All endpoints changed from
/api/to/api/legacy - Maintenance messages can be opted-in by passing
debug=truein the url - No tokens are used anymore, just throttling, caching and host protection
2.0.0 - 03.06.2022
- Full rewrite in kotlin
1.0.3 - 16.01.2021
- Remove using ids in xpaths, cause they are not abstract enough
- Bugfixes
1.0.2 - 09.01.2021
- Merging rules and picking the right link
1.0.1 - 04.01.2021
- Removes proxy endpoint
- Adds support for dynamic websites (JavaScript)
1.0.0 - 04.01.2021
- Improves UI to visualize feed output
- Uses XPaths instead of CSS Selectors to identify feeds
- Hardened API
- Renders parsing errors in a valid feed
- Bugfixes
- Adds Retry-After Header
0.4.1
- Allow short titles
0.4.0
- Cache layer using memcache
0.3.0
0.2.0
- Using pm2 to keep node server running after crash - 5138d25
- Simplify development by building the core-package automatically
- travis-ci build
0.1.0
- Working version