Skip to content
CHANGELOG.md 1.38 KiB
Newer Older
## Version 1.1.0

* **Application has been renamed to TASMAN**
* Managed multiple users configuration: now each user has his/her own credentials configuration and custom UCDs configuration.
    * **XML configuration format is changed: if you update from previous version you will lost your previous configuration.**
* Both new users and custom UCDs can now be added using the GUI.
* Added "Rebuild UCD" functionality on the UCD insertion dialog.

## Version 1.0.4

### Updated ucdvalidator into Ucidy 1.0

Updated ucdvalidator library, renamed into Ucidy.

https://github.com/gmantele/ucidy

### Configuration file changes

In `webapp.properties` file, the property `credentials_config_path` has been renamed into `config_file_path`, because now the config.xml contains other configuration information in addition to the credentials ones.

XML configuration file structure is changed, however the application can update the old existing configuration into the new one without losing previously inserted values.

### Managed custom UCD

It is now possible to configure the web application for using custom UCD values (in addition to the standard ones). These values have to be inserted into the XML configuration file in this way:

    <configuration>
        <custom-ucds>
            <ucd>ia2:custom.test</ucd>
            <ucd>ia2:custom.anothertest</ucd>
        </custom-ucds>
    </configuration>