diff --git a/CHANGELOG.md b/CHANGELOG.md index bc68ffe..f7ce00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.2] - 2025-06-26 + +### Fixed +- fixed availability check for Calendar: it's now always available + ## [1.2.1] - 2025-06-25 ### Fixed diff --git a/Makefile b/Makefile index 0ed0374..1e97900 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ APP_ID := context_agent APP_NAME := Nextcloud Context Agent -APP_VERSION := 1.2.1 +APP_VERSION := 1.2.2 JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}" diff --git a/appinfo/info.xml b/appinfo/info.xml index 79796c8..06b9367 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -28,7 +28,7 @@ Positive: * The software for this app is open source, no trained AI model is used ]]> - 1.2.1 + 1.2.2 MIT Marcel Klehr ContextAgent @@ -44,7 +44,7 @@ Positive: ghcr.io nextcloud/context_agent - 1.2.1 + 1.2.2 diff --git a/test.env b/test.env index c057e71..f89fd61 100644 --- a/test.env +++ b/test.env @@ -6,6 +6,6 @@ APP_HOST=0.0.0.0 APP_ID=context_agent APP_PORT=9081 APP_SECRET=12345 -APP_VERSION=1.2.1 +APP_VERSION=1.2.2 NEXTCLOUD_URL=http://localhost:8080 COMPUTE_DEVICE=CPU