peco v0.5.1 Release Notes

Release Date: 2017-03-17 // about 7 years ago
  • v0.5.1 - 17 Mar 2017
      Bugs/Fixes
      * When --exec is used, and you come back from the external command,
        you lost your selected location in the peco view. #410
      Backwards Incompatible Change:
      * --tty has been removed. it was not being used anyways.
      Miscellaneous
      * When scrolling right, you could potentially keep on scrolling
        infinitely. This has bee addressed by #409, #412
      * External commands specified in --exec now receive
        PECO_FILENAME, PECO_LINE_COUNT, PECO_QUERY, and
        PECO_MACHED_LINE_COUNT as environment variables
      * Removed unused structs
      * Fixed glide related Mkaefile actions