File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## <small >1.0.16 (2025-03-25)</small >
4
+
5
+ * ci(release): 优化 NPM 发布流程 ([ 54e5959] ( https://github.com/h7ml/ai-markdown-translator/commit/54e5959 ) )
6
+ * build(release): 添加 release-it 配置并更新相关文件 ([ ae6fd92] ( https://github.com/h7ml/ai-markdown-translator/commit/ae6fd92 ) )
7
+ * Fix: Path error for log ([ 9887d56] ( https://github.com/h7ml/ai-markdown-translator/commit/9887d56 ) )
8
+ * Fix: Print help only for main yargs process ([ bc0e174] ( https://github.com/h7ml/ai-markdown-translator/commit/bc0e174 ) )
9
+ * Fix: Remove default open ai url while input args step ([ 047132e] ( https://github.com/h7ml/ai-markdown-translator/commit/047132e ) )
10
+ * Fix: Roll back system role for compatibility ([ c513857] ( https://github.com/h7ml/ai-markdown-translator/commit/c513857 ) )
11
+ * Update: CI config and reflect PR comment ([ ba56eca] ( https://github.com/h7ml/ai-markdown-translator/commit/ba56eca ) )
12
+ * Update: Cli description for locale flag ([ 6425aa0] ( https://github.com/h7ml/ai-markdown-translator/commit/6425aa0 ) )
13
+ * Update: Disable api type arg for now ([ 7b74154] ( https://github.com/h7ml/ai-markdown-translator/commit/7b74154 ) )
14
+ * Refactor: Clear name for two types of path ([ 38e781a] ( https://github.com/h7ml/ai-markdown-translator/commit/38e781a ) )
15
+ * Refactor: Prepare before implement response API ([ 35a16c5] ( https://github.com/h7ml/ai-markdown-translator/commit/35a16c5 ) )
16
+ * Comment: For i18n.ts ([ c7f87da] ( https://github.com/h7ml/ai-markdown-translator/commit/c7f87da ) )
17
+ * Feat: Apply locale for cli help ([ f5a75e8] ( https://github.com/h7ml/ai-markdown-translator/commit/f5a75e8 ) )
18
+ * Add: Example for .env configs ([ 0873def] ( https://github.com/h7ml/ai-markdown-translator/commit/0873def ) )
19
+ * Hotfix: Wrong condition for use OpenAI module ([ 04d0672] ( https://github.com/h7ml/ai-markdown-translator/commit/04d0672 ) )
20
+
21
+ ## [ 1.0.16] ( https://github.com/h7ml/ai-markdown-translator/compare/v1.0.15...v1.0.16 ) (2025-03-25)
22
+
23
+
24
+
1
25
## [ 1.0.14] ( https://github.com/h7ml/ai-markdown-translator/compare/v1.0.15...v1.0.14 ) (2025-03-25)
2
26
3
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ai-markdown-translator" ,
3
- "version" : " 1.0.15 " ,
3
+ "version" : " 1.0.16 " ,
4
4
"description" : " CLI tool to translate Markdown files using OpenAI's language models while preserving the original formatting." ,
5
5
"main" : " dist/index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments