File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## 2.0.0 – 2024-03-21
10
+
11
+ ### Changed
12
+ - refactor and fix scoped context chat
13
+ - install app_api from git & use setup_python action
14
+ - use full path of file instead of file name
15
+
16
+ ### Fixed
17
+ - fix: app disable listener now deletes sources for all users
18
+ - replace usage of enum with a class and update gh workflows
19
+ - fix integration test workflow
20
+ - update app_api app installation commands
21
+
22
+ ### Added
23
+ - add support for scoped context in query
24
+ - fix: metadata search for provider
25
+ - add no-context option to prompt command
26
+ - AppAPI min version check
27
+ - introduce a content provider interface
28
+
29
+
9
30
## 1.0.0 – 2023-09-21
10
31
### Added
11
32
* the app
Original file line number Diff line number Diff line change 6
6
<description ><![CDATA[
7
7
Ask questions to nextcloud Assistant about the content of your documents.
8
8
]]> </description >
9
- <version >1.1 .0</version >
9
+ <version >2.0 .0</version >
10
10
<licence >agpl</licence >
11
11
<author >Julien Veyssier</author >
12
12
<namespace >ContextChat</namespace >
You can’t perform that action at this time.
0 commit comments