Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
greta 2023-07-31 16:19:21 +02:00
Родитель bee7b7211c
Коммит 8d6687883f
3 изменённых файлов: 17 добавлений и 4 удалений

Просмотреть файл

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## 3.3.0-alpha.1 - unreleased
## 3.3.0-alpha.2 - unreleased
### Added
- Allow a configurable background sync interval
- Send multiple flags in a single request
@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
- Set app name for mail
- Rework draft handling front-end
- Support for selecting messages with crtl key
- Notification for quota depletion
- Match recipient labels too
- Use case-independent wildcard matches for recipients
- Reduce number of STATUS commands for background mailbox sync
### Fixed
- Update interface to match implementation
@ -26,6 +30,15 @@ All notable changes to this project will be documented in this file.
- Allow dynamic autoloading for classes added during upgrade
- Re-open account settings
- Overlapping of primary menu with recipient
- The editing state of the go back button
- URL-encode all parameters to preserve special characters
- Make nested toolbar working for signature
- Fix force sending emails
- Make system address book searchable not just full matches
- Add preview enhancement job to new accounts joblist
- Provisioning config caching
- Mailboxes not being synced due to short circuiting
- Handle attachments without transfer encoding properly
### Changed
- Ethical AI rating

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "37.1.0",

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
"version": "3.3.0-alpha.1",
"version": "3.3.0-alpha.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,