Skip to content

Commit 546731b

Browse files
authored
Merge pull request #112 from nextcloud/release/2.0.3
Prepare 2.0.3
2 parents ac409dd + 2f0ef02 commit 546731b

13 files changed

+23
-5
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## 2.0.3 – 2024-08-13
10+
11+
### Changed
12+
13+
- Show all task types inline @julien-nc [#109](https://github.com/nextcloud/assistant/pull/109)
14+
- More links to docs @marcelklehr [#108](https://github.com/nextcloud/assistant/pull/108)
15+
16+
### Fixed
17+
18+
- Populate scopeList with scopeListMeta on select event @kyteinsky [#105](https://github.com/nextcloud/assistant/pull/105)
19+
- More error log @marcelklehr [#107](https://github.com/nextcloud/assistant/pull/107)
20+
- Don't require Admin access for Chat with AI @marcelklehr [#106](https://github.com/nextcloud/assistant/pull/106)
21+
- Trim text values @julien-nc [#110](https://github.com/nextcloud/assistant/pull/110)
22+
- Avoid colon in uploaded file names @julien-nc [#111](https://github.com/nextcloud/assistant/pull/111)
23+
924
## 2.0.2 – 2024-07-26
1025

1126
### Added

appinfo/info.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Known providers:
5858
5959
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
6060
]]> </description>
61-
<version>2.0.2</version>
61+
<version>2.0.3</version>
6262
<licence>agpl</licence>
6363
<author>Julien Veyssier</author>
6464
<namespace>Assistant</namespace>
@@ -68,10 +68,13 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
6868
<category>integration</category>
6969
<website>https://github.com/nextcloud/assistant</website>
7070
<bugs>https://github.com/nextcloud/assistant/issues</bugs>
71-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshot1.jpg</screenshot>
72-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshot2.jpg</screenshot>
73-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshot3.jpg</screenshot>
74-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshot4.jpg</screenshot>
71+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.jpg</screenshot>
72+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot2.jpg</screenshot>
73+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot3.jpg</screenshot>
74+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot4.jpg</screenshot>
75+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot5.jpg</screenshot>
76+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg</screenshot>
77+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg</screenshot>
7578
<dependencies>
7679
<nextcloud min-version="30" max-version="30"/>
7780
</dependencies>

img/screenshot1.jpg

-253 KB
Binary file not shown.

img/screenshot2.jpg

-204 KB
Binary file not shown.

img/screenshot3.jpg

-325 KB
Binary file not shown.

img/screenshot4.jpg

-158 KB
Binary file not shown.

img/screenshots/screenshot1.jpg

287 KB
Loading

img/screenshots/screenshot2.jpg

297 KB
Loading

img/screenshots/screenshot3.jpg

190 KB
Loading

img/screenshots/screenshot4.jpg

311 KB
Loading

0 commit comments

Comments
 (0)