diff --git a/CHANGELOG.md b/CHANGELOG.md
index cabb1c1e..0560ffbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 2.12.0 – 2025-12-17
+
+### Added
+- More AI warnings @marcelklehr [#425](https://github.com/nextcloud/assistant/pull/425)
+
+### Changed
+- Gracefully handle scheduling errors in the UI @julien-nc [#426](https://github.com/nextcloud/assistant/pull/426)
+
+### Fixed
+- use new composable for relative time @janepie [#429](https://github.com/nextcloud/assistant/pull/429)
+
## 2.11.0 – 2025-12-09
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c229af2e..1f436725 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,7 +62,7 @@ Known providers:
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
]]>
- 2.11.0
+ 2.12.0
agpl
Julien Veyssier
Assistant
@@ -73,13 +73,13 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
ai
https://github.com/nextcloud/assistant
https://github.com/nextcloud/assistant/issues
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.jpg
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot2.jpg
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot3.jpg
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot4.jpg
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot5.jpg
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg
- https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.png
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot2.png
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot3.png
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot4.png
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot5.png
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.png
+ https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.png
diff --git a/img/screenshots/screenshot1.jpg b/img/screenshots/screenshot1.jpg
deleted file mode 100644
index 71c92fe8..00000000
Binary files a/img/screenshots/screenshot1.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot1.jpg.license b/img/screenshots/screenshot1.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot1.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot1.png b/img/screenshots/screenshot1.png
new file mode 100644
index 00000000..556b326d
Binary files /dev/null and b/img/screenshots/screenshot1.png differ
diff --git a/img/screenshots/screenshot1.png.license b/img/screenshots/screenshot1.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot1.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot2.jpg b/img/screenshots/screenshot2.jpg
deleted file mode 100644
index 10ada157..00000000
Binary files a/img/screenshots/screenshot2.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot2.jpg.license b/img/screenshots/screenshot2.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot2.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot2.png b/img/screenshots/screenshot2.png
new file mode 100644
index 00000000..498aad05
Binary files /dev/null and b/img/screenshots/screenshot2.png differ
diff --git a/img/screenshots/screenshot2.png.license b/img/screenshots/screenshot2.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot2.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot3.jpg b/img/screenshots/screenshot3.jpg
deleted file mode 100644
index 16cc9b8f..00000000
Binary files a/img/screenshots/screenshot3.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot3.jpg.license b/img/screenshots/screenshot3.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot3.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot3.png b/img/screenshots/screenshot3.png
new file mode 100644
index 00000000..b5ff604f
Binary files /dev/null and b/img/screenshots/screenshot3.png differ
diff --git a/img/screenshots/screenshot3.png.license b/img/screenshots/screenshot3.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot3.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot4.jpg b/img/screenshots/screenshot4.jpg
deleted file mode 100644
index b0b193b8..00000000
Binary files a/img/screenshots/screenshot4.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot4.jpg.license b/img/screenshots/screenshot4.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot4.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot4.png b/img/screenshots/screenshot4.png
new file mode 100644
index 00000000..a416aab5
Binary files /dev/null and b/img/screenshots/screenshot4.png differ
diff --git a/img/screenshots/screenshot4.png.license b/img/screenshots/screenshot4.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot4.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot5.jpg b/img/screenshots/screenshot5.jpg
deleted file mode 100644
index 3ac2dd86..00000000
Binary files a/img/screenshots/screenshot5.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot5.jpg.license b/img/screenshots/screenshot5.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot5.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot5.png b/img/screenshots/screenshot5.png
new file mode 100644
index 00000000..4d77960f
Binary files /dev/null and b/img/screenshots/screenshot5.png differ
diff --git a/img/screenshots/screenshot5.png.license b/img/screenshots/screenshot5.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot5.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot6.jpg b/img/screenshots/screenshot6.jpg
deleted file mode 100644
index 1bd1d3f3..00000000
Binary files a/img/screenshots/screenshot6.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot6.jpg.license b/img/screenshots/screenshot6.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot6.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot6.png b/img/screenshots/screenshot6.png
new file mode 100644
index 00000000..f2505680
Binary files /dev/null and b/img/screenshots/screenshot6.png differ
diff --git a/img/screenshots/screenshot6.png.license b/img/screenshots/screenshot6.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot6.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot7.jpg b/img/screenshots/screenshot7.jpg
deleted file mode 100644
index 2e51522a..00000000
Binary files a/img/screenshots/screenshot7.jpg and /dev/null differ
diff --git a/img/screenshots/screenshot7.jpg.license b/img/screenshots/screenshot7.jpg.license
deleted file mode 100644
index 84f7e704..00000000
--- a/img/screenshots/screenshot7.jpg.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
-SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/img/screenshots/screenshot7.png b/img/screenshots/screenshot7.png
new file mode 100644
index 00000000..2c4be044
Binary files /dev/null and b/img/screenshots/screenshot7.png differ
diff --git a/img/screenshots/screenshot7.png.license b/img/screenshots/screenshot7.png.license
new file mode 100644
index 00000000..23e2d6b1
--- /dev/null
+++ b/img/screenshots/screenshot7.png.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
+SPDX-License-Identifier: AGPL-3.0-or-later
diff --git a/package.json b/package.json
index 8ce45362..0e68f2af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "assistant",
- "version": "2.11.0",
+ "version": "2.12.0",
"description": "Nextcloud Assistant",
"main": "index.js",
"directories": {