Releases: echuraev/translate-shell.vim
Releases · echuraev/translate-shell.vim
Release 2.1.0
- Added function for changing default translate direction for a session (
TransChangeDefaultDirection
) - Implemented FZF functions for the following functions:
-TransSelectDirection
->FZFTransSelectDirection
-TransInteractive
->FZFTransInteractive
-TransChangeDefaultDirection
->FZFTransChangeDefaultDirection
- Refactored code
- Added new tests
- Added g:trans_interactive_full_list variable
Release 2.0.1
Added the following features:
- Added search of translate direction in passed args
- Enhanced function for line joining
Release 2.0
Included the following change:
- Unified :Trans and :TransVisual functions
Release 1.2
Added the following features:
- Pressing
q
in translate buffer will close translate window - Do not open buffer is result is empty and option -no-translate was passed
Release 1.1.1
Fixed the following bugs:
- Notifications about audio downloading are only for words that will be downloaded.
- Fix issue with adding words to history file if buffer is open.
- Fix issue with adding words to history file if file is open and on the screen.
- Fix issue with saving same words: niemanden and niemand.
Release 1.1
Added the following features to translate-shell.vim:
- Keep translate story. Choose the better translate to save.
- Download audio for translation.
- Import translation history to Anki.
First release
First release of translate-shell.vim. It includes the following features:
- Translate word under cursor.
- Translate multi line string.
- Select direction of translate from predefined list.
- Interactive translation.
- Open interactive terminal with translate-shell (only Vim 8).