chore(release): v3.6.0-beta1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
61d755bf12
Коммит
2a31854457
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 3.6.0 – unreleased
|
||||
### Added
|
||||
* Selection of untrusted S/MIME certificates
|
||||
* Suggested replies
|
||||
* LLM suggested event titles and agendas
|
||||
* Maximize composer modal
|
||||
* Descriptions for events created from threads
|
||||
### Changed
|
||||
* Move threads with drag and drop
|
||||
* One feature setting for all LLM features
|
||||
* Faster background sync
|
||||
### Fixed
|
||||
* Database index usages
|
||||
* Division by zero
|
||||
* Autoconfig via MX DNS records
|
||||
|
||||
## 3.5.0 – unreleased
|
||||
### Added
|
||||
- Emoji picker via : symbol
|
||||
|
|
|
@ -29,7 +29,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>3.6.0-alpha.4</version>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"version": "3.6.0-alpha4",
|
||||
"version": "3.6.0-beta1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nextcloud-mail",
|
||||
"version": "3.6.0-alpha4",
|
||||
"version": "3.6.0-beta1",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-alignment": "37.1.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nextcloud-mail",
|
||||
"description": "Nextcloud Mail",
|
||||
"version": "3.6.0-alpha4",
|
||||
"version": "3.6.0-beta1",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче