- The code for this application is now available under the AGPL 3.0 licence.
- Updated to .NET 8.0.
- The app now runs on port 8080 inside the docker container. Please update your Docker compose!
- Default uid & gid of container user changed to 1654.
- Visualize log entries in a tree view.
- Log entries with coordinates using the LV95 Reference System can now be downloaded as GeoJSON.
- Added
--verbose
flag when calling ilivalidator to get a more detailed output about constraints and errors. - When releasing a GitHub pre-release, the release notes are automatically updated with the corresponding entries from the
CHANGELOG.md
file.
- Switch to the built-in
Parallel.ForEachAsync
method for parallel processing of validation background tasks.
- Fixed the HTTP Content-Type header for the ilivalidator plain text log files.
- Fixed transfer files not getting deleted after failed validations.
- Added support for additional catalogue files pre-configured in the backend. Which means that the user does not have to upload required catalogue files along with the transfer file in a ZIP file for every validation anymore. The backend will automatically use the pre-configured catalogue files for validation if the user does not provide them in a ZIP file.
- Added support for additional ilivalidator plugins.
- Added support for local INTERLIS models.
- Support REST API
- Communication of HTML-Client switched to RESTful (before: SignalR)
- Support validation against local catalogue files
- Support validation against catalogue files delivered by ZIP
- Support INTERLIS 1 transfer files
- Support validation against own models (ili) delivered by ZIP
- Version- and License information included at client
- Fixed TOML configuration option
- Support of validation of Geopackage databases (containing an ili2db schema)
- Fixed an issue where network disconnects stops validations
- Fixed an issue with transferfiles containing a blank space
- Added a new UI design
- Enhanced support of frontend customization
- Improved error logs in the case of unavailable logfiles
- Improved status logs and display
- Support for automatic deletes of logfiles
- Improved scrollbar position
- Fixed status in the case of a connection timeout
- Fixed an issue with deletes in the case of an invalid upload
- Fixed some CSS issues
- Improved filename specification for logfiles
- Support for automatically deletes of transferfiles after validations
- Added option to provide path to xtf-logfile to clipboard
- Added controller logs
- Improved wrong content-type/encoding of logfiles
- Fixed an issue with too large request bodies
- Fixed an issue with upper case extensions of transferfiles
- Support for download of log- and xtflog-files from client
- Enhanced parameter set for calling ilivalidator
- Add support to run ilicop in a Docker container
- Added version to frontend
- Fixed an issue while uploading ZIP files