Skip to content

Releases: DualSubs/YouTube

v1.5.6

31 Oct 12:15
Compare
Choose a tag to compare

🛠️ Bug Fixes

  • 修复 Surge 模块内置参数面板
  • 修复 Loon 插件内置设置面板
  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔄 Other Changes

  • util 由 submodule 更改为 package

v1.5.5

31 Oct 11:21
Compare
Choose a tag to compare

🛠️ Bug Fixes

  • 修复 Surge 模块内置参数面板
  • 修复 Loon 插件内置设置面板
  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔄 Other Changes

  • util 由 submodule 更改为 package

v1.5.4

25 Oct 16:16
Compare
Choose a tag to compare

🛠️ Bug Fixes

  • 修复 Surge 模块内置参数面板
  • 修复 Loon 插件内置设置面板
  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔄 Other Changes

  • util 由 submodule 更改为 package

v1.5.3

18 Oct 02:13
Compare
Choose a tag to compare

🛠️ Bug Fixes

  • 修复 YouTube Music 没有正确为 URL 添加参数的问题

🔄 Other Changes

  • 打包器由 rollup 更改为 rspack