File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
99and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ APP_ID=summary_bot
55APP_DISPLAY_NAME = SummaryBot
66APP_PORT = 9031
77APP_SECRET = 12345
8- APP_VERSION = 1.1.4
8+ APP_VERSION = 1.1.5
99NEXTCLOUD_URL = http://nextcloud.local
You can’t perform that action at this time.
0 commit comments