Releases: kinderp/pi-translate
Release list
pi-translate v1.0.3
Configurable model language.\n\n- New config field (default: en)\n- New command \n- LLM can now reason in Spanish, French, German or any supported language\n- README explains when to use a non-English model language and when English is still better
pi-translate v1.0.2
README update release.\n\nThe npm package now includes the updated README with npm install instructions.
pi-translate v1.0.1
Bugfix release.\n\n- Fixed a missing async keyword that caused a parse error on extension load.\n\nFull v1.0.0 changelog in README.md.
pi-translate v1.0.0
Initial release of pi-translate.\n\n- Italian → English input translation before every LLM call\n- English → Italian output translation in the transcript\n- Native overlay panel (Ctrl+Shift+E) to view the original English response\n- Pluggable backends: Google Translate (default), MyMemory, LibreTranslate, LLM\n- Code/path protection during translation\n- Runtime configuration commands and output-mode toggle\n\nSee README.md for usage.