Skip to content

Commit

Permalink
docs: CHANGELOG
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
VirgilClyne committed Dec 18, 2024
1 parent 7b5e40d commit 95eb670
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
### 🛠️ Bug Fixes
* 修复 `$argument``$persistentStore` 载入顺序颠倒的问题
* 正确顺序为先读取 `$argument` 再读取 `$persistentStore (BoxJs)`
* 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值
### 🆕 New Features
* 新增 `Siri 请求`支持
* 仅限 `iOS 18`, `iPadOS 18`, `macOS 15` 及以上版本
*`Siri 请求`改为国际版
* 自定义 `Siri 请求`国家或地区代码
* 自定义 `Siri 请求`响应(回复)语言

### ‼️ Breaking Changes
* 从脚本中移除了 `@nsnanocat/url` polyfill
* 由于 `@nsnanocat/url` 已经被移除,所以 `⭕ Siri` 项目已完全不再支持 `🚀 ShadowRocket`

### 🔣 Dependencies
* 升级了 `@nsnanocat/util`
* `util``submodule` 更改为 `package`
* `$platform` 改为 `$app`
* 使用了全新的 `Console` polyfill

### 🔄 Other Changes
* 打包器由 `rollup` 更改为 `rspack`
* 分离了 `Siri 请求``Siri 建议`模组
*`⭕ Siri` 模块更名为 `🔍 Search`(iOS/iPadOS) 与 `🔍 Spotlight`(macOS) 模块,仅用于修改 `Siri 建议`
* 文件名为 `iRingo.Search.*``iRingo.Spotlight.*`
* `BoxJS` 面板由 `iRingo.Siri` 变更为 `iRingo.Spotlight`,仅在 `14``17``BoxJS` 订阅中提供
*`⭕ Siri` 模块用于修改 `Siri 请求`
* 文件名为 `iRingo.Siri.*`
* `BoxJS` 面板为 `iRingo.Siri`,仅在最新版 `BoxJS` 订阅中提供

0 comments on commit 95eb670

Please sign in to comment.