@viceme-ai/cli 0.39.1 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.40.0] - 2026-09-10
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 预览后提供带作品来源的扫码关注入口 (`b27cd47`)
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- 安装并打开作品预览后再提示登录 (`4b87568`)
|
|
12
|
+
- 支付超时后保留原单并禁止自动重新付款 (`cb1cecf`)
|
|
13
|
+
- 做同款到账后先展示支持结果再准备作品 (`ea047df`)
|
|
14
|
+
|
|
15
|
+
### Other Changes
|
|
16
|
+
|
|
17
|
+
- 移除误提交的支付验收截图 (`e9c943a`)
|
|
18
|
+
|
|
3
19
|
## [0.39.1] - 2026-09-10
|
|
4
20
|
|
|
5
21
|
### Fixes
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
e7f2c5fb390468526f1861ba35b9b6da18ae3e40d1e5a3ef7d6c88672c3caf57 viceme_0.40.0_darwin_amd64
|
|
2
|
+
5de6c7279e51339c40e74dc57ce0b559442a46f85e9eaf47834926bf6455acab viceme_0.40.0_darwin_arm64
|
|
3
|
+
5c9d01e1d2ba9ea1539d7aa107037bd5f1fe044be351c9412b2340935432469c viceme_0.40.0_linux_amd64
|
|
4
|
+
801c2c5b4011cc9c54180b176f6b68093d70974cd9bc6de380b36977d562f7a6 viceme_0.40.0_linux_arm64
|
|
5
|
+
8ba24e4d3e565cf7ffd2a7e5b24e94b83ebfa4fb6b9ee493b5ff32cfb4e5ed42 viceme_0.40.0_windows_amd64.exe
|
|
6
|
+
6e5861071c9563bd50399d6112812eac1c2465c270a6e636b194d991123e467b viceme_0.40.0_windows_arm64.exe
|