Skip to content

Releases: echuraev/translate-shell.vim

Release 2.1.0

15 May 16:04
Compare
Choose a tag to compare
  • 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

09 Nov 09:05
Compare
Choose a tag to compare

Added the following features:

  • Added search of translate direction in passed args
  • Enhanced function for line joining

Release 2.0

03 Nov 05:28
Compare
Choose a tag to compare

Included the following change:

  • Unified :Trans and :TransVisual functions

Release 1.2

25 Oct 07:33
Compare
Choose a tag to compare

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

08 Oct 13:14
d578fc7
Compare
Choose a tag to compare

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

29 May 13:46
Compare
Choose a tag to compare

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

15 May 08:20
Compare
Choose a tag to compare

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