Skip to content

Commit aa2bc63

Browse files
chore(release): v5.4.0-beta.1 [skip ci]
1 parent dc31667 commit aa2bc63

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [5.4.0-beta.1](https://github.com/nextcloud/mail/compare/v5.4.0-beta.0...v5.4.0-beta.1) (2025-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* envelope max height ([b5d0285](https://github.com/nextcloud/mail/commit/b5d0285971f0c3cf6d6053b4044aabcbfc824e9d))
7+
* improve the height and width of threads ([0320ce2](https://github.com/nextcloud/mail/commit/0320ce282d30c65c65e928acc4b235ad1f570563))
8+
* **l10n:** Update translations from Transifex ([dc31667](https://github.com/nextcloud/mail/commit/dc31667d616e7dc5623a5cd787f54b6332eaa862))
9+
* **l10n:** Update translations from Transifex ([9466440](https://github.com/nextcloud/mail/commit/9466440b9bf5e81fe1bdfd7ba99ff023832c9fcb))
10+
* specify which mailbox to load more from ([7740e37](https://github.com/nextcloud/mail/commit/7740e37b604ee584d3ed6628bea4f4e7becd0826))
11+
* **ui:** revert composer session close icon to filled variant ([97d92d8](https://github.com/nextcloud/mail/commit/97d92d8e16b3fc3aa3b6c26c7310345b29b42c05))
12+
* **ui:** revert recipient delete icon to filled variant ([636fc58](https://github.com/nextcloud/mail/commit/636fc58498a72f6e6d8c1a514dbd047852eb81cb))
13+
* **ui:** use gradient as fallback for themed fluid design ([3d378b8](https://github.com/nextcloud/mail/commit/3d378b8f48ed00c16e8bea0a5b8e17450794326f))
14+
15+
16+
117
# [5.4.0-beta.0](https://github.com/nextcloud/mail/compare/v5.2.0-beta.1...v5.4.0-beta.0) (2025-08-19)
218

319

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove
3434
3535
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
3636
]]></description>
37-
<version>5.4.0-beta.0</version>
37+
<version>5.4.0-beta.1</version>
3838
<licence>agpl</licence>
3939
<author homepage="https://github.com/ChristophWurst">Christoph Wurst</author>
4040
<author homepage="https://github.com/GretaD">GretaD</author>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nextcloud-mail",
33
"description": "Nextcloud Mail",
4-
"version": "5.4.0-beta.0",
4+
"version": "5.4.0-beta.1",
55
"author": "Christoph Wurst <[email protected]>",
66
"license": "AGPL-3.0-only",
77
"private": true,

0 commit comments

Comments
 (0)