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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.5.1 - 2026-07-27

### Changed

- Update workflows and dependencies and bump Nextcloud support to 35 @lukasdotcom [#69](https://github.com/nextcloud/text2speech_kokoro/pull/69)

## 1.5.0 - 2026-03-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP_ID := text2speech_kokoro
APP_NAME := Kokoro
APP_VERSION := 1.5.0
APP_VERSION := 1.5.1
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9030}"


Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Negative:
* The training data isn't freely available, making it not possible to check or correct for bias or optimise the performance and CO2 usage.
]]>
</description>
<version>1.5.0</version>
<version>1.5.1</version>
<licence>agpl</licence>
<author mail="lukas@lschaefer.xyz" homepage="https://github.com/lukasdotcom">Lukas Schaefer</author>
<namespace>text2speech_kokoro</namespace>
Expand All @@ -37,7 +37,7 @@ Negative:
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/text2speech_kokoro</image>
<image-tag>1.5.0</image-tag>
<image-tag>1.5.1</image-tag>
</docker-install>
</external-app>
</info>
Loading