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

## 2.3.0 – 2025-11-21
### Added
- Implement support for taskprocessing trigger event (#78) @marcelklehr
- load the model once and keep it loaded (#82) @kyteinsky

### Fixed
- use cpu device when rocm is the compute device (#80) @kyteinsky

### Changed
- use "detect_language" instead of "auto" for lang detection enum value (#75) @kyteinsky
- update app description in info.xml and readme (#81) @kyteinsky


## 2.2.0 – 2025-10-06
### Added
- use the config.json from the persistent volume if persent (#70) @kyteinsky
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The app currently supports 400+ languages. See the complete list here: https://h

For installation steps and other details, see https://docs.nextcloud.com/server/latest/admin_manual/ai/app_translate2.html
]]></description>
<version>2.2.0</version>
<version>2.3.0</version>
<licence>MIT</licence>
<author mail="mklehr@gmx.net" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -34,7 +34,7 @@ For installation steps and other details, see https://docs.nextcloud.com/server/
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/translate2</image>
<image-tag>2.2.0</image-tag>
<image-tag>2.3.0</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down