Skip to content

Releases: fllesser/nonebot-plugin-parser

v2.6.8

Choose a tag to compare

@github-actions github-actions released this 23 Aug 08:37

🚀 Features

  • feat(douyin): 重构抖音解析器使用API接口 @molanp (#584)

🐛 Bug Fixes

  • fix(download): fixed progress bar display with rich @fllesser (#579)

v2.6.7

Choose a tag to compare

@github-actions github-actions released this 25 Jul 02:50

🚀 Features

v2.6.6

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:34

🐛 Bug Fixes

  • fix(bilibili-api): upgrade bilibili-api 17.4.2 to repair video download @fllesser (#554)

💫 Others

  • perf(renderer): enhance CommonRenderer and resource management @fllesser (#552)
  • fix(task): log error for failed tasks excluding ParseException @fllesser (#553)

v2.6.5

Choose a tag to compare

@github-actions github-actions released this 10 May 13:33

🐛 Bug Fixes

  • fix(bilibili-music): adjust page index calculation to be zero-based @fllesser (#548)
  • fix(twitter): update original_url property to use correct format for image URLs @fllesser (#547)

v2.6.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 02:50

💫 Others

  • feat(twitter): add original_url property to MediaElement and update image handling @fllesser (#545)
  • fix(tests): remove unreachable test url @fllesser (#544)

v2.6.3

Choose a tag to compare

@github-actions github-actions released this 07 Apr 02:32

💫 Others

  • fix(htmlrender): 修复单视频下渲染两次封面 @fllesser (#539)

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 05:32

🚀 Features

  • feat: 支持B站视频分集短链 @fllesser (#536)
  • refactor(twitter): support multiple video types and gif converation @fllesser (#535)

💫 Others

  • refactor(bilibili): streamline video retrieval and dynamic parsing logic @fllesser (#538)
  • chore(deps): update nonebot2 and nonebug versions @fllesser (#537)

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 01:56

🚀 Features

  • feat: rollback http client to curl_cffi due to download issues @fllesser (#528)

🐛 Bug Fixes

  • fix(kuaishou): 修复视频时长未换算的问题 @fllesser (#532)

💫 Others

  • refactor: rename downloader instances for consistency across modules @fllesser (#527)

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 10:12

🚀 Features

  • feat(renderer): improve error handling with fallback images for missing resources @fllesser (#525)
  • feat(xhs,douyin,weibo): 补齐视频时长数据 @fllesser (#521)
  • feat(render): 添加视频缩略图支持 @fllesser (#517)
  • feat(render): 添加配置parser_custom_font_weight, 以控制用户名与标题字体的粗细程度 @fllesser (#515)
  • feat(parser): 无封面时用 ffmpeg 提取首帧 @fllesser (#514)

🐛 Bug Fixes

  • refactor: fix content yielding logic in path generator @fllesser (#524)
  • refactor(parser): use property magic instead of terrible __await__, remove unnecessary code @fllesser (#523)
  • fix(render): 修复合并消息列表未判空 @fllesser (#520)
  • refactor(render): 优化渲染器可用性检查及初始化逻辑 @fllesser (#516)

💫 Others

  • refactor: unify video and image content creation methods across parsers @fllesser (#526)
  • chore(deps): update release-drafter/release-drafter action to v7 @renovate[bot] (#493)
  • chore(ci): upgrade prek-action v2 @fllesser (#522)
  • perf(render): 优化是否使用合并转发的判断逻辑 @fllesser (#519)
  • refactor(render): 优化消息组装逻辑 @fllesser (#518)

v2.5.3

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:10

🐛 Bug Fixes

  • chore(style): fix lint for jinja template @fllesser (#513)
  • feat(render): 合并转发中追加图文图片描述 @fllesser (#511)

💫 Others