Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.5] – 2025-07-24

### Fixed
- Fix scheduled summary jobs #40 @lukasdotcom
- Enable dependabot and other maintenance tasks #37 @kyteinsky
- Add Github actions for reuse #36 @AndyScherzinger


## [1.1.4] – 2024-10-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
APP_VERSION := 1.1.4
APP_VERSION := 1.1.5

.DEFAULT_GOAL := help

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
* Talk
* Task Processing Provider (like Local large language model app (llm2) or OpenAI and LocalAI integration app (integration_openai))
]]></description>
<version>1.1.4</version>
<version>1.1.5</version>
<licence>MIT</licence>
<author mail="florian.klinger@nextcloud.com" homepage="https://github.com/nc-fkl">Florian Klinger</author>
<namespace>SummaryBot</namespace>
Expand All @@ -38,7 +38,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/summary_bot</image>
<image-tag>1.1.4</image-tag>
<image-tag>1.1.5</image-tag>
</docker-install>
<scopes>
<value>TALK</value>
Expand Down
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ APP_ID=summary_bot
APP_DISPLAY_NAME=SummaryBot
APP_PORT=9031
APP_SECRET=12345
APP_VERSION=1.1.4
APP_VERSION=1.1.5
NEXTCLOUD_URL=http://nextcloud.local