Releases: versun/RSSBox
Releases · versun/RSSBox
2025.9.18
2025.9.9
2025.9.8
- 更名为RSSBox
- 添加日报摘要功能
- 优化任务管理代码
- 更新RSS模板,显示折叠的内容
- 重构fetch_feeds.py,提取更新feed元数据和处理条目的逻辑为独立函数,优化代码结构和可读性。
- 重构Feed和Filter模型,替换GenericForeignKey为ForeignKey,简化数据结构
- 更新OpenAIAgent模型,增加max_tokens字段的帮助文本,调整输出token限制计算逻辑
- Renamed to RSSBox
- Added Digest feature
- Optimized task management code
- Updated the RSS template to display collapsed content
- Refactored
fetch_feeds.py
by extracting the logic for updating feed metadata and processing entries into separate functions to improve code structure and readability. - Refactored the Feed and Filter models, replacing
GenericForeignKey
withForeignKey
to simplify the data structure. - Updated the
OpenAIAgent
model to add help text for themax_tokens
field and adjust the calculation logic for the output token limit.
2025.9.2
优化生成后的summary始终包含全文内容
给OpenAIAgent的验证和探测也实施速率限制
The optimized generated summary always includes the full text content.
Rate limiting is also implemented for OpenAI Agent verification and detection.
2025.9.1
2025.8.15
- 兼容拥有深度思考的模型(关闭深度思考)
- 自动探测模型的max tokens,替代手动输入
- 优化 Agent 保存逻辑
- 优化 OpenAI 接口参数
- Compatible with models featuring deep thinking capability (deep thinking disabled by default)
- Automatically detect the model's max tokens, replacing manual input
- Optimized Agent save logic
- Improved OpenAI API parameters
2025.8.14
2025.8.13
2025.8.10
2025.8.9
What's Changed
- Add support for LibreTranslate by @cooligula in #129
New Contributors
- @cooligula made their first contribution in #129
Full Changelog: 2025.8.8...2025.8.9