Skip to content

Releases: sschmid/bee

bee-0.39.1

11 May 20:27
Compare
Choose a tag to compare

Added

  • Pass exit code to BEE_EXIT_TRAPS

bee-0.39.0

14 Apr 14:57
Compare
Choose a tag to compare

Action required

  • Delete master branch and use main 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:

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 is 0
  • Ask before uninstalling
  • Add Dockerfile

Changed

  • Delete master branch and use main 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 to log_info
  • Change warning and error emojis
  • Refactoring

Removed

  • Delete all plugins and use beehub

bee-0.38.0

16 Dec 21:16
Compare
Choose a tag to compare

Added

  • Add macos::notification

bee-0.37.3

16 Dec 17:48
Compare
Choose a tag to compare

Added

  • Add bee_migration_0370.sh

bee-0.37.2

16 Dec 12:59
Compare
Choose a tag to compare

Changed

  • Store bee versions in ~/.bee/versions

bee-0.37.1

15 Dec 19:45
Compare
Choose a tag to compare

Changed

  • Fix bee update to only update system bee

bee-0.37.0

15 Dec 18:47
Compare
Choose a tag to compare

Action required

  • Rename your project bee.sh to .beerc
  • Rename PROJECT to BEE_PROJECT
  • Rename RESOURCES to BEE_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 to BEE_PROJECT
  • Rename RESOURCES to BEE_RESOURCES
  • Extract bee_runner.sh from bee_sh

Removed

  • Remove get command

bee-0.36.0

09 Dec 17:16
Compare
Choose a tag to compare

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 to BEE_VERSION in get

bee-0.35.0

23 Oct 15:45
Compare
Choose a tag to compare

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

20 Oct 22:09
Compare
Choose a tag to compare

Added

  • Add support for custom .beerc path by exporting BEE_RCs