Skip to content
  1. Apr 05, 2020
  2. Feb 23, 2020
  3. Feb 20, 2020
    • Yuanle Song's avatar
      v2.6.0 allow customize punctuation mapping; · b146e072
      Yuanle Song authored
      - add bug report link in README
      - update intro doc for melpa
      - add melpa badge in README
      - add punctuation doc in README
      - other minor doc updates
      b146e072
    • Yuanle Song's avatar
      add github issue templates; · 84e466e7
      Yuanle Song authored
      - add bug report link in README;
      - add melpa badge in README;
      - update intro doc in zero-input.el.in, this is used as melpa pkg
        description.
      84e466e7
  4. Feb 16, 2020
  5. Feb 04, 2020
    • Yuanle Song's avatar
      v2.2.1 should call (zero-input-pinyin-register-im) · 37076840
      Yuanle Song authored
      once when the code is moved into a function.
      37076840
    • Yuanle Song's avatar
      v2.2.0 support auto convert 1。3 to 1.3. · f281fb16
      Yuanle Song authored
      This feature is enabled by default.
      To turn off this feature,
      
        (setq zero-input-auto-fix-dot-between-numbers nil)
      f281fb16
    • Yuanle Song's avatar
      v2.1.0 allow switch between sync and async mode · 5c7782c3
      Yuanle Song authored
      for zero-input-pinyin.
      
      zero-pinyin now uses zero-input-pinyin-build-candidates-unified
      to fetch candidates. It is a unified interface, supports both
      sync and async mode.
      5c7782c3
    • Yuanle Song's avatar
      v2.0.7 bugfix on zero-input-pinyin · fa27eb3a
      Yuanle Song authored
      sometimes after GetCandidate dbus call, zero-input-fetch-size and
      zero-input-candidates is not updated. This was because the async
      function callback didn't update the metadata in some places.
      
      - update initial fetch size and fetch size to be 1+ candidates needed for
        target page.
      - removed zero-input-build-candidates-complete function,
        each async call should have its own callback function, don't reuse this one.
        in callback function, post GetCandidate metadata should be updated.
      fa27eb3a
  6. Nov 10, 2019
  7. Nov 03, 2019
  8. Oct 28, 2019