Skip to content

Commit a53bb2a

Browse files
authored
Merge pull request #430 from nextcloud/prepare-v2.12.0
Prepare v2.12.0
2 parents fd3aa1c + 6a2bf20 commit a53bb2a

31 files changed

+34
-23
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## 2.12.0 – 2025-12-17
14+
15+
### Added
16+
- More AI warnings @marcelklehr [#425](https://github.com/nextcloud/assistant/pull/425)
17+
18+
### Changed
19+
- Gracefully handle scheduling errors in the UI @julien-nc [#426](https://github.com/nextcloud/assistant/pull/426)
20+
21+
### Fixed
22+
- use new composable for relative time @janepie [#429](https://github.com/nextcloud/assistant/pull/429)
23+
1324
## 2.11.0 – 2025-12-09
1425

1526
### Added

appinfo/info.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Known providers:
6262
6363
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
6464
]]> </description>
65-
<version>2.11.0</version>
65+
<version>2.12.0</version>
6666
<licence>agpl</licence>
6767
<author>Julien Veyssier</author>
6868
<namespace>Assistant</namespace>
@@ -73,13 +73,13 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
7373
<category>ai</category>
7474
<website>https://github.com/nextcloud/assistant</website>
7575
<bugs>https://github.com/nextcloud/assistant/issues</bugs>
76-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.jpg</screenshot>
77-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot2.jpg</screenshot>
78-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot3.jpg</screenshot>
79-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot4.jpg</screenshot>
80-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot5.jpg</screenshot>
81-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg</screenshot>
82-
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg</screenshot>
76+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.png</screenshot>
77+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot2.png</screenshot>
78+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot3.png</screenshot>
79+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot4.png</screenshot>
80+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot5.png</screenshot>
81+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.png</screenshot>
82+
<screenshot>https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.png</screenshot>
8383
<dependencies>
8484
<nextcloud min-version="30" max-version="33"/>
8585
</dependencies>

img/screenshots/screenshot1.jpg

-287 KB
Binary file not shown.

img/screenshots/screenshot1.jpg.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

img/screenshots/screenshot1.png

354 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

img/screenshots/screenshot2.jpg

-297 KB
Binary file not shown.

img/screenshots/screenshot2.jpg.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

img/screenshots/screenshot2.png

394 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)