Skip to content

Commit

Permalink
**v2.0.3**
Browse files Browse the repository at this point in the history
- 修复了最新版本号获取错误的问题
- 修复了文件管理重命名失败的问题
- 修复了整理多季时 season.nfo 刮削错误的问题
- 修复了Rclone存储容量检测错误的问题
- 优化了自定义规则,剧集文件大小规则按平均每集大小过滤
- 移动文件整理时,自动删除空的父目录
- 增加了自动阅读和发送站点消息的开关
- 增加了数据库WAL模式开关,开启后提升数据库性能
  • Loading branch information
jxxghp committed Nov 12, 2024
1 parent df34c7e commit e6105fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION = 'v2.0.2'
FRONTEND_VERSION = 'v2.0.2'
APP_VERSION = 'v2.0.3'
FRONTEND_VERSION = 'v2.0.3'

0 comments on commit e6105fd

Please sign in to comment.