Skip to content

Commit 2600d9b

Browse files
committed
chore(release): 发布 0.0.14
1 parent e2c28a8 commit 2600d9b

File tree

3 files changed

+96
-20
lines changed

3 files changed

+96
-20
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.14](https://github.com/odb/ruishi/compare/v0.0.13...v0.0.14) (2025-05-17)
6+
7+
8+
### 📝 文档
9+
10+
* 在README.md中添加B站视频嵌入 ([c19ca5d](https://github.com/odb/ruishi/commit/c19ca5dc78c84a982b83659a0f6d3512a1166d92))
11+
* 在README.md中添加可展开的详细说明 ([929e48e](https://github.com/odb/ruishi/commit/929e48e43f3b5ea1fba06f4bfd3faac4d15df048))
12+
* 将B站视频嵌入替换为静态图片 ([a92400d](https://github.com/odb/ruishi/commit/a92400d6d2db7d25f0253646924b25d22cf877b5))
13+
* 更新README.md中的iframe属性格式 ([1d38f1d](https://github.com/odb/ruishi/commit/1d38f1d85522cd83a3af1c413226a5703d26e563))
14+
* 移除冗余命令文档并更新README.md ([4421c9e](https://github.com/odb/ruishi/commit/4421c9efb27d1b51ad2ef6b7f04b694ea56eb78a))
15+
16+
17+
### ✨ 新功能
18+
19+
* **tv:** 使用zx库重构录制命令,优化视频文件打开功能 ([e2c28a8](https://github.com/odb/ruishi/commit/e2c28a885a5a5029a15628d356a9c95e5b28b190))
20+
* **tv:** 添加自动打开录制视频文件的功能 ([ad7c1fe](https://github.com/odb/ruishi/commit/ad7c1fea08100a306096507f5f0cab59c714753e))
21+
522
### [0.0.13](https://github.com/odb/ruishi/compare/v0.0.12...v0.0.13) (2025-05-17)
623

724

package-lock.json

Lines changed: 76 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ruishi",
33
"description": "A new CLI generated with oclif",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"author": "ly525",
66
"bin": {
77
"ruishi": "./bin/run.js",
@@ -12,13 +12,15 @@
1212
"@oclif/core": "^4",
1313
"@oclif/plugin-help": "^6",
1414
"@oclif/plugin-plugins": "^5",
15+
"fs-extra": "^11.3.0",
1516
"zx": "^8.5.4"
1617
},
1718
"devDependencies": {
1819
"@eslint/compat": "^1",
1920
"@oclif/prettier-config": "^0.2.1",
2021
"@oclif/test": "^4",
2122
"@types/chai": "^4",
23+
"@types/fs-extra": "^11.0.4",
2224
"@types/mocha": "^10",
2325
"@types/node": "^18",
2426
"chai": "^4",

0 commit comments

Comments
 (0)