asdf/CHANGELOG.md

61 lines
1.8 KiB
Markdown
Raw Normal View History

2017-04-26 06:00:43 -07:00
# Changelog
2017-09-12 15:22:26 -07:00
## 0.3.2-dev
## 0.3.1
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)
* 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
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
Features
* Improve plugin API for legacy file support (#87)
* Unify `asdf local` and `asdf global` version getters as `asdf current` (#83)
* Rename `asdf which` to `asdf current` (#78)
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
* First tagged release