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
master
branch and usemain
branch - Update bee symlink
ln -sf /usr/local/opt/bee/src/bee /usr/local/bin/bee
- Update your
~/.beerc
and 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
commands
search filter - Add
bee lint
- Add
bee hash
- Add
bee pull
- Add
bee install
- Add
bee reinstall
- Add
bee uninstall
for 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_SILENT
is0
- Ask before uninstalling
- Add Dockerfile
Changed
- Delete
master
branch and usemain
branch - Rename bee.sh to bee
- Merge all bee source files into one file
- Rename
--silent
to-s
- Rename
--verbose
to-v
- Rename templates folder to resources
- Rename
log_strong
tolog_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 update
to only update system bee
bee-0.37.0
Action required
- Rename your project
bee.sh
to.beerc
- Rename
PROJECT
toBEE_PROJECT
- Rename
RESOURCES
toBEE_RESOURCES
Added
- Add support for custom .beerc path with
BEE_RC
- Add support for fixed bee version per project by defining
BEE_VERSION
in your project.beerc
Changed
- Rename
PROJECT
toBEE_PROJECT
- Rename
RESOURCES
toBEE_RESOURCES
- Extract
bee_runner.sh
frombee_sh
Removed
- Remove
get
command
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
tag
toBEE_VERSION
inget
bee-0.35.0
Added
- Add
get
script 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