Skip to content

Commit a6441d5

Browse files
committed
Prepare 1.1.5
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 4d62489 commit a6441d5

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## [1.1.5] – 2025-07-24
12+
13+
### Fixed
14+
- Fix scheduled summary jobs #40
15+
- Enable dependabot and other maintenance tasks #37
16+
- Add Github actions for reuse #36
17+
18+
1119
## [1.1.4] – 2024-10-01
1220

1321
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
3-
APP_VERSION := 1.1.4
3+
APP_VERSION := 1.1.5
44

55
.DEFAULT_GOAL := help
66

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
2323
* Talk
2424
* Task Processing Provider (like Local large language model app (llm2) or OpenAI and LocalAI integration app (integration_openai))
2525
]]></description>
26-
<version>1.1.4</version>
26+
<version>1.1.5</version>
2727
<licence>MIT</licence>
2828
<author mail="florian.klinger@nextcloud.com" homepage="https://github.com/nc-fkl">Florian Klinger</author>
2929
<namespace>SummaryBot</namespace>
@@ -38,7 +38,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
3838
<docker-install>
3939
<registry>ghcr.io</registry>
4040
<image>nextcloud/summary_bot</image>
41-
<image-tag>1.1.4</image-tag>
41+
<image-tag>1.1.5</image-tag>
4242
</docker-install>
4343
<scopes>
4444
<value>TALK</value>

example.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ APP_ID=summary_bot
55
APP_DISPLAY_NAME=SummaryBot
66
APP_PORT=9031
77
APP_SECRET=12345
8-
APP_VERSION=1.1.4
8+
APP_VERSION=1.1.5
99
NEXTCLOUD_URL=http://nextcloud.local

0 commit comments

Comments
 (0)