Skip to content

Releases: mfaerevaag/wd

v0.9.2

17 Nov 13:38
Compare
Choose a tag to compare

What's Changed

  • fix: avoid overwriting the configuration file environment variable by @zimeg in #141
  • fix: set the exit code to the return of cd for the warp function by @zimeg in #143

Full Changelog: v0.9.1...v0.9.2

v0.9.1

11 Oct 09:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

13 Sep 10:20
Compare
Choose a tag to compare

What's Changed

  • fix: find the path to zsh with the env program by @zimeg in #136
  • fix: return erroring exit codes with the set exit value by @zimeg in #138

Full Changelog: v0.8.0...v0.9.0

v0.8.0

10 Sep 10:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

13 Jun 13:36
498695f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

14 May 16:48
c7a7223
Compare
Choose a tag to compare

What's Changed

  • Added ability to add warp points to other directories by @p1r473 in #121

Full Changelog: v0.6.2...v0.7.0

v0.6.2

12 May 15:57
b31e62a
Compare
Choose a tag to compare

What's Changed

v0.6.1

08 May 20:09
5dd02e9
Compare
Choose a tag to compare

An improved version of v0.6.0 to better conform to ohmyzsh's standards

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 May 19:07
5f26fc2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

06 Oct 17:36
a3ee1ec
Compare
Choose a tag to compare

A small release with a couple of long-awaited community-contributed bug fixes.

In case it wasn't already obvious, wd is currently only passively maintained. I'm active on GitHub in general and so can review and accept PRs, but I am doing no active development work myself

Changelog

Fixes & improvements

  • wd list no longer errors if the path contains a colon (thanks @ShangjinTang and @tomterl!)
  • wd show now works correctly if you have extended globs enabled in your shell (thanks @tomterl!)
  • Tests now run correctly on MacOS (thanks @isen0011!)