From 1cfc812414ddbd88eb9468ea04337014f1186170 Mon Sep 17 00:00:00 2001 From: Francesco Date: Thu, 21 Sep 2023 16:18:56 +0200 Subject: [PATCH] README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc74ea6..6228df5 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,16 @@ This annotation can be placed on binary fields to declare they are storing an im ## Changelog +**0.0.4** +- Simplified setup/configuration: now it only requires a couple of config properties and 1 annotation +- Support of custom base url where the interface is server instead of hardcoded "/dbadmin" +- Continued implementation of automated testing with Selenium -0.0.3 - @DisplayImage; Selenium tests; Fixed/greatly improved edit page; +**0.0.3** +- @DisplayImage; Selenium tests; Fixed/greatly improved edit page; -0.0.2 - Faceted search with `@Filterable` annotation +**0.0.2** +- Faceted search with `@Filterable` annotation -0.0.1 - First alpha release (basic CRUD features) +**0.0.1** +- First alpha release (basic CRUD features)