Skip to content

Releases: AOSC-Dev/bash-pinyin-completion-rs

v1.0.0-beta

09 Oct 16:27
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

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

v0.3.2 Release

12 Sep 16:32
Compare
Choose a tag to compare

What's Changed

  • feat: fix completion logic with start_with by @wxiwnd in #25

Full Changelog: v0.3.1...v0.3.2

v0.3.1 Release

08 Sep 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Release

18 Aug 07:22
Compare
Choose a tag to compare
feat: update ib-pinyin

v0.3.0-beta

15 Aug 15:07
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0-beta

v0.2.3

17 Mar 11:55
Compare
Choose a tag to compare

What's Changed

  • fix: override more functions to support more commands by @wxiwnd in #15
  • ENH: Parse HOME(~/) correctly by @wxiwnd in #16

Full Changelog: v0.2.1...v0.2.3

Version 0.2.2-beta

03 Mar 13:02
Compare
Choose a tag to compare
Version 0.2.2-beta Pre-release
Pre-release

What's Changed

  • Override more functions to scale compatibility (!!Experimental!!).
  • fix: override more functions to support more commands by @wxiwnd in #15

Full Changelog: v0.2.1...v0.2.2-beta

Version 0.2.1

28 Feb 11:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

28 Feb 10:48
Compare
Choose a tag to compare

What's Changed

  • ADD: Guide for adding rules in inputrc by @wxiwnd in #12
  • ENH: Support quotes and bug fix by @wxiwnd in #13

Full Changelog: v0.1.5.1...v0.2.0

Version 0.1.5.1

26 Feb 11:56
Compare
Choose a tag to compare

What's Changed

  • fix: completion with whitespace escape by @wxiwnd in #11

Full Changelog: v0.1.5...v0.1.5.1