From 67ceb57b795feb155087af70cde731b5a8ab8236 Mon Sep 17 00:00:00 2001 From: Josako Date: Tue, 10 Jun 2025 20:57:07 +0200 Subject: [PATCH] - Changelog to 2.3.5-alfa --- content/changelog/1.0/1.0.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/changelog/1.0/1.0.0.md b/content/changelog/1.0/1.0.0.md index 915714a..65b0156 100644 --- a/content/changelog/1.0/1.0.0.md +++ b/content/changelog/1.0/1.0.0.md @@ -5,6 +5,20 @@ 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.5-alfa] + +### Added +- Chat Client Initialisation (based on SpecialistMagicLink code) +- Definition of framework for the chat_client (using vue.js) + +### Changed +- Remove AllowedLanguages from Tenant +- Remove Tenant URL (now in Make) +- Adapt chat client customisation options + +### Fixed +- Several Bugfixes to administrative app + ## [2.3.4-alfa] ### Added