From 916f8165ecfd9ed6ab7684835d3ced79319ddb92 Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Sun, 7 Dec 2025 12:12:22 +0200 Subject: [PATCH 1/2] chore(maintenance): added NC33 support Signed-off-by: Oleksander Piskun --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec1f59..8c4a78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ 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.1 - 2025-12-07] + +### Added + +- Nextcloud 33 support. + ## [1.2.0 - 2025-05-20] ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 3173fab..02e3cda 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -24,7 +24,7 @@ This app provides an easy way to install the Windmill based Business Process Aut **Requires [`AppAPI`](https://github.com/nextcloud/app_api) and `webhook_listeners` to be enabled to work.** ]]> - 1.2.0 + 1.2.1 agpl Julien Veyssier Marcel Klehr @@ -39,7 +39,7 @@ This app provides an easy way to install the Windmill based Business Process Aut https://raw.githubusercontent.com/nextcloud/flow/main/screenshots/flow_2.png https://raw.githubusercontent.com/nextcloud/flow/main/screenshots/flow_3.png - + From 6bcf28116d3b26a2c840f792e3c527be1d270293 Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Sun, 7 Dec 2025 12:15:16 +0200 Subject: [PATCH 2/2] ping nc_py_api version Signed-off-by: Oleksander Piskun --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccef928..aa2bee7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -nc_py_api[app]>=0.19.2 +nc_py_api[app]==0.20.2