Releases: sschmid/bee
Releases Β· sschmid/bee
bee-0.16.0
Added
- Allow underscore in command names
- Only copy plugin template if pbcopy is available #1
- Add support for loading plugins on the fly without bee.sh
- Improve bash-completion
- Add
msbuild::debug_build
bee-0.15.0
Added
- Add
msbuild::restore
bee-0.14.0
Changed
- Rename
dotnet
tomsbuild
Upgrade
- Update usages of
dotnet
tomsbuild
bee-0.13.0
Added
- git lfs track *.png
Upgrade
- git lfs migrate required a force push. Please reinstall bee and clone again
bee-0.12.0
Added
- Improve bash-completion
bee-0.11.0
Changed
- Rename
ios::archive
toios::archive_workspace
- Add
ios::archive_project
Upgrade
- Replace calls to
ios::archive
withios::archive_workspace
bee-0.10.0
Changed
- Change
BEE_PLUGINS
to array and removeBEE_USER_PLUGINS
Upgrade
- Update
~/.beerc
to useBEE_PLUGINS
array
BEE_PLUGINS=("${BEE_HOME}/plugins" "${HOME}/.bee/plugins")