Skip to content

Commit 1ff0b98

Browse files
authored
2.3.0 (#83)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 55240c1 commit 1ff0b98

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## 2.3.0 – 2025-11-21
12+
### Added
13+
- Implement support for taskprocessing trigger event (#78) @marcelklehr
14+
- load the model once and keep it loaded (#82) @kyteinsky
15+
16+
### Fixed
17+
- use cpu device when rocm is the compute device (#80) @kyteinsky
18+
19+
### Changed
20+
- use "detect_language" instead of "auto" for lang detection enum value (#75) @kyteinsky
21+
- update app description in info.xml and readme (#81) @kyteinsky
22+
23+
1124
## 2.2.0 – 2025-10-06
1225
### Added
1326
- use the config.json from the persistent volume if persent (#70) @kyteinsky

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The app currently supports 400+ languages. See the complete list here: https://h
1818
1919
For installation steps and other details, see https://docs.nextcloud.com/server/latest/admin_manual/ai/app_translate2.html
2020
]]></description>
21-
<version>2.2.0</version>
21+
<version>2.3.0</version>
2222
<licence>MIT</licence>
2323
<author mail="[email protected]" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
2424
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
@@ -34,7 +34,7 @@ For installation steps and other details, see https://docs.nextcloud.com/server/
3434
<docker-install>
3535
<registry>ghcr.io</registry>
3636
<image>nextcloud/translate2</image>
37-
<image-tag>2.2.0</image-tag>
37+
<image-tag>2.3.0</image-tag>
3838
</docker-install>
3939
<scopes>
4040
<value>AI_PROVIDERS</value>

0 commit comments

Comments
 (0)