@viceme-ai/cli 0.38.0 → 0.38.2
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 +17 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.38.2] - 2026-09-10
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 明确自购例外仅适用于做同款 (`ffd1d23`)
|
|
8
|
+
- 允许创作者通过买家流程购买自己的做同款作品 (`0d307d3`)
|
|
9
|
+
- 要求作者确认创作者用户名 (`c34dfa9`)
|
|
10
|
+
- 统一登录呈现与页面源码恢复 (`b37e85c`)
|
|
11
|
+
|
|
12
|
+
## [0.38.1] - 2026-09-09
|
|
13
|
+
|
|
14
|
+
### Fixes
|
|
15
|
+
|
|
16
|
+
- 试用扣次成功后锁释放失败仍交付本次使用 (`bc51b5e`)
|
|
17
|
+
- 修正付费Skill发布的来源选择与人类可见文案 (`aae9ccf`)
|
|
18
|
+
- scope trial recovery state to market (`e4eee1f`)
|
|
19
|
+
|
|
3
20
|
## [0.38.0] - 2026-09-09
|
|
4
21
|
|
|
5
22
|
### Features
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
b6ed8e70d07abaf0d03f5a889a803810f858f035bbaa9663e61a9c6a446208d9 viceme_0.38.2_darwin_amd64
|
|
2
|
+
1d4900bb74109cbb278f1915fb7485d27eec97136e7260428e449296410922af viceme_0.38.2_darwin_arm64
|
|
3
|
+
7bc75109b0c97942d3c9f7f07695fb6c5e42b2e1922473cc28d6187fbcab3717 viceme_0.38.2_linux_amd64
|
|
4
|
+
8065d5b378181f70c5cde610a242af6d0b665df76c3ab4265af25d3a1b82814c viceme_0.38.2_linux_arm64
|
|
5
|
+
9e1615bf9a96c2b278d1fa6ab85ec12bcdecadb99ec8719742482bfe85223b7f viceme_0.38.2_windows_amd64.exe
|
|
6
|
+
845a4addd32c76b1f5f342f91328850345f39ddf23a862b05eeca2bef4aed448 viceme_0.38.2_windows_arm64.exe
|