2017-04-26 06:00:43 -07:00
|
|
|
# Changelog
|
2016-07-29 17:06:55 -07:00
|
|
|
|
2018-11-13 18:07:15 -07:00
|
|
|
## 0.6.2-dev
|
|
|
|
|
|
|
|
## 0.6.1
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
|
|
|
* Make `where` command default to current version (#389)
|
|
|
|
* Optimize code for listing all plugins (#388)
|
|
|
|
* Document `$TRAVIS_BUILD_DIR` in the plugin guide (#386)
|
|
|
|
* Add `--asdf-tool-version` flag to plugin-test command (#381)
|
|
|
|
* Add `-p` flag to `local` command (#377)
|
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
|
|
|
* Fix behavior of `current` command when multiple versions are set (#401)
|
|
|
|
* Fix fish shell init code (#392)
|
|
|
|
* Fix `plugin-test` command (#379)
|
|
|
|
* Add space before parenthesis in `current` command output (#371)
|
2018-10-07 19:31:04 -07:00
|
|
|
|
|
|
|
## 0.6.0
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
|
|
|
* Add support for `ASDF_DATA_DIR` environment variable (#275, #335, #361, #364, #365)
|
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
|
|
|
* Fix `asdf current` so it works when no versions are installed (#368, #353)
|
|
|
|
* Don't try to install system version (#369, #351)
|
|
|
|
* Make `resolve_symlink` function work with relative symlinks (#370, #366)
|
|
|
|
* Fix version changing code so it preserves symlinks (#329, #337)
|
|
|
|
* Fix ShellCheck warnings (#336)
|
2018-07-30 06:11:51 -07:00
|
|
|
|
|
|
|
## 0.5.1
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
|
|
|
* Better formatting for `asdf list` output (#330, #331)
|
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
|
|
|
* Correct environment variable name used for version lookup (#319, #326 #328)
|
|
|
|
* Remove unnecessary `cd` in `asdf.sh` (#333, #334)
|
|
|
|
* Correct Fish shell load script (#340)
|
2018-05-28 12:14:52 -07:00
|
|
|
|
|
|
|
## 0.5.0
|
2018-03-11 12:07:55 -07:00
|
|
|
|
2018-04-11 14:43:57 -07:00
|
|
|
Features
|
|
|
|
|
|
|
|
* Changed exit codes for shims so we use codes with special meanings when possible (#305, #310)
|
2018-05-01 05:45:17 -07:00
|
|
|
* Include plugin name in error message if plugin doesn't exist (#315)
|
2018-05-28 12:09:49 -07:00
|
|
|
* Add support for custom executable paths (#314)
|
|
|
|
* `asdf list` with no arguments should list all installed versions of all plugins (#311)
|
2018-04-11 14:43:57 -07:00
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
2018-05-28 12:09:49 -07:00
|
|
|
* Print "No version set" message to stderr (#309)
|
|
|
|
* Fix check for asdf directories in path for Fish shell (#306)
|
|
|
|
|
2018-03-11 12:07:55 -07:00
|
|
|
## 0.4.3
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
|
|
|
* Suggest action when no version is set (#291, #293)
|
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
|
|
|
* Fix issue with asdf not always being added to beginning of `$PATH` (#288, #303, #304)
|
|
|
|
* Fix incorrect `ASDF_CONFIG_FILE` environment variable name (#300)
|
|
|
|
* Fix `asdf current` so it shows environment variables that are setting versions (#292, 294)
|
2018-02-11 15:45:30 -07:00
|
|
|
|
|
|
|
## 0.4.2
|
2017-12-26 09:01:08 -07:00
|
|
|
|
2018-02-11 13:32:38 -07:00
|
|
|
Features
|
|
|
|
|
2018-02-11 15:34:29 -07:00
|
|
|
* Add support for `ASDF_DEFAULT_TOOL_VERSIONS_FILENAME` environment variable (#201, #228)
|
2018-02-11 13:32:38 -07:00
|
|
|
* Only add asdf to `PATH` once (#261, #271)
|
2018-02-11 13:38:50 -07:00
|
|
|
* Add `--urls` flag to `plugin-list` commands (#273)
|
2018-02-11 13:32:38 -07:00
|
|
|
|
2017-12-26 09:01:08 -07:00
|
|
|
Fixed Bugs
|
|
|
|
|
2018-02-11 13:19:22 -07:00
|
|
|
* Incorrect `grep` command caused version command to look at the wrong tool when reporting the version (#262)
|
|
|
|
|
2017-12-26 09:01:08 -07:00
|
|
|
## 0.4.1
|
2017-09-12 15:22:26 -07:00
|
|
|
|
2017-10-18 00:25:53 -07:00
|
|
|
Features
|
|
|
|
|
|
|
|
* `asdf install` will also search for `.tool-versions` in parent directories (#237)
|
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
2017-12-26 09:01:08 -07:00
|
|
|
* bad use of `sed` caused shims and `.tool-versions` to be duplicated with `-e` (#242, #250)
|
2017-10-24 16:32:45 -07:00
|
|
|
* `asdf list` now outputs ref-versions as used on `.tool-versions` file (#243)
|
2017-10-18 00:25:53 -07:00
|
|
|
* `asdf update` will explicitly use the `origin` remote when updating tags (#231)
|
|
|
|
* All code is now linted by shellcheck (#223)
|
2017-12-26 09:01:08 -07:00
|
|
|
* Add test to fail builds if banned commands are found (#251)
|
2017-10-18 00:25:53 -07:00
|
|
|
|
2017-09-19 15:02:07 -07:00
|
|
|
## 0.4.0
|
2017-03-08 14:37:23 -07:00
|
|
|
|
2017-08-08 11:19:23 -07:00
|
|
|
Features
|
|
|
|
|
2017-09-12 15:22:26 -07:00
|
|
|
* Add CONTRIBUTING guidelines and GitHub issue and pull request templates (#217)
|
2017-09-03 18:42:28 -07:00
|
|
|
* Add `plugin-list-all` command to list plugins from asdf-plugins repo. (#221)
|
|
|
|
* `asdf current` shows all current tool versions when given no args (#219)
|
|
|
|
* Add asdf-plugin-version metadata to shims (#212)
|
2017-09-12 15:22:26 -07:00
|
|
|
* Add release.sh script to automate release of new versions (#220)
|
2017-08-08 11:19:23 -07:00
|
|
|
|
|
|
|
Fixed Bugs
|
|
|
|
|
2017-09-03 18:42:28 -07:00
|
|
|
* Allow spaces on path containing the `.tool-versions` file (#224)
|
2017-09-12 15:22:26 -07:00
|
|
|
* Fixed bug in `--version` functionality so it works regardless of how asdf was installed (#198)
|
2017-09-03 18:42:28 -07:00
|
|
|
|
2017-04-26 06:00:43 -07:00
|
|
|
## 0.3.0
|
2016-12-18 11:25:11 -07:00
|
|
|
|
2017-03-31 08:03:54 -07:00
|
|
|
Features
|
|
|
|
|
|
|
|
* Add `update` command to make it easier to update asdf to the latest release (#172, #180)
|
|
|
|
* Add support for `system` version to allow passthrough to system installed tools (#55, #182)
|
|
|
|
|
2017-03-07 07:57:14 -07:00
|
|
|
Fixed Bugs
|
|
|
|
|
2017-03-07 11:36:58 -07:00
|
|
|
* Set `GREP_OPTIONS` and `GREP_COLORS` variables in util.sh so grep is always invoked with the correct settings (#170)
|
|
|
|
* Export `ASDF_DIR` variable so the Zsh plugin can locate asdf if it's in a custom location (#156)
|
2017-03-08 14:37:23 -07:00
|
|
|
* Don't add execute permission to files in a plugin's bin directory when adding the plugin (#124, #138, #154)
|
2017-03-07 07:57:14 -07:00
|
|
|
|
2017-04-26 06:00:43 -07:00
|
|
|
## 0.2.1
|
2016-07-29 17:06:55 -07:00
|
|
|
|
2016-11-03 08:43:17 -07:00
|
|
|
Features
|
|
|
|
|
|
|
|
* Determine global tool version even when used outside of home directory (#106)
|
|
|
|
|
2016-12-18 11:25:11 -07:00
|
|
|
Fixed Bugs
|
|
|
|
|
|
|
|
* Correct reading of `ref:` and `path:` versions (#112)
|
|
|
|
* Remove shims when uninstalling a version or removing a plugin (#122, #123, #125, #128, #131)
|
|
|
|
* Add a helpful error message to the install command (#135)
|
|
|
|
|
2017-04-26 06:00:43 -07:00
|
|
|
## 0.2.0
|
2016-10-22 11:55:58 -07:00
|
|
|
|
2016-07-29 17:06:55 -07:00
|
|
|
Features
|
|
|
|
|
2016-10-22 11:55:58 -07:00
|
|
|
* Improve plugin API for legacy file support (#87)
|
2016-07-29 17:06:55 -07:00
|
|
|
* Unify `asdf local` and `asdf global` version getters as `asdf current` (#83)
|
|
|
|
* Rename `asdf which` to `asdf current` (#78)
|
|
|
|
|
2016-10-22 11:55:58 -07:00
|
|
|
Fixed Bugs
|
|
|
|
|
|
|
|
* Fix bug that caused the `local` command to crash when the directory contains whitespace (#90)
|
|
|
|
* Misc typo corrections (#93, #99)
|
|
|
|
|
2017-04-26 06:00:43 -07:00
|
|
|
## 0.1.0
|
2016-07-29 17:06:55 -07:00
|
|
|
|
|
|
|
* First tagged release
|