Skip to content

1.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 10:51

1.4.4

Features

  • Split up Translate selection to selected language into two commands (#38 - Many thanks to @ksdavidc for the suggestions, feedback and inspiration):
    • Translate selection (choose language): same functionality as before: opens a modal where you can select a language to translate the selection to
    • Translate selection (default language): no selection modal will be opened, selection will be immediately translated to whichever language is specified as the default target language
  • Default target language in Settings > Functionality now offers more choices (#38):
    • Most recently used: your default target language is the language that was last used for translating
    • Display language: your default target language is the same as Obsidian's display language
    • Manually select language: opens up a dropdown setting where you can specify a specific language to always translate to

Changes

  • The default target language will now always be the top language that appears when translating a note or translating via the context menu
  • Improved styling in settings menu for sub-settings (#38)

Fixes

  • [CRITICAL] Issue where all plugins listed after the translation plugin in enabled-plugins would not load when FastText is installed (#39 - many, many thanks @andremeireles for reporting this issue)

I apologize to anyone who encountered this issue, and I promise to avoid making these kinds of mistakes in the future, and catch them sooner in the development process.

Developers