Releases: afc163/fanyi
Releases · afc163/fanyi
v9.0.7
v9.0.6
- Update index.mjs 205fbee
- Update README.md d2413ad
- Bump gradient-string from 2.0.2 to 3.0.0 (#138) 484c742
- Update index.test.ts.snap 8f1c051
- Update package.json 064dfed
- refactor: Migrate the whole project from cjs to esm (#137) 78d22d3
- refactor: refactor code by cursor (#135) f061005
- CodeAnt AI: Made Changes to the file (#132) b711317
v9.0.5
What's Changed
- chore: Update package.json by @afc163 in #123
- Bump fs-extra from 10.1.0 to 11.2.0 by @dependabot in #126
- 在shebang中添加-S标志修复env无法传递参数问题 by @AhJi26 in #129
- fix: iciba throw error when fy ant love by @afc163 in #130
New Contributors
Full Changelog: v9.0.4...v9.0.5
v9.0.4
v9.0.3
What's Changed
- GitAuto: Error: Cannot find module 'ora' by @gitauto-ai in #113
- Bump update-notifier from 4.1.3 to 7.3.1 by @dependabot in #104
- Bump ora from 4.1.1 to 5.x by @dependabot in #107
- fix: ignore punycode module is deprecated warning in node 22 by @afc163 in #117
- refactor: remove needle and xml2js, use node-fetch and fast-xml-parser by @afc163 in #119
New Contributors
- @gitauto-ai made their first contribution in #113
Full Changelog: v9.0.2...v9.0.3
v9.0.2
v9.0.1
🐑 9.0.0
[email protected]
正式发布!这一版对原来复杂的功能进行了大幅裁剪,移除了速度慢和失效的翻译源,并引入 Groq 加持的 llama3 进行翻译,翻译速度一流。代码也做了整体重构,依旧是你命令行中最简单顺手快捷的中英文翻译工具。
- 🐑 增加 llama3 翻译结果。
- 🌈 渐变色彩输出,更加灵动浮夸。
- 🗑️ 移除 openai 翻译。
- 🗑️ 移除 youdao 翻译。
- 🗑️ 移除 dictionary 翻译。
- 🗑️ 移除单词发音功能,从而解决 Linux 安装兼容问题。
- 🚀 全局配置方式修改为
fanyi config set color false
fanyi config set iciba false
。 - 💄 重构和简化代码,并增加了 lint 和覆盖率的 GitHub Action。
What's Changed
- feat: add --openai-api-host global config by @savoygu in #92
- refactor: remove openai/youdao/dictionaryapi support by @afc163 in #101
- chore: add biome and github action by @afc163 in #102
- feat: add groq ai by @afc163 in #108
- Bump np from 6.5.0 to 10.0.7 by @dependabot in #103
- Bump xml2js from 0.4.23 to 0.6.2 by @dependabot in #106
New Contributors
- @savoygu made their first contribution in #92
- @dependabot made their first contribution in #103
Full Changelog: v8.0.3...v9.0.0