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, 2015Huge list of updates, the biggest though being filesystem validation which enables us to expand our regexes and match on many more files. Full list:
-
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