From 72ae4683d3916d809dd7c28064d7c1245539cba6 Mon Sep 17 00:00:00 2001 From: Martin Price Date: Wed, 24 Apr 2024 09:46:25 +0100 Subject: [PATCH] Issue #319: Add changelog (#366) --- CHANGELOG.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5788b7f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,66 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project follows the +[Backdrop CMS versioning standard](https://github.com/backdrop-ops/contrib#releases). + +## [Unreleased] + +### Added +- PHP eval command +- User login and password reset commands +- config import/export commands +- Ability to download the dev branch of projects +- Database and SQL commands +- Documentation about extending Bee +- Support for PHP 8+ +- Version command +- Maintenance mode and state commands +- Ability to download project dependencies +- PHPCS checks included in GitHub Actions +- PHP Script command +- DB Drop command +- Support command level short form options +- DB Query command +- Support for GitHub Tokens to mitigate GitHub API rate limit. + +### Changed +- Improved install command +- Improved support for different versions of `wget()` +- Extended status command +- Improved display of help +- Replace `exec()`and `shell_exec()` in download command +- Additional location for custom commands +- Improve error handling +- Improve support for running tests outside Lando + +### Removed +- Hide progress option within download + +### Fixed +- Multiple bug fixes + +## [1.x-1.0.0-beta] - 2021-03-22 + +### Added +- Cache commands +- Config commands +- Cron command +- DB Log commands +- Download commands +- Help commands +- Install command +- Project commands +- Status command +- Update DB command +- Tests +- Lando file to run tests locally +- Add messages and output capability +- Add multisite support +### Changed +- Changed from `b` to `bee` + +[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.0-beta...HEAD +[1.x-1.0.0-beta]: https://github.com/backdrop-contrib/bee/compare/v0.0.0...1.x-1.0.0-beta