Skip to content

Commit d0c56af

Browse files
committed
v2.3.0
1 parent 3b96719 commit d0c56af

3 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
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [2.3.0] - 2025-11-12
9+
10+
### New
11+
12+
- Support Nextcloud 33
13+
- feat: Add support for taskprocessing trigger event to speed up task pickup
14+
- Feat: Report task progress to frontend
15+
816
## [2.2.3] - 2025-10-12
917

1018
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
APP_ID := stt_whisper2
44
APP_NAME := Local Whisper Speech To Text
5-
APP_VERSION := 2.2.3
5+
APP_VERSION := 2.3.0
66
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9030}"
77

88

appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Negative:
2121
2222
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
2323
]]></description>
24-
<version>2.2.3</version>
24+
<version>2.3.0</version>
2525
<licence>agpl</licence>
2626
<author mail="mklehr@gmx.net" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
2727
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
@@ -33,13 +33,13 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
3333
<repository type="git">https://github.com/nextcloud/stt_whisper2</repository>
3434
<screenshot>https://raw.githubusercontent.com/nextcloud/stt_whisper2/main/img/Logo.png</screenshot>
3535
<dependencies>
36-
<nextcloud min-version="30" max-version="32"/>
36+
<nextcloud min-version="30" max-version="33"/>
3737
</dependencies>
3838
<external-app>
3939
<docker-install>
4040
<registry>ghcr.io</registry>
4141
<image>nextcloud/stt_whisper2</image>
42-
<image-tag>2.2.3</image-tag>
42+
<image-tag>2.3.0</image-tag>
4343
</docker-install>
4444
</external-app>
4545
</info>

0 commit comments

Comments
 (0)