Skip to content

Releases: versun/RSSBox

2025.9.18

18 Sep 00:37
Compare
Choose a tag to compare

feat(agent): 将深度思考参数移动到advanced_params


feat(agent): Move reasoning_effort parameters to advanced_params

2025.9.9

09 Sep 13:03
Compare
Choose a tag to compare

调整feed列表显示


Adjust feed list display

2025.9.8

08 Sep 04:14
Compare
Choose a tag to compare
  • 更名为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 with ForeignKey to simplify the data structure.
  • Updated the OpenAIAgent model to add help text for the max_tokens field and adjust the calculation logic for the output token limit.

2025.9.2

02 Sep 06:40
Compare
Choose a tag to compare

优化生成后的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

01 Sep 13:23
Compare
Choose a tag to compare
  • openai参数使用json格式代替固定参数,以解决不同服务商的参数不同的问题

  • Replace fixed parameters with JSON-formatted parameters for OpenAI API calls to resolve compatibility issues across different service providers' parameter specifications.

2025.8.15

15 Aug 09:23
e272f22
Compare
Choose a tag to compare
  • 兼容拥有深度思考的模型(关闭深度思考)
  • 自动探测模型的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

14 Aug 03:06
ed10986
Compare
Choose a tag to compare

优化feed更新逻辑


Optimize feed update logic

2025.8.13

13 Aug 03:37
360a8fd
Compare
Choose a tag to compare

修复导入opml时没有tag的bug
优化验证和翻译逻辑
优化条目更新逻辑


Fixed a bug where tags were missing when importing OPML files.
Optimized validation and translation logic.
Optimized entry update logic.

2025.8.10

10 Aug 05:24
65118b7
Compare
Choose a tag to compare
  • 修复bugs

  • Fix bugs

2025.8.9

09 Aug 07:33
a4675bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2025.8.8...2025.8.9