Skip to content

Commit

Permalink
Merge pull request #8883 from nextcloud/release/v2.2.8
Browse files Browse the repository at this point in the history
Release v2.2.8
  • Loading branch information
GretaD committed Sep 25, 2023
2 parents 525e9d7 + 0e73531 commit 806f64a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.2.8 - 2023-09-25
### Fixed
- Rate limit auto config attempts
- Make system address book searchable not just full matches
- Add preview enhancement job to new accounts joblist
- Account settings modal close button
- Show starred messages in Favourites again
- Mailboxes not being synced due to short circuiting


## 2.2.7 - 2023-06-28
### Fixed
- Truncate email addresses that are more than 244 characters long
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
<version>2.2.7</version>
<version>2.2.8</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": "2.2.7",
"version": "2.2.8",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 806f64a

Please sign in to comment.