Skip to content

Releases: DualSubs/AddOn

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 10 Dec 08:55

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 05 Dec 07:36

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 02 Dec 07:57

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 30 Nov 18:53

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 31 Oct 11:20

🔄 Other Changes

  • util 由 submodule 更改为 package

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Oct 08:34

🛠️ Bug Fixes

  • 修复 Surge 模块内置参数面板

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Oct 08:17

🔄 Other Changes

  • 打包器由 rollup 更改为 rspack