Skip to content

Commit 7bb9edc

Browse files
committed
v4.1.0
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 8b88901 commit 7bb9edc

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [4.1.0] - 2025-07-07
10+
11+
### New
12+
13+
- Support Nextcloud 32
14+
15+
### Changed
16+
17+
- Use outlined icons
18+
19+
### Fixed
20+
21+
- fix(l10n): Update translations from Transifex
22+
923
## [4.0.1] - 2024-09-26
1024

1125
### Changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The rating depends on the model you select to use.
3030
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
3131
3232
]]></description>
33-
<version>4.0.2</version>
33+
<version>4.1.0</version>
3434
<licence>agpl</licence>
3535
<author>Julien Veyssier</author>
3636
<namespace>Replicate</namespace>
@@ -45,7 +45,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
4545
<screenshot>https://github.com/julien-nc/integration_replicate/raw/main/img/screenshot2.jpg</screenshot>
4646
<screenshot>https://github.com/julien-nc/integration_replicate/raw/main/img/screenshot3.jpg</screenshot>
4747
<dependencies>
48-
<nextcloud min-version="30" max-version="31"/>
48+
<nextcloud min-version="30" max-version="32"/>
4949
</dependencies>
5050
<settings>
5151
<admin>OCA\Replicate\Settings\Admin</admin>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_replicate",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Replicate integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)