Releases: jacktasia/dumb-jump
v0.5.4
v0.5.3
Adds support for the following languages:
- Pascal (#218)
- Systemverilog (#219, #270, #272)
- SQL (#221)
- Vala (#226)
- Nim (#232)
- Matlab (#289)
- F# (#235)
- Groovy (#229)
- Common Lisp (#253)
- Dart (#278)
Improvements for the following languages:
- Ruby (#209, #230, #244, #248)
- PHP (#227)
- Fortran (#230, #231, #247)1
- Python (#234)
- Perl (#246)
- Nix (#261)
Other fixes/improvements: #287, #285, #268
Thanks to
@billsacks @chmouel @codesections @DeeeeLAN @deuill @dustym @fablhx @mbezjak @Miciah @murmour @Naheel-Azawy @netromdk @OldhamMade @patbl @terlar @Thisch @vifon @walseb @Wilfred @zonuexe 🙌
v0.5.2 - SCSS, Crystal, Erlang, Scheme, SML, LaTex, VHDL
New in this release:
- adds SCSS (#169)
- adds Crystal (#176)
- adds Scheme (#185)
- adds SML (#196, #198)
- adds LaTex (#206)
- adds VHDL (#207)
- add Erlang (#165)
- improves Haskell support (#180)
- bug fixes and improvements (#166, #170, #174, #175, #188, #191)
Thanks to @netromdk @volhovm @dleslie @tsloughter @hinrik @alvarogonzalezsotillo @thiderman @jtamagnan @popoppo @lewang @bounceme 🙌
v0.5.1 OCaml, Julia, and Elixir support
v0.5.0
This release has lots of amazing features by @netromdk 👏 🙌
git-grep
support.dumbjumpignore
support for ignoring a child directory that has the signs of a project root (.git
etc)- New jump interactive functions:
dumb-jump-go-prefer-external
anddumb-jump-go-prefer-external-other-window
- smart automatic searcher detection (use fastest searcher available) and new settings
dumb-jump-force-searcher
anddumb-jump-prefer-searcher
if you want to customize this functionality.
These are explained in detail in the README, but happy to answer any questions via github issues.
Rust and Shell Support
- Rust support (thanks to @meqif)
*shell*
/*eshell*
buffer support- Support for
language
keyword in.dumbjump
(mainly useful for jumping from a shell buffer)
v0.4.0 Release
ES6 fat arrow function support
Fix for Windows
Dumb Jump should now work in Windows with ag
. Ensure ag
is in your path.
v0.2.4 Ruby and Faust Support (old ag fixes)
This release has basic support for Ruby and Faust. It now uses ag --nocolor --nogroup
instead of --vimgrep
, which is not available on older versions of ag
(specifically the version in the Ubuntu 14.04 repo).