Skip to content

Releases: facebook/PathPicker

2022 Release

14 Feb 19:25
3670d02
Compare
Choose a tag to compare

Given all the updates, let's go with a new release (in over a few years!) to bundle all these together

0.9.2 -- switch to python3 by default

30 Aug 16:32
Compare
Choose a tag to compare

Better support for python3 out of the box

0.8.2 -- bug fixes from the community

08 Aug 15:19
Compare
Choose a tag to compare

PathPicker is overdue for a new release!

0.7.2 support -- new year, new FPP!

03 Jan 00:21
Compare
Choose a tag to compare

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

0.7.1: more shortcut support and even more matching!

16 Apr 16:27
Compare
Choose a tag to compare

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!

0.7.0 Stability and AllInput mode

27 Nov 16:51
Compare
Choose a tag to compare

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

0.6.2 Minor updates

29 Sep 05:08
Compare
Choose a tag to compare

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

0.6.1 Minor but imporant release

08 Jun 20:34
Compare
Choose a tag to compare

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

0.6.0 Release! Big update

22 May 18:46
Compare
Choose a tag to compare

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 -- Few more fixes and bug improvements

15 May 20:31
Compare
Choose a tag to compare
  • 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