Skip to content
Closed
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.1 - 2026-04-06

### Changed
- structured changelog in a yaml file ([#86](https://github.com/nextcloud/translate2/pull/86)) @kyteinsky
- add ignore patterns for changelog ([#87](https://github.com/nextcloud/translate2/pull/87)) @kyteinsky
- changelog.yaml structure changes and CHANGELOG.md re-render ([#89](https://github.com/nextcloud/translate2/pull/89)) @kyteinsky

### Fixed
- adjust inference params to limit small input repetition ([#85](https://github.com/nextcloud/translate2/pull/85)) @kyteinsky


## 2.3.0 - 2025-11-21

### Added
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.3.0</version>
<version>2.3.1</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.3.0</image-tag>
<image-tag>2.3.1</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down
23 changes: 23 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@ release_agent:
- author: "^nextcloud-bot$"
- author: "^dependabot\\[bot\\]$"
entries:
- version: 2.3.1
release_date: '2026-04-06'
sections:
- name: Changed
items:
- text: structured changelog in a yaml file
authors:
- kyteinsky
issue_number: 86
- text: add ignore patterns for changelog
authors:
- kyteinsky
issue_number: 87
- text: changelog.yaml structure changes and CHANGELOG.md re-render
authors:
- kyteinsky
issue_number: 89
- name: Fixed
items:
- text: adjust inference params to limit small input repetition
authors:
- kyteinsky
issue_number: 85
- version: 2.3.0
release_date: '2025-11-21'
sections:
Expand Down
Loading