From dbdd45190c6fef4beec226e50534ff00c47c9499 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 8 Oct 2023 11:17:19 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..52c6041 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +**0.1.5** +- Access-control annotations ([#5](https://github.com/aileftech/spring-boot-database-admin/issues/5)) +- Added support for `OffsetDateTime` ([#7](https://github.com/aileftech/spring-boot-database-admin/issues/7)) and several other field types (`char`, `short`, `byte`, `Date`). +- Unsupported field types are now handled gracefully ([#9](https://github.com/aileftech/spring-boot-database-admin/issues/9)) +- Solved Spring Boot Devtools incompatibility ([#8](https://github.com/aileftech/spring-boot-database-admin/issues/8)) + +**0.1.4** +- Fixed critical issue which was preventing correct startup ([#1](https://github.com/aileftech/spring-boot-database-admin/issues/1)) + +**0.1.3** +- `@HiddenColumn` +- Improved UI on action logs page and several other improvements to faceted search +- Bugfixes + +**0.1.2** +- Better handling of large text fields (shown as `textarea`) +- Added `CATEGORICAL` option to `Filterable` +- Several bug fixes + +**0.1.0** +- Implemented action logs +- Implemented user settings + +**0.0.4** +- Simplified setup/configuration: now it only requires a couple of config properties and 1 annotation +- Support of custom base url for the web UI, instead of hardcoded "/dbadmin" +- Continued implementation of automated testing with Selenium + +**0.0.3** +- @DisplayImage; Selenium tests; Fixed/greatly improved edit page; + +**0.0.2** +- Faceted search with `@Filterable` annotation + +**0.0.1** +- First alpha release (basic CRUD features)