Skip to content
  1. Oct 05, 2023
  2. Aug 08, 2021
  3. Apr 05, 2020
  4. Feb 23, 2020
  5. Feb 20, 2020
  6. Feb 16, 2020
  7. Feb 04, 2020
    • Yuanle Song's avatar
      update release doc · d0a3506b
      Yuanle Song authored
      d0a3506b
    • 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
  8. Nov 10, 2019
  9. Nov 03, 2019
    • Yuanle Song's avatar
      v2.0.2 fix problems after code review · a8e2341f
      Yuanle Song authored
      - dropped Package-Version metadata.
      - zero-input-full-width-mode renamed to zero-input-full-width-p.
      - zero-input-toggle is now an obsolete alias for zero-input-mode.
      - use `defvar-local' when variable is always buffer local.
      - moved test data to debug/test files.
      - fixed typo. zero-input-pinin-service > `zero-input-pinyin-service'.
      a8e2341f
  10. Oct 28, 2019
  11. Oct 22, 2019
  12. Oct 15, 2019
    • Yuanle Song's avatar
      v1.2.6 use a single file distribution for melpa. · 72196558
      Yuanle Song authored
      - renamed zero.el back to zero-framework.el
      - to build a dist, just run "make".
        the zero.el template is in zero.el.in
      - zero.el is built and added to git repo in git pre-commit hook. it will
        be kept in master branch.
      - fixed a few package-lint style warning.
      72196558
  13. Oct 10, 2019
  14. Oct 09, 2019
  15. Oct 08, 2019