Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@wxiwnd wxiwnd released this 20 Oct 07:57

Release Note

Fixed two major problems.

Tilde-user prefixed path completion:

eg: ~wxiwnd/workspace/中文
~/workspace/中文
~anan/workspace/中文

Completion for path with environment variable

eg: $HOME/workspace/中文
$JAVA_HOME/bin/中文

What's Changed

  • docs: update README by @black-desk in #27
  • tests: fix tests when PINYIN_COMP_MODE defined by @black-desk in #26
  • FEAT: Support for completion of tilde_user prefix path by @wxiwnd in #28
  • feat(scripts): add support for path with environment variables by @wxiwnd in #29

Full Changelog: v0.3.2...v1.0.0