- Fixed bug that prevented Material Icons to show up properly

- Changelog for 2.3.10
This commit is contained in:
Josako
2025-07-22 04:24:56 +02:00
parent 4ad621428e
commit 98db88b00b
2 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,22 @@ 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.10-alfa]
### Added
- introduction of eveai-listview that is sortable and filterable (using tabulator), with client-side pagination
- Introduction of PARTNER_RAG retriever, PARTNER_RAG_SPECIALIST and linked Agents and Tasks, to support for documentation RAG
- Domain model diagrams added
- Addition of LicensePeriod views and form
### Changed
- npm build now includes building of css files
- npm build takes information from sourcefiles, defined in the correct component locations
- eveai.css is now split into more maintainable, separate css files
- adaptation of all list views in the application
- Chat-client converted to vue components and composables
## [2.3.9-alfa]
### Added