- Release Notes voor 3.1.36-beta

This commit is contained in:
Josako
2025-12-02 13:08:39 +01:00
parent 94b805e0eb
commit e30fe7807c

View File

@@ -5,9 +5,24 @@ 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).
## 3.1.36-beta
Release date: 2025-12-02
### Added
- Refactoring of the chat client to use tabs for the active conversation, history and settings.
- Introduction of shells for Mobile and Desktop clients, allowing for additional shells like plugins to be added in the future.
### Fixed
- TRA-89—Problem solved where connection could get lost in sync between client and backend
- TRA-98—End user could continue without accepting dpa & terms
- TRA-96—Multiple-choice questions in the mobile client not scrolling → Solved by introducing a new client layout
- TRA-101—DPA-link was not working
- TRA-102—Wrong responses when looking for affirmative answers.
## 3.1.26-beta
Release date:
Release date: 2025-11-26
### Changed
- Introduction of vueuse/core in the chat client, to ensure abstraction of ui behaviour for different mobile devices.