facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

New release before EOY? #412

Closed thiagowfx closed 2 years ago

thiagowfx commented 2 years ago

Hi, is there any chance we could have a new release before the end of the year? The latest release (0.9.2) is from more than 2 years ago and it's missing a few improvements that happened ever since.

Rationale: I was recently packaging fpp for Alpine Linux and realized how much 0.9.2 differs from master. The way to run tests is also completely different (testing is one of the steps for creating a package for Alpine). And finally, the man page is more up-to-date (#403).

Thanks!

pcottle commented 2 years ago

hey all! sorry for the really weak ownership here -- I don't really have the bandwidth to maintain this project at work now so it needs some serious love.

I vaguely remember how to update the brew recipe but @thiagowfx you want the debian package right? I wasn't ever able to build the debian one myself, but I'll gladly take any PRs

thiagowfx commented 2 years ago

Thanks for your reply — I was mostly looking for a new point release (0.9.3 or 0.10) so that I could update the Arch and Alpine Linux packages with the recent changes (which are somewhat significant). I’m not much familiar with Debian packaging.

pcottle commented 2 years ago

Oohhh I see what you mean! I just add a 0.9.5 release here: https://github.com/facebook/PathPicker/releases/tag/0.9.5

if you send me the packages, I could add them/upload them to the release!

thiagowfx commented 2 years ago

Thank you, Peter! I've updated the Alpine Linux package1 and flagged the one in the AUR2 as out-of-date.

Deckluhm commented 2 years ago

Both archives contain version 0.9.2 instead of 0.9.5.

I don't know how releases work in GitHub but I guess it's because 0.9.5 tag contains the wrong code:

HenrikBengtsson commented 1 year ago

If it's just that the wrong commit was tagged 0.9.5, then one can remove the tag (locally and on GitHub) and set the tag to the correct commit and re-push. That should rebuild the tag on GitHub