Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 2.07 KB

Change Log

0.5.0

  • feat(providers): bing translation by @LittleSound in #16
  • feat: setting popmenu by @LittleSound in #17
  • feat(providers): translation providers from extensions by @LittleSound in #18

0.4.0

  • fix: onig.wasm path by @hyoban in #12
  • fix: wrong regex index assignment by @antfu in #13
  • feat: do not display hint with untranslated content by @antfu in #14
  • feat: use vscode-ext-gen to provide better type safety by @antfu in #15

0.3.0

0.2.0

  • fix: remove empty codelens (#5)
  • feat: persist translate cache (#6)
  • feat: one click status bar toggle (#7)
  • feat: normalize knownWords to lower case (#8)
  • feat: custom translations (#9)
  • feat: hover to mark as known (#10)

0.1.0

  • feat: add configs to skip translations for some words (#4)
  • feat: format multi-word variables

0.0.1

  • initial release. Implemented basic code variable name translation functionality.