All Versions
10
Latest Version
Avg Release Cycle
175 days
Latest Release
1702 days ago

Changelog History

  • v0.9.2 Changes

    August 30, 2019

    ๐Ÿ‘ Better support for python3 out of the box

  • v0.8.2 Changes

    August 08, 2019

    ๐Ÿš€ PathPicker is overdue for a new release!

  • v0.7.2 Changes

    January 03, 2017

    ๐ŸŒฒ Highlights from git log 0.7.1..HEAD

    • Finally support for vim splitting with the correct line numbers from @brwong
    • โž• Add support for disabling the slash in front of filenames with home (a vestigial hack from internal Facebook infra)
    • ๐Ÿ›  Some nice font fixes for better readability
    • ๐Ÿ‘ Better support for csh, fish, and rc shells from @weakish

    ๐Ÿ‘ Thanks everyone for the support

  • v0.7.1 Changes

    April 16, 2016

    ๐ŸŒฒ Highlights from git log 0.7.0..HEAD

    • ๐Ÿ‘Œ Support for the Home, End, Page Up, and Page Down keys from @robertbachmann (PR #228 #229)
    • ๐Ÿ›  Fix command mode for the fish shell (PR #227)
    • Matches even .DS_STORE (PR #223)
    • ๐Ÿ“ฆ Some small edits like removing unused imports, cleaning up Debian package, and a bug that would sometimes hang the UI.

    ๐Ÿ‘ As always, big thanks to the community for their support and contributions!

  • v0.7.0 Changes

    November 27, 2015

    ๐Ÿš€ Another awesome community release!

    • ๐Ÿ’ป @gsheld added an "all input" mode in #210 which allows you to use fpp to work with non-file inputs like git branches or mercurial bookmarks. Helpful for when you just want to use the selector UI and don't have another fuzzy selector installed.
    • ๐Ÿ‘Œ Improves zsh and csh support. Special thanks to @benmccormick
    • โž• Adds support for filenames with commas and spaces and parens (in any combinatino)
    • ๐Ÿ‘ emacsclient line jump support
  • v0.6.2 Changes

    September 29, 2015

    ๐Ÿš€ This is mostly a community release actually! Fixed a new issues and bugs, notably:

    • ๐Ÿ›  @slackorama Fixed the bash exiting error for zsh in #191
    • ๐Ÿ›  @slackorama also fixed #192 which was an out-of-range index error
    • ๐Ÿ›  @alecjacobson fixed #187 which passed the -i flag only if we are not in the vim shell (so you can use FP from within vim!)
    • ๐Ÿ›  Few minor fixes like #182, #181
    • ๐Ÿ‘ Expanded line support from @pallavagarwal07 in #178
    • ๐Ÿ›  @Shenil fixed makefile detection in #173
    • ๐Ÿ›  and a number of other great fixes!
  • v0.6.1 Changes

    June 08, 2015

    ๐Ÿ›  Fixed a number of small but important issues and introduced a few new features:

    -- ๐Ÿ“œ #145 #149 Expand the types of files we can parse now that we have filesystem validation -- including hyphens, spaces, etc
    -- ๐Ÿ’ป #137 X mode! Select files with letters rather than UI, thanks @xavierbeynon
    -- #143 Jump to line in sublime text, thanks @dufferzafar
    -- #138 Use interactive shell to run script, which should fix zsh sourcing issues, thanks @hlian

  • v0.6.0 Changes

    May 22, 2015

    Huge list of updates, the biggest though being filesystem validation which enables us to expand our regexes and match on many more files. Full list:

    • #135 / #118 -- long file truncation if it doesnt fit in the screen
    • #132 allow +'s in filenames for objective c
    • ๐Ÿ–จ #128 and #127 fix some line printing bugs
    • ๐Ÿ“ฆ #117 Debian packages!
    • #114 filesystem validation
    • ๐Ÿ–จ FPP is now version aware (prints out its own version)
  • v0.5.7 Changes

    May 15, 2015
    • โž• Added Travis CI integration, so master is much more stable
    • โž• Added command line option --clean which removes the state files for script workflows #103
    • โž• Added command line option --version which prints out the version
    • ๐Ÿ‘ Better help command which shows all command line options
    • โž• Adds the much-requested --command option to preset the passed-in command #99
    • โšก๏ธ Exit code updates #102
    • ๐Ÿ‘ Color support!! #53
    • Falls back to relative dirs #47
  • v0.5.6 Changes

    May 11, 2015

    ๐Ÿš€ Release notes:

    • ๐Ÿšš Python 3.0 support! Removed the fallback hack
    • ๐Ÿ‘ --keep-open support
    • ๐Ÿšš Moved all temp files into ~/.fpp/
    • ๐Ÿ›  Fixed a bug around remembering selections
    • ๐Ÿ›  Few other fixes