Skip to content

v0.2.7

Compare
Choose a tag to compare
@AndersonBY AndersonBY released this 07 Aug 17:10
· 176 commits to main since this release

Release Notes - Version 0.2.7

New Features:

  • Media Editing Category:
    • Added a new media editing category.
  • Code Optimization and Fixes:
    • Optimized code copying functionality in TextOutput component to avoid memory leaks.
    • Fixed workflow record open bug.
  • Input Field Enhancements:
    • Added maxlength for BaseField.vue component.
    • Updated input field type in RandomChoice.js.
    • Added maxlength for input area.
  • General Improvements:
    • Removed last newline character when copying.
    • Updated zhipuai models RPM.
    • Handled image attachment for upper case extensions.

新特性:

  • 多媒体编辑分类:
    • 新增多媒体编辑分类。
  • 代码优化和修复:
    • 优化TextOutput组件中的代码复制功能,避免内存泄漏。
    • 修复工作流记录打开的bug。
  • 输入字段增强:
    • 为BaseField.vue组件添加最大长度限制。
    • 更新RandomChoice.js中的输入字段类型。
    • 为输入区域添加最大长度限制。
  • 一般改进:
    • 复制时移除最后一个换行符。
    • 更新zhipuai模型RPM。
    • 处理大写扩展名的图像附件。