Releases: asdf-vm/asdf
Releases · asdf-vm/asdf
v0.11.0
0.11.0 (2022-12-12)
Features
- completions: bash improvements (#1329) (7c802c3)
- Disable short-name repository with config value (#1227) (18caea3)
- mark current resolved versions in
asdf list
output (#762) (5ea6795) - support nushell (#1355) (274a638)
Bug Fixes
- add missing "does not add paths to PATH more than once" test for elvish (#1275) (3c55167)
- append trailing newline to .tool-versions files when missing (#1310) (eb7dac3), closes #1299
- excludes "milestone" releases in "latest" command (#1307) (5334d1d), closes #1306
- improve formatting of ballad (#1367) (e0c2c31)
- use ELVISH_VERSION to specify elvish test version (#1276) (72c3a23)
v0.10.2
Bug Fixes
- always use ASDF_DEFAULT_TOOL_VERSIONS_FILENAME for filename when present (#1238) (711ad99), closes #1082
- get invalid ASDF_DATA_DIR when exec asdf shims by non-shell (#1154) (b9962f7)
- update event trigger for doc-version workflow (#1232) (0bc8c3a)
- update plugin-add regex to support other languages (#1241) (92d005d), closes #1237
- updating references to legacy github.io site (#1240) (738306b)
v0.10.1
Bug Fixes
- add asdf to list of banned commands (#1224) (39909e0)
- don't invoke asdf inside asdf commands (#1208) (27f7ef7)
- fixing bats (#1215) (a9caa5b)
- instead /tmp, use TMPDIR if defined (9113623)
- make fish shell setup match other shells (#1209) (6fc4bb8)
- only iterate over directories in the plugins/ directory (#1228) (788ccab)
- update elvish to 0.18.0 (5a89563)
v0.10.0
Features
- case-insensitive filtering of unstable versions in
latest
(#1139) (e61e3d9) - latest: adds the flag --all to the latest command (#1096) (f85fef5)
- upgrade elvish to 0.17.0 (#1159) (824550e)
Bug Fixes
- Ban
ls
command (#1141) (87137e4) - ban grep long flags (#1117) (6e4c39c)
- do not print
find
errors (#1102) (5992abb) - don't generate on error if backup file doesn't exists (#1057) (288468f)
- elvish: prepend asdf paths to
$PATH
(#1174) (682b7a1) - latest --all correctly report plugins as missing (#1118) (aafe1e5)
- local plugin in then clause too (#1203) (448f750)
- newline after error msg for ASDF_DIR (#1113) (ac2791e)
- Prevent unbound variable error with nounset in asdf.sh (#1158) (b7dd291)
- remove comments from whole file instead of line by line for performance (#1198) (de6e22f)
- shorthand grep options for alpine support (#1106) (234778a)
v0.9.0
Features
- add post update plugin support (#1049) (304f72d)
- asdf latest defer to plugin to determine the latest version (#938) (664d82e)
- configurable plugin repo last check time (#957) (1716afa)
- display plugin repo refs alongside urls in info cmd (#1014) (cd0a6a7)
- Displays a warning when a plugin from the tools-version list does not exist (#1033) (9430a39)
- Elvish Shell support (#1066) (cc7778a)
- toggle off repo sync completely (#1011) (a3ba5a7)
Bug Fixes
- Adds "grep -P" to the list of banned commands (#1064) (8a515f4)
- allow plugin callbacks to be in any language (#995) (2ad0f5e)
- clarify the wording when no version is set (#1088) (4116284)
- completions for asdf plugin list (#1061) (43412aa)
- Correct typo on getting started page (#1086) (4321980)
- don't override existing ASDF_DIR (#1008) (73efc9f)
- ensure shims get created when data dir has spaces (#996) (39c9999)
- Fix plugin-test arg parsing (#1084) (c911f2d)
- full_version_name is not available here (#1031) (8490526)
- help for extension commands for plugins with hyphens in the name. (#1048) (3e0cb9a)
- help text as per new feats in #633 (#991) (0d95663)
- incorrect usage of grep (#1035) (30d27cb)
- insert error handling in list-all & download plugin scripts (#881) (a7d3661)
- lint scripts for local and CI (#961) (5dafbc8)
- pipe find into while (26d2c64)
- Quote commands correctly in plugin-test (#1078) (69ff2d0)
- regex validate plugin names on plugin add cmd (#1010) (7697e6e)
- remove find -print0 (b9228a2)
- Sed improvements (#1087) (4b93bc8)
- sed re error trailing backslash on FreeBSD (#1046). (#1047) (47e8fb0)
- support latest with filter on local and global (#633) (5cf8f89)
- Use more idiomatic fish (#1042) (847ec73)
- wait until the plugin update are finished (#1037) (7e1f2a0)