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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

APP_ID := live_transcription
APP_NAME := Live Transcription
APP_VERSION := 1.1.2
APP_VERSION := 1.2.0
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":23000}"


Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>
<![CDATA[Provides live transcriptions in Nextcloud Talk calls. High-performance backend (HPB) is required for this app to work.]]>
</description>
<version>1.1.2</version>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/kyteinsky">Anupam Kumar</author>
<author mail="[email protected]" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
Expand All @@ -27,7 +27,7 @@
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud-releases/live_transcription</image>
<image-tag>1.1.2</image-tag>
<image-tag>1.2.0</image-tag>
</docker-install>
<environment-variables>
<variable>
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased


## 1.2.0 - 2025-09-11

### Added
- support sending partial transcript chunks (#22) @kyteinsky

### Fixed
- better HPB error message handling (#26) @kyteinsky
- slow down transcript sent to 300ms (#26) @kyteinsky
- better shutdown process (#26) @kyteinsky
- drop the "the", it's cleaner (#26) @kyteinsky


## 1.1.2 - 2025-08-28

### Fixed
Expand Down
Loading