@viceme-ai/cli 0.30.0 → 0.32.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 +24 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.32.0] - 2026-09-04
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 支持网站副本成对回滚 (`5010354`)
|
|
8
|
+
- 消费创作者名片网页选择 (`501a2dd`)
|
|
9
|
+
- 原子发布网站源码与托管页面 (`6e1333f`)
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- 做同款通过作品接口解析入口 (`3158d03`)
|
|
14
|
+
- 严格处理已购 Skill 安装 (`78a2221`)
|
|
15
|
+
|
|
16
|
+
## [0.31.0] - 2026-09-04
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- 增加做同款完成后续引导 (`4350ac6`)
|
|
21
|
+
|
|
22
|
+
### Fixes
|
|
23
|
+
|
|
24
|
+
- 改为对话内确认做同款 (`15f54d5`)
|
|
25
|
+
- 缩短做同款支付轮询间隔 (`0e3336a`)
|
|
26
|
+
|
|
3
27
|
## [0.30.0] - 2026-09-04
|
|
4
28
|
|
|
5
29
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
84e755aa4eb35cf39e1e02da466f39d4b1b1dcbf13e602ecbd28d9197edecabe viceme_0.32.0_darwin_amd64
|
|
2
|
+
3adaaa3aa6f3b4f65b25c242c75e78a1177463ee0864a225f158e281ad80a72f viceme_0.32.0_darwin_arm64
|
|
3
|
+
79c1626b79c980d1c84a61e989fd8ad75f0a343c1c57c1ef0b417a7153969624 viceme_0.32.0_linux_amd64
|
|
4
|
+
de185ad3b83b4cff944230ce3d32a8224fbc8f1888c57c783e345a1f4d2be5db viceme_0.32.0_linux_arm64
|
|
5
|
+
1d9cd8bfd1261e5b96ba1588e57442be04dbd5e5fe16475e37d816079e29ff0e viceme_0.32.0_windows_amd64.exe
|
|
6
|
+
324a5e3524b939289226da475072515c47eb355c3181504cbb49b02b352b49c4 viceme_0.32.0_windows_arm64.exe
|