Release v3.4.0-beta.2
Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
Родитель
5a3bcd2a1f
Коммит
79714240a6
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,12 +1,12 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 3.4.0-beta.1 - unreleased
|
||||
## 3.4.0-beta.2 - unreleased
|
||||
### Added
|
||||
- Move messages to junk folder
|
||||
- Implement trash retention
|
||||
- Don't open first mail by default
|
||||
- Thread summary ui
|
||||
- Thread summaries
|
||||
- Snooze
|
||||
- Trash retention
|
||||
- Move junk messages to junk mailbox
|
||||
|
||||
### Fixed
|
||||
- Add loading skeletons without avatars
|
||||
|
@ -20,6 +20,9 @@ All notable changes to this project will be documented in this file.
|
|||
- Add native picker for send later
|
||||
- Convert drafts to outbox messages before sending
|
||||
|
||||
### Changed
|
||||
- Don't open first mail by default
|
||||
|
||||
## 3.3.0-rc.1 - unreleased
|
||||
### Added
|
||||
- Allow a configurable background sync interval
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"version": "3.4.0-beta.1",
|
||||
"version": "3.4.0-beta.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nextcloud-mail",
|
||||
"version": "3.4.0-beta.1",
|
||||
"version": "3.4.0-beta.2",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-alignment": "37.1.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"description": "Nextcloud Mail",
|
||||
"version": "3.4.0-beta.1",
|
||||
"version": "3.4.0-beta.2",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче