Skip to content

v2.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 May 04:29

Foxel v2.2.2 发布说明

  • 新增 recent-files 后端 API 和 RecentFile 模型
  • 增强了缩略图处理,支持原生缩略图(VirtualFS)
  • 优化了 TelegramAdapter 消息缓存与连接管理
  • 新增下载锁和等待处理(TelegramAdapter)
  • 插件卸载时清理 frame,改进了 iframe 处理
  • 文件列表支持类型分类和文件大小格式化
  • 支持设置默认文件视图模式和 UI 配置
  • 系统设置页配置处理和状态管理优化
  • 新增 notices 功能(API、数据库模型、UI 整合)
  • 多组件/接口引入基于游标的分页
  • Release Drafter 工作流现在包含直推 summary
  • 版本号更新至 v2.2.2
  • 修复部分 bug(如 dav_get 文件不存在返回 404、缩略图提取等)

Changes

  • feat: add recent-files backend API and RecentFile model @DrizzleTime (#119)
  • chore(deps): bump the uv group across 1 directory with 2 updates @dependabot[bot] (#118)
  • chore(deps): bump pillow from 12.1.1 to 12.2.0 in the uv group across 1 directory @dependabot[bot] (#117)

Direct Commits

🚀 Features

🐛 Bug Fixes

  • ca500cb fix: handle FileNotFoundError in dav_get function and return 404 response @DrizzleTime
  • 7741c1f fix: handle native video thumbnail availability in get_or_create_thumb function @DrizzleTime