peco v0.5.8 Release Notes

Release Date: 2020-07-18 // almost 4 years ago
  • v0.5.8 - 18 Jul 2020
      Features:
      * Add support for 256-colors in the configuration. You must first enable
        this in the config file by specifying "Use256Colors": true
    

Previous changes from v0.5.7

  • v0.5.7 - 10 Jan 2020
      Bugs/Fixes:
      * Code introduced in v0.5.5 in turn caused a bug where if the input is coming
        from standard input and is possibly infinite, the user would see the
        query being "stuck" after the first character is entered.
        If peco was applied on a finite set of data, this did not manifest itself.
        (#494 fixed by #495)