Skip to content

Commit a75b8a7

Browse files
authored
Merge pull request #66 from nextcloud/release-1.5.0
Prepare 1.5.0
2 parents cc55cc7 + bfefc42 commit a75b8a7

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.5.0 - 2026-03-31
9+
10+
### Added
11+
12+
- Update python dependencies and support Nextcloud 34 @lukasdotcom [#65](https://github.com/nextcloud/text2speech_kokoro/pull/65)
13+
14+
### Fixed
15+
16+
- fix: Improve error handeling @lukasdotcom [#60](https://github.com/nextcloud/text2speech_kokoro/pull/60)
17+
818
## 1.4.0 - 2026-01-07
919

1020
### Added

Makefile

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

33
APP_ID := text2speech_kokoro
44
APP_NAME := Kokoro
5-
APP_VERSION := 1.4.0
5+
APP_VERSION := 1.5.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Negative:
2222
* The training data isn't freely available, making it not possible to check or correct for bias or optimise the performance and CO2 usage.
2323
]]>
2424
</description>
25-
<version>1.4.0</version>
25+
<version>1.5.0</version>
2626
<licence>agpl</licence>
2727
<author mail="lukas@lschaefer.xyz" homepage="https://github.com/lukasdotcom">Lukas Schaefer</author>
2828
<namespace>text2speech_kokoro</namespace>
@@ -37,7 +37,7 @@ Negative:
3737
<docker-install>
3838
<registry>ghcr.io</registry>
3939
<image>nextcloud/text2speech_kokoro</image>
40-
<image-tag>1.4.0</image-tag>
40+
<image-tag>1.5.0</image-tag>
4141
</docker-install>
4242
</external-app>
4343
</info>

0 commit comments

Comments
 (0)