Skip to content

Commit

Permalink
Merge pull request #10134 from nextcloud/release/v4.0.0
Browse files Browse the repository at this point in the history
chore(release): v4.0.0
  • Loading branch information
ChristophWurst authored Sep 12, 2024
2 parents 818215f + f752089 commit e2b1258
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@
# Changelog
All notable changes to this project will be documented in this file.

## 4.0.0 - unreleased
## 4.0.0 - 2024-09-12
### Added
- More compact UI
- Search subject, sender and recipient by default
- Internal addresses
- Follow-up reminders
- Native editor toolbar design
- Send and read emails via OCS API
- Export accounts as JSON
### Changed
- Mark junk messages as read
- Updated and new translations
### Fixed
- Vulnerable dependencies
- IMAP cache inconsistencies
- MDN requests
- Create tasks from email
- SMTP connection handling on error
- Attachments content type parameter
- Design issues

## 3.6.0 – unreleased
### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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>4.0.0-rc.2</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author homepage="https://github.com/ChristophWurst">Christoph Wurst</author>
<author homepage="https://github.com/GretaD">GretaD</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": "4.0.0-rc2",
"version": "4.0.0",
"author": "Christoph Wurst <[email protected]>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit e2b1258

Please sign in to comment.