Skip to content

Commit 16f0d3e

Browse files
committed
chore: bump package version
Update package-lock.json Update package.json Update CHANGELOG.md
1 parent b1c9808 commit 16f0d3e

File tree

3 files changed

+361
-207
lines changed

3 files changed

+361
-207
lines changed

CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
### 🛠️ Bug Fixes
2-
* 修复 `$argument``$persistentStore` 载入顺序颠倒的问题
3-
* 正确顺序为先读取 `$argument` 再读取 `$persistentStore (BoxJs)`
4-
* 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值
1+
### 🆕 New Features
2+
* 新增了`总是显示安装选项`功能,可以在设置中启用
3+
* 当启用此功能时,通过 Testflight 邀请加入链接的用户将始终看到`安装`选项,而不是`此 Beta 版本的测试员已满。`的提示
4+
* 连续点击`安装`按钮不会触发风控
5+
* 新增了`合并通知开关`功能,可以在设置中启用
6+
* 当启用此功能时,`通知`-`电子邮件通知`的开关将始终控制全部平台版本的通知
7+
* 用户可以通过这个功能在 iOS 平台上同步开关 tvOS 与 macOS 版本的通知
58

69
### 🔣 Dependencies
710
* 升级了 `@nsnanocat/util`
8-
* `util``submodule` 更改为 `package`
9-
* `$platform` 改为 `$app`
10-
* 使用了全新的 `Console` polyfill
11-
* 升级了 `@nsnanocat/url`
12-
* 使用了全新的 `URL``URLSearchParams` polyfill
13-
14-
### 🔄 Other Changes
15-
* 打包器由 `rollup` 更改为 `rspack`

0 commit comments

Comments
 (0)