Releases: smikitky/chatgpt-md-translator
Releases · smikitky/chatgpt-md-translator
v1.1.0
v1.0.2
v1.0.1
v1.0.0
This is the first version released on NPM. It's now published as a standalone CLI tool that can be installed with npm install -g
.
BREAKING
- Renamed the package/repository name from 'markdown-gpt-translator' to 'chatgpt-md-translator'.
- This tool no longer reads config data from environment variables (except for
HTTPS_PROXY
). Settings must be written in the config file. - Changed a config key name from
GPT_TRANSLATOR_BASE_DIR
toBASE_DIR
.
NEW
- Changed command-line parser to let you write options like
-m3
or--model=3
instead of-m 3
(old style will work, too). - Added support for indented code blocks (#7).