Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksander Piskun <[email protected]>
  • Loading branch information
oleksandr-nc committed Jan 13, 2025
1 parent 2cb5071 commit b3f9b6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ 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.1.0 - 2025-01-14]

### Added

- Initialization of the `baseUrl` value in the Nextcloud Auth resource. #35
- Synchronization of `AA_VERSION` and `APP_VERSION` values in the Nextcloud Auth resource. #32

### Changed

- Python version updated from `3.10` to `3.12`. #33

### Fixed

- The PgSQL database now comes preinstalled in the Docker image instead of being installed during ExApp startup. #30

## [1.0.1 - 2024-10-10]

### Added
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flow is the key to unlocking enhanced productivity in Nextcloud, designed to be
**Requires [`AppAPI`](https://github.com/nextcloud/app_api) and `webhook_listeners` to be enabled to work.**
]]></description>
<version>1.0.1</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/julien-nc">Julien Veyssier</author>
<author mail="[email protected]" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
Expand All @@ -42,7 +42,7 @@ Flow is the key to unlocking enhanced productivity in Nextcloud, designed to be
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/flow</image>
<image-tag>1.0.1</image-tag>
<image-tag>1.1.0</image-tag>
</docker-install>
<routes>
<route>
Expand Down

0 comments on commit b3f9b6c

Please sign in to comment.