From 98db88b00bb6582264fc628cea47976c98b2073f Mon Sep 17 00:00:00 2001 From: Josako Date: Tue, 22 Jul 2025 04:24:56 +0200 Subject: [PATCH] - Fixed bug that prevented Material Icons to show up properly - Changelog for 2.3.10 --- content/changelog/1.0/1.0.0.md | 16 ++++++++++++++++ eveai_app/templates/head.html | 1 + 2 files changed, 17 insertions(+) diff --git a/content/changelog/1.0/1.0.0.md b/content/changelog/1.0/1.0.0.md index 214987c..dfe8412 100644 --- a/content/changelog/1.0/1.0.0.md +++ b/content/changelog/1.0/1.0.0.md @@ -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 diff --git a/eveai_app/templates/head.html b/eveai_app/templates/head.html index a0194c3..baf02de 100644 --- a/eveai_app/templates/head.html +++ b/eveai_app/templates/head.html @@ -7,6 +7,7 @@ +