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