Skip to content

Commit ad44685

Browse files
authored
Merge pull request #41 from nextcloud/prepare-1.2.2
Prepare release v1.2.2
2 parents 78029f1 + 1f7ebbc commit ad44685

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## [1.2.2] - 2025-06-26
12+
13+
### Fixed
14+
- fixed availability check for Calendar: it's now always available
15+
1116
## [1.2.1] - 2025-06-25
1217

1318
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
APP_ID := context_agent
66
APP_NAME := Nextcloud Context Agent
7-
APP_VERSION := 1.2.1
7+
APP_VERSION := 1.2.2
88
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}"
99

1010

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Positive:
2828
* The software for this app is open source, no trained AI model is used
2929
]]>
3030
</description>
31-
<version>1.2.1</version>
31+
<version>1.2.2</version>
3232
<licence>MIT</licence>
3333
<author mail="[email protected]" homepage="https://marcelklehr.de">Marcel Klehr</author>
3434
<namespace>ContextAgent</namespace>
@@ -44,7 +44,7 @@ Positive:
4444
<docker-install>
4545
<registry>ghcr.io</registry>
4646
<image>nextcloud/context_agent</image>
47-
<image-tag>1.2.1</image-tag>
47+
<image-tag>1.2.2</image-tag>
4848
</docker-install>
4949
</external-app>
5050
</info>

test.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ APP_HOST=0.0.0.0
66
APP_ID=context_agent
77
APP_PORT=9081
88
APP_SECRET=12345
9-
APP_VERSION=1.2.1
9+
APP_VERSION=1.2.2
1010
NEXTCLOUD_URL=http://localhost:8080
1111
COMPUTE_DEVICE=CPU

0 commit comments

Comments
 (0)