Releases: nextcloud/translate2
Releases · nextcloud/translate2
v2.3.0
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
v2.2.0
2.2.0 – 2025-10-06
Added
- use the config.json from the persistent volume if persent (#70) @kyteinsky
Fixed
- correct task id from the task object for error reporting (#69) @kyteinsky
Changed
- set max decoding length to 10k by default (#69) @kyteinsky
- bump max NC version to 33
v2.1.0
2.1.0 – 2025-08-05
Added
- Add reuse compliance (#23) @AndyScherzinger
- HaRP support (Nextcloud 32+) (#35) @oleksandr-nc
Fixed
- handle next_task network exceptions @kyteinsky
- fix model switch to work without disable and re-enable (#32) @kyteinsky
- report errors to app_api on enable (#60) @kyteinsky
Changed
- pin gh action versions (#31) @kyteinsky
- make docker builds reproducible (#46) @kyteinsky
- update pip deps and remove dependabot (#61) @kyteinsky
- use the HEAD commit timestamp instead of 0 in docker build (#62) @kyteinsky
- Improve error handling in task processing (#65) @lukasdotcom
- Implement feedback for better error handling (#66) @lukasdotcom
- Bump support to NC 32 @kyteinsky