Skip to content

Releases: smikitky/chatgpt-md-translator

v1.1.0

01 Sep 07:30
Compare
Choose a tag to compare
  • Added CODE_BLOCK_PRESERVATION_LINES config option.
  • Added OUT_SUFFIX config option.
  • Added out CLI option.

v1.0.2

31 Aug 11:45
Compare
Choose a tag to compare

Removed unnecessary dependencies.

v1.0.1

31 Aug 05:10
Compare
Choose a tag to compare

Critical fix to get the binary working

v1.0.0

31 Aug 04:57
Compare
Choose a tag to compare

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 to BASE_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).