From d00ef181a4fe7172696f7fe1b3f00b03c8e19066 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Wed, 8 Nov 2023 18:50:07 +0200 Subject: [PATCH] v1.2.0-update (#113) Signed-off-by: Andrey Borysenko Co-authored-by: Alexander Piskun --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2624d3e..3a2cee8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.2.0 - 2023-11-08] + +### Changed + +- Prototypes of functions for calling external applications and PHP have been redesigned. #112 @bigcat88, @kyteinsky +- ExApp init (`/init`) endpoint now called with AppAPI auth too. #111 + +### Fixed + +- UI error when default daemon missing. #109 +- FilesActions API: correct cast of file's permission to the number. +- Docs: ExApp install flow described. #108 + ## [1.1.0 - 2023-10-23] ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index c673be1c..c02428ba 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -40,7 +40,7 @@ to join us in shaping a more versatile, stable, and secure app landscape. *Your insights, suggestions, and contributions are invaluable to us.* ]]> - 1.1.0 + 1.2.0 agpl Andrey Borysenko Alexander Piskun