Skip to content

Releases: Quan666/ELF_RSS

v2.6.25

16 Sep 06:02
d8a2d5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.24...v2.6.25

v2.6.24

14 Sep 04:36
5d1418a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.23...v2.6.24

v2.6.23

17 Jul 01:55
Compare
Choose a tag to compare

What's Changed

  • fix BaseConfig class by @HeliumOctahelide in #485
  • fix(deps): update all non-major dependencies by @renovate in #491
  • fix(deps): update dependency aiohttp to v3.9.4 by @renovate in #492
  • fix(deps): update dependency aiohttp to v3.9.5 by @renovate in #494
  • fix(deps): update dependency emoji to v2.11.1 by @renovate in #495
  • chore(deps): update actions/checkout action to v4.1.4 by @renovate in #497
  • fix(deps): update dependency nonebot2 to v2.3.0 by @renovate in #498
  • Remove nonebot plugin guild patch by @Quan666 in #500
  • chore(deps): update all non-major dependencies by @renovate in #501
  • chore(deps): update actions/checkout action to v4.1.6 by @renovate in #502
  • fix(deps): update all non-major dependencies by @renovate in #503
  • chore(deps): update all non-major dependencies by @renovate in #504
  • chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0 by @renovate in #505
  • fix(deps): update all non-major dependencies by @renovate in #506
  • fix(deps): update all non-major dependencies by @renovate in #508
  • fix(deps): update all non-major dependencies by @renovate in #509
  • fix(deps): update dependency nonebot-adapter-onebot to v2.4.4 by @renovate in #510
  • fix(deps): update dependency nonebot2 to v2.3.2 by @renovate in #511

New Contributors

Full Changelog: v2.6.22...v2.6.23

v2.6.22

27 Mar 08:48
Compare
Choose a tag to compare
  • fix(pikpak): 修复导入错误 #489 #486 #484 #482

  • fix(pikpak): 未填写pikpak登录信息时报错

  • chore: 优化样式

  • 更新pydantic版本范围

  • 更新版本

What's Changed

  • chore(deps): update dependency nb-cli to v1.2.3 by @renovate in #468
  • chore(deps): update actions/checkout action to v4 by @renovate in #469
  • fix(deps): update dependency nonebot2 to v2.1.0 by @renovate in #470
  • fix(deps): update all non-major dependencies by @renovate in #471
  • disable python updates for poetry manager by @NekoAria in #474
  • fix(deps): update all non-major dependencies by @renovate in #472
  • chore(deps): update actions/checkout action to v4.1.1 by @renovate in #475
  • fix(deps): update dependency cachetools to v5.3.2 by @renovate in #476
  • chore(deps): update dependency nb-cli to v1.2.6 by @renovate in #477
  • fix(pikpak): 修复导入错误 by @Quan666 in #487
  • fix(deps): update all non-major dependencies by @renovate in #488

Full Changelog: v2.6.21...v2.6.22

v2.6.21

28 Aug 09:02
80241eb
Compare
Choose a tag to compare
  • fix: 修复配置字段和插件元信息 (#463) by @mobyw
  • fix(mypy): 用强制类型转换解决一些警告信息 by @NekoAria
  • fix(env): 修正 .env.dev 文件中的注释 by @NekoAria
  • refactor(boot): 重构启动后的提示信息的逻辑 by @NekoAria
  • fix: 同步 config.py.env.dev 中的配置项,并补充相关信息 by @NekoAria

v2.6.20

05 Jul 09:55
09e73f2
Compare
Choose a tag to compare

feat: 新增配置项 telegram_admin_ids telegram_bot_token 用于接收 QQ bot 离线通知

v2.6.19

08 May 11:21
fb32d0b
Compare
Choose a tag to compare

fix(routes): 修正 nga 检查更新逻辑

fix(cache): 修正缓存精简逻辑

refactor(routes): 去除多余的检查更新覆写逻辑

v2.6.18

23 Apr 12:34
8bd4a2e
Compare
Choose a tag to compare

fix(config): 新增配置项 debug ,用来控制是否开启 debug 模式 (fix #413)

fix(forward): 修正合并转发相关逻辑 (fixes #417)

fix(sending): 修正消息发送相关逻辑 (fixes #414)

refactor(sub): 为添加订阅相关逻辑加上防呆机制 (resolve #424)

v2.6.17

30 Mar 11:17
18b1178
Compare
Choose a tag to compare

build(deps): 依赖升级

refactor: 重构嵌套层级过多的函数,分离出其中一部分为独立函数

fix(run_handlers): 修正参数列表问题

refactor(handlers): 去除未使用的参数

fix(rss_parsing): 修正 save_first_time_fetch() 的逻辑

fix(ParsingRss): 修正 start() 的相关逻辑

feat(fetch): 为方便测试,在 debug 环境下不使用缓存

feat(config): 新增配置项 enable_boot_message ,用来控制启动后是否发送提示消息

fix(parsing): 修正解析处理相关逻辑

v2.6.16

22 Mar 16:49
2b4384b
Compare
Choose a tag to compare

fix(guild): 修复频道补丁导入方式并完善权限 (#408) ( by @mobyw )

chore: 引入格式化工具配置和代码检查工具配置 ( by @NekoAria )

refactor(routes): 使用自动扫描的方式自动导入路由规则 ( by @NekoAria )

fix: 修正一些代码检查问题 ( by @NekoAria )