File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Known providers:
6262
6363More 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 >
Original file line number Diff line number Diff line change 11{
22 "name" : " assistant" ,
3- "version" : " 3.4.1 " ,
3+ "version" : " 3.4.2 " ,
44 "description" : " Nextcloud Assistant" ,
55 "main" : " index.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments