Skip to content

Commit 5d0e6a2

Browse files
committed
v2.0.0
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 2b1d8e1 commit 5d0e6a2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

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+
930
## 1.0.0 – 2023-09-21
1031
### Added
1132
* the app

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[
77
Ask questions to nextcloud Assistant about the content of your documents.
88
]]></description>
9-
<version>1.1.0</version>
9+
<version>2.0.0</version>
1010
<licence>agpl</licence>
1111
<author>Julien Veyssier</author>
1212
<namespace>ContextChat</namespace>

0 commit comments

Comments
 (0)