Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fennewald/elvish

Tags

v0.16.3

Toggle v0.16.3's commit message
Bump buildinfo.Version to 0.16.3

v0.16.2

Toggle v0.16.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Backport x/sys upgrade to 0.16 release

Backport just x/sys upgrade from c99d6e1 to v0.16-release branch

Alternative to & closes elves#1388

v0.16.1

Toggle v0.16.1's commit message
Set VersionSuffix empty.

This was not done correctly for 0.16.0, so also make this 0.16.1.

v0.16.0

Toggle v0.16.0's commit message
Fix mods/path test on Go 1.17.

The TempDir and TempFile functions now return filenames starting with "./" when
the directory is ".".

v0.16.0-rc3

Toggle v0.16.0-rc3's commit message
Merge branch 'master' into v0.16-release

v0.16.0-rc2

Toggle v0.16.0-rc2's commit message
Stick to \ as path divider in doc for Windows paths.

v0.16.0-rc1

Toggle v0.16.0-rc1's commit message
Add doc for the Elvish command.

The new page documents the new XDG-compliant search paths, among other things.

This resolves elves#383.

v0.15.0

Toggle v0.15.0's commit message
Fix highlighting of command names with explicit builtin:.

v0.15.0-rc3

Toggle v0.15.0-rc3's commit message
Fix highlighting of command names with explicit builtin:.

v0.15.0-rc2

Toggle v0.15.0-rc2's commit message
Fix the panic when referencing a module that calls edit:add-var.

This fixes elves#1225.