新功能
- 添加了部分更加简洁的元数据名称,如
media_file_name可以替换 为file_name, 原有media_file_name仍然可以使用,更多请查看 如何使用过滤器 - 添加了更加简洁的数据表达形式,如 file_size > 1 * 1024 * 1024 可以替换为 file_size > 1MB 更多请查看 如何使用过滤器
fix
- 修复了表达式无法使用中文的问题
- 修复了配置无法使用中文问题
- 修复了配置中
file_name_prefix_split配置file_name不为最后一个导致文件无法访问问题 - 修复字符串匹配失败问题,如 file_name == r'.*test.*'
- 修复名称过长导致保存失败问题
feat
- Added some more concise metadata names, such as
media_file_namecan be replaced byfile_name, the originalmedia_file_namecan still be used, for more information, please refer to How to use filters - Added a more concise data expression form, such as file_size > 1 * 1024 * 1024 can be replaced by file_size > 1MB For more information, please see How to use filters
fix
- Fixed the problem that expressions cannot use Chinese
- Fixed the problem that the configuration cannot use Chinese
- Fixed
file_name_prefix_splitconfigurationfile_namenot being the last one in the configuration, causing the file to be inaccessible - Fix string matching failure problem, such as file_name == r'.*test.*'
- Fix the problem that the name is too long and the save fails