Releases: sschmid/bee
Releases Β· sschmid/bee
bee-0.39.1
Added
- Pass exit code to BEE_EXIT_TRAPS
bee-0.39.0
Action required
- Delete
masterbranch and usemainbranch - Update bee symlink
ln -sf /usr/local/opt/bee/src/bee /usr/local/bin/bee - Update your
~/.beercand specify plugin registries
BEE_PLUGIN_REGISTRIES=(
https://github.com/sschmid/beehub.git
)Plugins have been removed from this repository and moved to their own repositories.
By the time of this release, these plugins are available:
- https://github.com/sschmid/bee-android
- https://github.com/sschmid/bee-changelog
- https://github.com/sschmid/bee-github
- https://github.com/sschmid/bee-ios
- https://github.com/sschmid/bee-macos
- https://github.com/sschmid/bee-sample
- https://github.com/sschmid/bee-slack
- https://github.com/sschmid/bee-tree
- https://github.com/sschmid/bee-unity
- https://github.com/sschmid/bee-version
bee now functions as a plugin launcher with package management functionality. The plugins above are registered at beehub which is the official bee plugin register: https://github.com/sschmid/beehub
You can register your own plugin at beehub by creating a pull request. You can also create your own custom register for your personal or private plugins.
Please refer to the README.md for more information.
Added
- Add support for external plugin registries (beehub: https://github.com/sschmid/beehub)
- Add support for plugin versions
- Load adhoc plugins with all dependencies
- Prevent sourcing already sourced plugins
- Use bash strict mode
- Add
bee changelog - Add
bee job - Add
commandssearch filter - Add
bee lint - Add
bee hash - Add
bee pull - Add
bee install - Add
bee reinstall - Add
bee uninstallfor plugins - Add
bee info - Add
bee outdated - Add
bee depstree - Add
bee batch - Add
bee cache - Add
bee switch - Add plugin traps
- Add global force option
bee -f - Add global ssh option
bee -p - Only log if
BEE_SILENTis0 - Ask before uninstalling
- Add Dockerfile
Changed
- Delete
masterbranch and usemainbranch - Rename bee.sh to bee
- Merge all bee source files into one file
- Rename
--silentto-s - Rename
--verboseto-v - Rename templates folder to resources
- Rename
log_strongtolog_info - Change warning and error emojis
- Refactoring
Removed
- Delete all plugins and use beehub
bee-0.38.0
Added
- Add
macos::notification
bee-0.37.3
Added
- Add bee_migration_0370.sh
bee-0.37.2
Changed
- Store bee versions in ~/.bee/versions
bee-0.37.1
Changed
- Fix
bee updateto only update system bee
bee-0.37.0
Action required
- Rename your project
bee.shto.beerc - Rename
PROJECTtoBEE_PROJECT - Rename
RESOURCEStoBEE_RESOURCES
Added
- Add support for custom .beerc path with
BEE_RC - Add support for fixed bee version per project by defining
BEE_VERSIONin your project.beerc
Changed
- Rename
PROJECTtoBEE_PROJECT - Rename
RESOURCEStoBEE_RESOURCES - Extract
bee_runner.shfrombee_sh
Removed
- Remove
getcommand
bee-0.36.0
General
- Uninstall git lfs
- Replace lfs pointers with real files
Added
- Add
lfs::untrack_and_add - Add
lfs::track_and_add_type - Add
lfs::untrack_and_add_type
Changed
- Rename
tagtoBEE_VERSIONinget
bee-0.35.0
Added
- Add
getscript to download a specific bee version - Add
github::create_org_repo - Add
github::remove_team - Add
github::add_user - Add
github::remove_user - Add
Add github::me
Changed
- Print real BEE_RC path in help
bee-0.34.0
Added
- Add support for custom .beerc path by exporting
BEE_RCs