Skip to content

v2.1

Compare
Choose a tag to compare
@op200 op200 released this 10 Sep 06:30
· 14 commits to main since this release
1d4312c

Bugfix

  • 修复temp行在bere行之后的情况下,使用append模式导致的bug
  • 略微优化部分代码的效率

Feature

  • 增强$bebug(text, to_exit)函数
  • 新增mode classmix
    用于合并多个类的行
  • 添加$classmixProcess(first, second)函数用于控制classmix模式的行处理

Change

  • 改为使用API进行脚本退出
  • 每次执行脚本将初始化user_var
    以解决Aegisub多次执行脚本的变量重复问题