Releases: EngDawood/rss-cloudflare
Releases · EngDawood/rss-cloudflare
Release list
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
1.0.0 (2026-06-25)
Bug Fixes
- /sub no longer fetches posts by default (82d249f)
- add 'dev' branch to release workflow triggers (32b2ece)
- add defensive error handling for KV parsing, message sending, and media dispatch (1f56721)
- add missing InlineKeyboard import and post-deploy admin notification (7c0ba0f)
- add newline at the end of .prettierrc file (33d8f40)
- add permissions for contents, issues, and pull-requests in release job (90cad28)
- add pull request trigger for main branch in release workflow (48b14c3)
- address code review findings for Instagram-to-RSS bridge and Telegram bot (f35bb4e)
- ai-summarizer: correct default model assignment in summarizeItem function (5a59ca5)
- ai-summarizer: update default model to 'meta/llama-3.3-70b-instruct-fp8-fast' (3757721)
- auto-register Telegram webhook on deploy with callback_query support (d8c877d)
- consolidate Vectorize to VECTORIZE binding, regenerate types (2b55f17)
- dashboard: resolve category cache stale state and feed count in dropdown (113c7d2)
- db: remove all duplicate function/interface declarations in d1.ts (da19eb1)
- db: remove duplicate function declarations in d1.ts (6cbce9b)
- db: remove duplicate getChannels declaration (6bbb3b5)
- detect RSS-Bridge error pages and include instance name in alerts (5db44d7)
- disable exhaustive-deps rule for useEffect in FoloTab to prevent warnings (71a66d3)
- formatting: restore paragraph breaks, show article title, fix topics in footer (8ab30f1)
- improve error feedback in telegram bot handlers (af74a2a)
- instagram: normalize ImgsedBridge fallback to match InstagramBridge (a3e5de0)
- move onlyBuiltDependencies to package.json (ecfb2ce)
- package: add missing types script to package.json (469ba3b)
- prettier: add newline at end of .prettierrc file (bb7a3ca)
- prevent Telegram 429 retry loop in cron sends (ef56289)
- reader: remove unused selectedFeedCategoryId destructure (cba525e)
- redirect status summaries to admin DM instead of channel (7bc8fca)
- resolve eslint rules violations and disable no-explicit-any (17c860e)
- restore @dawood_rss/@dawo5d in help text for easy copy-paste (65c42f4)
- specify pnpm action version to 11.0.0-dev.1005 in release workflow (b1ffbea)
- ui: resolve lint errors in debounce useEffect and status toggles (70f0688)
- update /start and /help with /seed command and media download info (846604d)
- update AI model references and enforce FOLO_WEBHOOK_SECRET in worker configuration (d7c23b4)
- update AI model references in wrangler configuration files (de5ed61)
- update AI model values in LogsTab and adjust default model resolution in chat-agent (75812bd)
- update release workflow to use pnpm for semantic-release (3f9bbe5)
- use @edraakorg as example IG user in help text (1e40927)
Features
- add 'Thumbnail only' fallback mode (715cd32)
- add /seed command and new RSS-Bridge primary instance (f17af55)
- add action API and chat agent for managing RSS feeds and Telegram interactions (9887d73)
- add admin Telegram alerts for cron errors (0205c74)
- add client-side re-ordering and sorting for registered feeds list (97999df)
- add CRUD operations for Folo webhook channels and named webhooks (a46f616)
- add error handling for AI summary generation in text input handler (b5dc890)
- add fallbackMode setting and Failed Posts log; docs: add README.md (90b051b)
- add Folo webhook integration with D1-backed subscriptions (#58) (4a5deff)
- add ImgsedBridge fallback for Instagram RSS feeds (b94cbcd)
- add initial Changesets configuration and README for versioning (d1552f9)
- Add Instagram Story fetching and improve TikTok integration (d3c21dd)
- Add MCP configuration and ignore AI agent files (79ad820)
- add multi-platform media downloader with AIO-first strategy (5b7cc49)
- add new model options for Cerebras and OpenRouter in various services (f1b4517)
- add pnpm workspace configuration for built dependencies (e3b1be8)
- add release workflow and configuration for semantic release (5ab40f2)
- add RSS feed support and customizable format settings (4465f9b)
- Add RSSHub instance testing script (3386dd2)
- add semantic release dependencies for automated versioning (9197dd3)
- add shared types and constants definition (8239ac7)
- add sort ordering options to feed reader (published vs...