Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky committed Mar 21, 2024
1 parent 2b1d8e1 commit 5d0e6a2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.0.0 – 2024-03-21

### Changed
- refactor and fix scoped context chat
- install app_api from git & use setup_python action
- use full path of file instead of file name

### Fixed
- fix: app disable listener now deletes sources for all users
- replace usage of enum with a class and update gh workflows
- fix integration test workflow
- update app_api app installation commands

### Added
- add support for scoped context in query
- fix: metadata search for provider
- add no-context option to prompt command
- AppAPI min version check
- introduce a content provider interface


## 1.0.0 – 2023-09-21
### Added
* the app
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description><![CDATA[
Ask questions to nextcloud Assistant about the content of your documents.
]]></description>
<version>1.1.0</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>ContextChat</namespace>
Expand Down

0 comments on commit 5d0e6a2

Please sign in to comment.