diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a5a2b..eec40e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [Unreleased](https://github.com/bastien70/dbsaver/tree/HEAD) + +[Full Changelog](https://github.com/bastien70/dbsaver/compare/1.1.0...HEAD) + +**Closed issues:** + +- Allow to manually remove a backup [\#32](https://github.com/bastien70/dbsaver/issues/32) + +**Merged pull requests:** + +- Cleanup vendors [\#38](https://github.com/bastien70/dbsaver/pull/38) ([jmsche](https://github.com/jmsche)) +- Add docs about updating the application [\#37](https://github.com/bastien70/dbsaver/pull/37) ([jmsche](https://github.com/jmsche)) +- Added reset password support [\#36](https://github.com/bastien70/dbsaver/pull/36) ([bastien70](https://github.com/bastien70)) +- Allow to manually remove a backup [\#35](https://github.com/bastien70/dbsaver/pull/35) ([jmsche](https://github.com/jmsche)) +- Send email in user's locale [\#34](https://github.com/bastien70/dbsaver/pull/34) ([jmsche](https://github.com/jmsche)) +- PostInstall command: add an option to only ask for missing params [\#33](https://github.com/bastien70/dbsaver/pull/33) ([jmsche](https://github.com/jmsche)) +- Docs refactor [\#31](https://github.com/bastien70/dbsaver/pull/31) ([jmsche](https://github.com/jmsche)) +- User: add locale & allow them to control their settings [\#30](https://github.com/bastien70/dbsaver/pull/30) ([jmsche](https://github.com/jmsche)) +- Remove unused constant [\#29](https://github.com/bastien70/dbsaver/pull/29) ([jmsche](https://github.com/jmsche)) +- Notification email: customize title & footer, use Mailer [\#28](https://github.com/bastien70/dbsaver/pull/28) ([jmsche](https://github.com/jmsche)) +- Post install command: offer existing values when running command again [\#27](https://github.com/bastien70/dbsaver/pull/27) ([jmsche](https://github.com/jmsche)) +- Add tests for DatabaseValidator & don't apply it if database name is … [\#26](https://github.com/bastien70/dbsaver/pull/26) ([jmsche](https://github.com/jmsche)) +- Send notification emails after backups [\#25](https://github.com/bastien70/dbsaver/pull/25) ([jmsche](https://github.com/jmsche)) +- Improvement of the CRUD Database index [\#24](https://github.com/bastien70/dbsaver/pull/24) ([bastien70](https://github.com/bastien70)) +- Use Docker for local tests [\#23](https://github.com/bastien70/dbsaver/pull/23) ([jmsche](https://github.com/jmsche)) +- Change main path from "/dbsaver" to "/" [\#22](https://github.com/bastien70/dbsaver/pull/22) ([jmsche](https://github.com/jmsche)) +- Database connection status [\#21](https://github.com/bastien70/dbsaver/pull/21) ([jmsche](https://github.com/jmsche)) +- Test entities & improve Backup controller tests [\#20](https://github.com/bastien70/dbsaver/pull/20) ([jmsche](https://github.com/jmsche)) +- Fix license in composer.json [\#19](https://github.com/bastien70/dbsaver/pull/19) ([jmsche](https://github.com/jmsche)) +- Improve forms [\#18](https://github.com/bastien70/dbsaver/pull/18) ([jmsche](https://github.com/jmsche)) +- Allow to test database connection [\#17](https://github.com/bastien70/dbsaver/pull/17) ([jmsche](https://github.com/jmsche)) +- Make tests use .env.test.local instead of .env.local [\#16](https://github.com/bastien70/dbsaver/pull/16) ([jmsche](https://github.com/jmsche)) + ## [1.1.0](https://github.com/bastien70/dbsaver/tree/1.1.0) (2021-08-24) [Full Changelog](https://github.com/bastien70/dbsaver/compare/1.0.0...1.1.0)