Skip to content

Releases: jacktasia/dumb-jump

v0.5.4

06 Oct 16:32
Compare
Choose a tag to compare
bump version to 0.5.4

v0.5.3

12 Sep 05:42
Compare
Choose a tag to compare

See all changes since v0.5.2

Adds support for the following languages:

Improvements for the following languages:

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

01 Mar 06:44
2600545
Compare
Choose a tag to compare

New in this release:

Thanks to @netromdk @volhovm @dleslie @tsloughter @hinrik @alvarogonzalezsotillo @thiderman @jtamagnan @popoppo @lewang @bounceme 🙌

v0.5.1 OCaml, Julia, and Elixir support

17 Sep 22:43
64c0759
Compare
Choose a tag to compare

New in this release:

Thanks to @rgrinberg @rockwood @AShedko @knu @netromdk @genehack @redguardtoo 🙌

v0.5.0

18 Mar 21:33
c96467b
Compare
Choose a tag to compare

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 and dumb-jump-go-prefer-external-other-window
  • smart automatic searcher detection (use fastest searcher available) and new settings dumb-jump-force-searcher and dumb-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

07 Jul 00:06
Compare
Choose a tag to compare
  • 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

08 Jun 18:01
Compare
Choose a tag to compare

ES6 fat arrow function support

26 Apr 06:08
Compare
Choose a tag to compare

Fix for Windows

29 Feb 18:30
Compare
Choose a tag to compare

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)

13 Feb 18:24
Compare
Choose a tag to compare

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).