Skip to content

Commit 0ee72f1

Browse files
committed
chore: prepare v3.4.2
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
1 parent 4d942c1 commit 0ee72f1

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## 3.4.2 - 2026-05-21
14+
15+
### Fixed
16+
- correctly set the z-index @julien-nc [#547](https://github.com/nextcloud/assistant/pull/547)
17+
- use UnknownActivityException instead of InvalidArgumentException in Notifier @janepie [#544](https://github.com/nextcloud/assistant/pull/544)
18+
- translate UI issues @janepie [#536](https://github.com/nextcloud/assistant/pull/536)
19+
- title UI issues @janepie [#524](https://github.com/nextcloud/assistant/pull/524)
20+
- Prevent opening the assistant dialog multiple times @julien-nc [#523](https://github.com/nextcloud/assistant/pull/523)
21+
22+
23+
### Changed
24+
- updated dependencies @janepie [#548](https://github.com/nextcloud/assistant/pull/548)
25+
- added strings for new mail tools @janepie [#525](https://github.com/nextcloud/assistant/pull/525)
26+
27+
1328
## 3.4.1 - 2026-05-04
1429

1530
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Known providers:
6262
6363
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
6464
]]> </description>
65-
<version>3.4.1</version>
65+
<version>3.4.2</version>
6666
<licence>agpl</licence>
6767
<author>Julien Veyssier</author>
6868
<namespace>Assistant</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assistant",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Nextcloud Assistant",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)