Skip to content

Commit

Permalink
Merge pull request #8960 from nextcloud/release/v3.4.2
Browse files Browse the repository at this point in the history
Release v3.4.2
  • Loading branch information
GretaD committed Oct 11, 2023
2 parents 20646e8 + 25d9139 commit fc5c2f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.4.2 - 2023-10-11
### Fixed
- Use corresponding table alias for recipient search
- Rate-limit IMAP auth if the password is wrong
- LoadEnvelopes being called twice when switching between two accounts
- Show empty thread view on handler
- Return if headers couldn't be parsed

## 3.4.1 - 2023-10-05
### Fixed
- Forward messages as attachments
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]></description>
<version>3.4.1</version>
<version>3.4.2</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
"version": "3.4.1",
"version": "3.4.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit fc5c2f9

Please sign in to comment.