Changelog update for 2.3.8-alfa

This commit is contained in:
Josako
2025-06-26 16:00:51 +02:00
parent 53e32a67bd
commit 1931191fe0

View File

@@ -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