diff --git a/content/changelog/1.0/1.0.0.md b/content/changelog/1.0/1.0.0.md index 08ef9bb..8536414 100644 --- a/content/changelog/1.0/1.0.0.md +++ b/content/changelog/1.0/1.0.0.md @@ -5,6 +5,36 @@ All notable changes to EveAI will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.8-alfa] + +### Added +- Translation Service +- Automagic HTML Processor +- Allowed languages defined at level of Tenant Make + +### Changed +- For changes in existing functionality. +- Allow to activate / de-activate Processors +- Align all document views with session catalog +- Allow different processor types to handle the same file types +- Remove welcome message from tenant_make customisation, add to specialist configuration + +### Deprecated +- For soon-to-be removed features. + +### Removed +- For now removed features. + +### Fixed +- Adapt TRAICIE_ROLE_DEFINITION_SPECIALIST to latest requirements +- Allow for empty historical messages +- Ensure client can cope with empty customisation options +- Ensure only tenant-defined makes are selectable throughout the application +- Refresh partner info when adding Partner Services + +### Security +- In case of vulnerabilities. + ## [2.3.7-alfa] ### Added