peco v0.5.0 Release Notes

Release Date: 2017-03-05 // about 7 years ago
  • v0.5.0 - 06 Mar 2017
      Backwards Incompatible Change:
      * ExecuteCommand has been removed.
      Features:
      * A new command line option `--exec` has been added. This allows you to
        execute external commands via shell, and should be used as replacement
        to `ExecuteCommand`
      * A new configuration option `MaxScanBufferSize` has been added. Whereas
        bufio.Scanner (which peco internally relies on) only accepts lines that
        are < 64kb when reading the input, specifying this option in the config
        allows you to change this limit.
        The default MaxScanBuferSize is 256kb.
      Bugs/Fixes
      * When executing external commands, the screen and the capturing of user
        input would interfere when getting back to peco.