Skip to content

Releases: ugexe/zef

v1.0.0

14 Apr 00:38
2c6ab9f

Choose a tag to compare

  • Zef now depends on and uses v6.d
  • The auth has been updated to zef:ugexe from github:ugexe

v0.22.8

01 Mar 01:05
f924b1f

Choose a tag to compare

  • Fixed wget detection on Windows
  • Removed unused logotype file

v0.22.7

07 Jan 03:58
080304e

Choose a tag to compare

  • Fixed an issue with searching for native dependencies sometimes emitting a warning when they could not be found.
  • Disabled gnu tar remote file behavior in tar plugin.

v0.22.6

29 Nov 23:21
7d86101

Choose a tag to compare

  • zef depends now works with the --force-resolve option

v0.22.5

16 Nov 16:37
a103ae4

Choose a tag to compare

  • Added additional --debug output that shows the commands being used by zef to fetch, extract, and test

v0.22.4

16 Oct 22:11
45f3ac7

Choose a tag to compare

  • Stringification of distribution identities has been optimized

v0.22.3

12 Oct 21:28
1f2c753

Choose a tag to compare

  • Fixed error message when using zef browse on a distribution that does not specify a support section in their META6.json.
  • Cleaned up some internal usage of Supply that could theoretically (but not practically) leak resources.

v0.22.2

18 Sep 22:12
0e4e9de

Choose a tag to compare

  • zef no longer crashes when encountering a resources entry in a META6.json of libraries/

v0.22.1

21 Jul 01:14
da187d3

Choose a tag to compare

  • Slight documentation updates
  • Improve temp directory logic to avoid potentially reusing a temp sub directory between users

v0.22.0

28 Apr 15:29
2ffe30c

Choose a tag to compare

  • Config path template variables are now normalized, which cleans up some output that would sometimes show multiple consecutive directory separators.
  • Positional arguments can now be passed in through STDIN via '-' for the install and upgrade sub commands. For example zef install - will read STDIN and treat each line as an additional positional value.